body { 
	background-image: url(../img/BG_Blue-Red.gif);
	font: 11px/17px "Courier New", Courier, mono;	
	color: #FFFFFF;	
}

body.about { background-image: url(../img/BG_Green-Blue.gif); }

.home {
	width:430px;
	height:356px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-178px 0 0 -215px;		
}

.about-us {
	width:600px;
	height:439px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-219px 0 0 -300px;	
	background: url(../img/CUP.png) no-repeat 190px 0;	
}

.home h1 { 
	margin:0; 
	padding:0; 
	width:430px; 
	height:356px; 
	background: url(../img/CL_Logo_Yellow.png); 
	text-indent: -9999px; 
}

.home .contact-info {
	position: relative; left:0; top:-356px;	
}

.home .link-area {
	position: relative; right:-300px; top:-93px;	
}

.home .text {  
	color: #fff;
	padding: 2px 7px 2px 7px;
	text-decoration: none;	
	white-space: nowrap;
}

.home .text:hover {
	background: #fff; 
	color: #fe8176;  	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px;
}

.home .text:active { 
	background: #fef586; 
	color: #555;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.home .text:visited { color: #fff; }


.about-us .spiel {
	text-indent: -9999px; display: block; 
	width: 600px; height: 250px;
	background: url(../img/SPIEL.png) no-repeat left top;
}

.about-us h1 {
	width: 170px;
	height: 123px;
	text-indent: -9999px;
	margin:20px 0 0 20px; padding:0;
	background: url(../img/ABOUT.png) no-repeat left 22px;	
}

.about-us h1:hover { background-image: url(../img/ABOUT_over.png) } 

.img-link { text-indent: -9999px; display: block; }

.about-link { background: url(../img/ABOUT.png) no-repeat left top; width: 130px; height: 37px; }
.about-link:hover { background-image: url(../img/ABOUT_over_yellow.png); }

.back-link { background: url(../img/BACK.png) no-repeat left top; width: 90px; height: 40px; }
.back-link:hover { background-image: url(../img/BACK_over.png); }

.about-us .back-link { position: relative; right: -510px; top:-12px; }