/* CSS Document */
a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF4403;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


body{
	background-color:#e2f0f1;
	font-family: Arial, Helvetica;
	font-size:12px;
	color:#5c5c5c;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color: #e2f0f1;
	scrollbar-track-color: #ffffff;
	/*scrollbar-base-color: #e2f0f1;*/
	
}

#head{
	position:absolute;
	width:860px;
	height:150px;
	top:0px;
	z-index:1;
}

#mitte{
	position:absolute;
	background-image:url(../images_neu/mitte.jpg);
	background-repeat:repeat-y;
	line-height:1.5em;
	width:860px;
	height:auto;
	top:150px;
	z-index:3;
}

#navi{
	position:absolute;
	width:216px;
	height:500;
	top:145px;
	z-index:4;
}

#subnav{
	position:absolute;
	width:829px;
	height:32px;
	top:111px;
	z-index:4;
}

.footer{
	font-size:10px;
	color:#ffffff;
	font-style:italic;
}
.mitte{
	background-repeat:no-repeat;
	background-position:right;
}

.services{
	color:#ffffff;
	font-weight:bold;
}
