@import url("navigation.css");
.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;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009;
	text-align: left;
	background-image: url(../images/header/bgAussen.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #0000C0;
	background-repeat: repeat-x;
	font-style: normal;
	line-height: normal;
}

#container {
	width: 1000px;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cef;
}

#header {
	height: 85px;
	width: 1000px;
	background-color: #FFF;
}

#inhalt {
	background-color: #EEE;
	width: 640px;
	padding: 10px;
	float: left;
	text-align: justify;
}

#navigation {
	height: 22px;
	background-color: #06F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeffee;
}

#menue {
	float: left;
	width: 168px;
	margin: 0px;
	padding: 0px;
	background-color: #adf;
	border: 1px solid #009;
}

#menuerechts {
	float: right;
	width: 148px;
	border: 1px solid #03F;
	background-color: #adf;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#footer {
	height: 22px;
	width: 1000px;
	float: left;
	line-height: 22px;
	text-align: center;
	background-color: #06f;
}

input , textarea, select{
	background-color: #cef;
	color: #000099;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.weiss {
	color: #FFF;
}

.rechts {
	text-align: right;
}

.fotolinks {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
}

.fotorechts {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	margin-top: 5px;
}

.mitte {
	margin-right: auto;
	margin-left: auto;
}
.fett {
	font-weight: bold;
}

.titelzeile {
	background-color: #2cf;
	padding-top: 5px;
	padding-bottom: 2px;
}
.achtung {
	background-color: #FF0;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #F00;
}
#container #inhalt h3 {
	padding-top: 10px;
}
#footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.vorstand_name {
	float: left;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adf;
	width: 120px;
}
.vorstand_name a {
	text-decoration: none;
}
.vorstand_funktion {
	float: left;
	margin-left: 5px;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adf;
	width: 200px;
}
.vorstand_telefon {
	float: left;
	margin-left: 5px;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adf;
}
.linkneutral {
	color: #009;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 16px;
}
#linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
