body {
	font: 12px Verdana, Geneva, sans-serif;
	background: #E4E4E4;
}
#haupt {
	margin: 20px auto;
	height: auto;
	max-width: 800px;
	background: #FFF;
}
#haupt #kopf {
	background: #FFF url(../bilder/hintergrund_head.png);
	height: 150px;
	width: 800px;
}


#haupt #kopf img {
	padding: 7px 5px 5px 20px;
}
#haupt #kopf #ueberschrift {
	float: right;
	width: 500px;
}
#haupt #navi {
	height: 30px;
	width: 700px;
	background: #F5FB91;
	padding-top: 5px;
	padding-bottom: 5px;
	left: auto;
	right: auto;
	margin-right: 5px;
	margin-left: 0px;
}

#haupt #inhalt {
	float: right;
	min-height: 600px;
	padding: 20px;
	width: 605px;
}
#haupt #inhalt h1 {
	color: #600;
	font-size: 1.7em;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 10px;
}
#haupt #inhalt h2 {
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 7px;
}
#haupt #inhalt h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
}
#haupt #inhalt blockquote {
	font-size: x-small;
	font-style: italic;
}

#haupt #inhalt table {
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #F5FB91;
}

#haupt #inhalt table tr th {
	text-align: left;
	margin-bottom: 15px;
}
#haupt #inhalt table tr td {
	margin-bottom: 10px;
	border-color: #F5FB91;
	border-bottom-style: solid;
}

#haupt #inhalt #haupttext {
	width: 480px;
	float: left;
	padding: 5px;
}
#haupt #inhalt #aktuell {
	font-size: 0.8em;
	float: right;
	height: auto;
	width: 100px;
	border: thin solid #E4E4E4;
	padding: 5px;
	background: #F5FB91;
	min-height: 300px;
}
#haupt #inhalt #aktuell h1 {
	font-size: 1em;
}
#haupt #inhalt p img {
	padding: 10px;
}



#haupt #bilder {
	background: url(../bilder/Background_bildleiste.png) repeat-x;
	float: left;
	width: 150px;
	height: auto;
	margin-left: 0px;
}

#haupt #fuss {
	clear: both;
	background: #F5FB91;
	padding: 5px 20px;
}

.ueberschrift {
	padding-bottom: 200px;
	padding-left: 200px;
	font-size: xx-large;
	color: #FFF;
	margin-bottom: 150px;
}
#haupt #inhalt form {
	padding: 10px;
	border: medium solid #F5FB91;
}
#haupt #inhalt form label {
	padding-bottom: 10px;
}

