/* CSS Document */
body {

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #063f67;
	background-color:#f1f1f1;
	

scrollbar-arrow-color: #8C1F1F;
scrollbar-3dlight-color: #DEE4E7;
scrollbar-highlight-color: #8C1F1F;
scrollbar-face-color: #DEE4E7;
scrollbar-shadow-color: #8C1F1F;
scrollbar-darkshadow-color: #DEE4E7;
scrollbar-track-color: #DEE4E7;

}


#content {
	position: absolute;
	width: 907px;
	height: 510px;
	left: 50%;
	
	top:50%;
	margin-top:-255px;
	
	margin-left: -453px;
	background-color:#ced4d7;
}

#bg_left{
	position: absolute;
	width:214px;
	height:510px;
	background:url(../images/bg_left.jpg) no-repeat;
}
#bg_top{
	position: absolute;
	left:214px;
	width:683px;
	height:96px;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	background:url(../images/bg_top.jpg) no-repeat;
}
#inhalt_bg{
	position:absolute;
	width:683px;
	height:370px;
	left:210px;
	top:121px;
	background:url(../images/bg.gif) no-repeat;
}
#inhalt{
	position:absolute;
	width:637px;
	height:320px;
	left:232px;
	top:145px;
	overflow:auto;
}

#menue{
	position:absolute;
	left:17px;
	top:176px;
	width:155px;
	height:250px;
}

#menue a{
	display:block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:8px;
	text-align:center;
}
#menue img{
	border:0;
}
.l1{
	margin-left:65px;
}
.l2{
	margin-left:45px;
}
.l3{
	margin-left:25px;
}
.l4{
	margin-left:5px;
}



#submenue{
	position:absolute;
	left:15px;
	bottom:15px;
}
#submenue a:link, a:visited{
	color:#8c1f1f;
	text-decoration:none;
	font-weight:bold;
}
#submenue a:hover, a:active{
	color:#f6dada;
	text-decoration:none;
	font-weight:bold;
}
#adresse{
	position:absolute;
	left:235px;
	top:490px;
	width:637px;
	text-align: center;
}