body{
background-color:#87d6ff;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
color:#fff;
}

#anmeldung{
position:absolute;
	width:300px;
	height:50px;
	background-color:#386eb2;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-100px;
	text-align:center;
	padding:50px;
}

#kulturpensionleiste{
position:absolute;
width:100%;
height:50px;
background-color:#386eb2;
top:0px;
left:0px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
background-position:5px;
}

.rechtsbuendig{
float:right;
padding-right:10px;
padding-top:20px;
}

a {
text-decoration:none;	
color:#fff;
}

a:hover{
text-decoration:underline;	
}

a img{
border:0px;
}

#container{
position:absolute;
left:50%; 
margin-left:-350px;

}

#linkeseite{
float:left;
width:200px;
background-color:#386eb2;
padding:10px;
margin-top:100px;
margin-left:0px;

}

#rechteseite{
float:left;
width:545px;
background-color:#386eb2;
padding:10px;
margin-top:100px;
margin-left:20px;

}

#abstand{
background-color:#5A3C1E;
height:20px;
padding:20px;
margin-left:-20px;
margin-right:-20px;
}


.unterseite{
color:#fff;
border-bottom:1px solid #fff;
height:30px;
line-height:30px;
font-size:15px;

}

.unterseite a:hover{
text-decoration:none;
color:#3BA4CA;
}