body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	font-size: 10px; 	
	font-family: Verdana,Tahoma; 
	text-align: center;
	color: #888888;
	background-color: #C1C1C1; 
	background-image:url(bilder/bg.jpg);
	
	scrollbar-face-color: #332727;
    scrollbar-highlight-color: #3E2F2F;
    scrollbar-3dlight-color: #3E2F2F;
    scrollbar-darkshadow-color: #3E2F2F;
    scrollbar-shadow-color: #3E2F2F;
    scrollbar-arrow-color: #332727;
    scrollbar-track-color: #3E2F2F;
}

h1{
	border: dashed #888888;
	border-width:0px 0px 1px 0px;
	border-collapse: collapse;
	
	color: #888888; 
	text-align: center; 
	font-family: Tahoma;  
	font-weight: bold;  
	letter-spacing: 2px;
	font-size: 10px; 
	height: 13px;
}

.head{
	border: #ffffff solid 1px; 
	background: #A9DBF2; 
	color: #ffffff; 
	text-align: center; 
	font-family: Tahoma;  
	font-weight: bold;  
	letter-spacing: 2px;
	font-size: 10px; 
	height: 13px;
}

A:link {
	font-weight: normal; 
	font-size: 10px; 
	color: #626262; 
	text-decoration: none;
}
A:visited {
	font-weight: normal; 
	font-size: 10px; 
	color: #626262;
	text-decoration: overline underline;
}
A:hover {
	font-weight: normal; 
	font-size: 10px; 
	color: #F77FBD; 
	text-decoration: overline underline;
}

#rand {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 750px;
	height: 100%;
	margin-left: -400px;
	z-index: 1; 
}


#left {
	background-image:url(bilder/links.jpg);
	background-repeat:no-repeat;
	width: 159px;
}

#links {
	position: absolute; 
	width: 105px; 
	z-index: 4; 
	left: 24px; 
	top: 228px;
}

#right {
	background-image:url(bilder/right.jpg);
	background-repeat:no-repeat;
	width: 163px;
}

#rechts {
	position: absolute; 
	width: 105px; 
	z-index: 3; 
	left: 645px; 
	top: 164px;
}