/* IDs */

#mitte {
	text-align:center;
}

#kopf {
	position:relative; z-index:0;
	color:#ffffff;
    font-size:90%;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	width:885px;
	padding-right:15px;
	margin-top:10px;
}

#aufmacher {
	position:relative; z-index:2;
	margin-left:auto;
	margin-right:auto;
	height:250px;
	width:900px;
}

#navi {
	position:relative; z-index:1;
	background-color:#ffffff;
	width:900px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}

#inhalt {
	position:relative; z-index:1;
	background-color:#ffffff;/**/
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
}

#spalte_links {
	position:relative; z-index:3;
	text-align:left;
	width:275px;
	height:100%;
	margin-left:0px;
	margin-top:45px;
	float:left;
}

#spalte_rechts {
	position:relative; z-index:2;
	text-align:left;
	width:570px;
	margin-left:300px;
	margin-right:0px;
}

.spalte_rechts_100 {
	position:relative; z-index:5;
	text-align:left;
	width:570px;
	height:100%;
	margin-left:0px;
}

.spalte_rechts_501 {
	position:relative; z-index:5;
	text-align:left;
	width:275px;
	height:100%;
	margin-left:0px;
	float:left;
}

.spalte_rechts_502 {
	position:relative; z-index:4;
	text-align:left;
	width:270px;
	margin-left:300px;
	margin-right:0px;
	margin-bottom:15px;
}

#drucken {
	position:relative;
	background-color:#ffffff;;
	width:885px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-right:15px;
	text-align:right;
}

#fuss {
	position:relative;
	background-image:url(../grafik/hg_rund_unten.gif);
	background-repeat:no-repeat;
	color:#75AB00;
	width:900px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#copy {
    font-size:90%;
	color:#75AB00;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}

#map {
	width:570px;
	height:400px;
	border:solid 1px #A86D00;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(../grafik/map_fehler.gif);
	background-repeat:no-repeat;
	background-position:center;
}

html { 
	overflow: -moz-scrollbars-vertical; 
    font-size:100.01%;
}

body {
	color:#000000;
	font-family:arial, helvetica, sans-serif;
    font-size:75%;
	line-height:1.3em;
	background-color:#405E00;
	background-image:url(../grafik/hg_verlauf.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

.clear {
	clear:both;
}
