@charset "UTF-8";
/* CSS Document */

/* ------- seitenaufteilung */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #B1BCCC;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position:relative;
	padding:0px;
	margin: 0 auto;
	text-align:left;
	width:910px;
	z-index:1;
}
.formularfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	width: 140px;
	padding-left: 7px;
}
#kopf {
	position:absolute;
	width:910px;
	height:210px;
	z-index:2;
	left: 0;
	top: 0;
}
#BGcontent {
	position:absolute;
	width:910px;
	min-height: 300px;
	height: auto !important;  /* für moderne Browser */
	height: 300px;  /*für den IE */
	top: 210px;
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat;
}
#content {
	width: 492px;
	min-height: 290px;
	height: auto !important;  /* für moderne Browser */
	height: 290px;  /*für den IE */
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 358px;
	
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:43px;
	z-index:4;
	background-repeat: no-repeat;
}


/* ------- kopfbereich */

#impressum {
	position:absolute;
	width:40px;
	height:12px;
	z-index:11;
	left: 80px;
	top: 5px;
}
#kopflinks {
	position:absolute;
	width:179px;
	height:210px;
	z-index:5;
	left: 0px;
	top: 0px;
}
#kopfmitte {
	position:absolute;
	width:149px;
	height:210px;
	z-index:6;
	left: 179px;
	top: 0px;
}
#kopfrechts {
	position:absolute;
	width:552px;
	height:210px;
	z-index:7;
	left: 328px;
	top: 0px;
}
#kopfrandrechts {
	position:absolute;
	width:30px;
	height:210px;
	z-index:8;
	left: 880px;
	top: 0px;
}

/* ------- navigation */

#navi {
	position:absolute;
	width:85px;
	height:160px;
	z-index:12;
	left: 65px;
	top: 160px;
}
#unternavi {
	position:absolute;
	width:119px;
	height:120px;
	z-index:13;
	left: 190px;
	top: 220px;
}

/* ------- footerbereich */


#footerlinks {
	position:relative;
	width:328px;
	height:200px;
	z-index:9;
	left: 0px;
	margin-top: -243px;
	background-image: url(../bilder/footer_links.jpg);
}
#footerrechts {
	position:relative;
	width:30px;
	height:370px;
	z-index:10;
	left: 881px;
	margin-top: -327px;
	background-image: url(../bilder/footer_rechts.jpg);
}
