html, body {
	height: 100%;
}
body {
	font-family: arial, helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFF
}
#gesamt {
	background:url(../images/gesamt.png);
	width: 1000px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto -5px;
	position: relative;
}
#header .custom {
	height: 219px;
	width: 1000px;
}
#inhalt {
	margin-bottom:6px;
	margin-top:0px;
	position: relative;
	min-height: 400px;
	background-image: url(../images/inhalt.png);
	background-repeat: no-repeat;
}
#links {
	width: 190px;
	float:left;
	text-align:right;
}

#links ul {
	list-style-type: none;
	font-size:14px;
	text-align:right;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	color: #000;
	line-height: 30px;
}
#links ul a{
	color: #000;
}
#links ul .active a, #links ul a:hover, #menue_rechts ul .active a, #menue_rechts ul a:hover{
	color:#01873E;
}

#links ul ul {
	padding-right: 0px;
}
#rechts {
	float: right;
	width: 213px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

#mitte {
	padding-right: 24px;
	padding-left: 35px;
	margin-left:180px;
	margin-right:213px;
	padding-top: 10px;
}
#mitte h1{
	margin-top: 0px;	
}
#mitte h2{
	font-size: 22px;
	color:#01873E;
}
#mitte a{
	text-decoration: none;
	color:#01873E;
	font-weight:bold;
}
div#minheight {
	height:5px;
	clear:both;
}
#footer {
	position:absolute;
	bottom:15px !important;
	width:1000px;
	height:5px;
	margin:0px auto;
}
#menue_rechts {
	position:absolute;
	bottom:-30px;
	left:800px;
}
#menue_rechts ul {
	list-style-type: none;
	font-size:14px;
	padding-right: 15px;
	padding-left: 20px;
	line-height: 30px;
}
#menue_rechts ul a {
	color:#000;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.menu a {
	text-decoration:none;
}
