@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
}
.spacer {
	clear: both;
}
body {
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
}
a:link {
	color: #F08D50;
}
a:visited {
	color: #F4B38A;
}
a:hover {
	color: #EB6718;
}
a:active {
	color: #FF0000;
}
.gruen {
	color: #86BC3F;
}

h1 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
}
#rechts{
	height: 280px;
	background-repeat: repeat-x;
	clear: right;
	float: right;
	width: 50%;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	visibility: visible;
	background-image: url(../Bilder/bg-right.gif);
}
#links{
	height: 635px;
	background-repeat: repeat-x;
	clear: right;
	float: left;
	width: 50%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	visibility: visible;
	background-image: url(../Bilder/bg-left.gif);
	}
#mitte{
	width: 970px;
	clear: both;
	float: none;
	position: relative;
	z-index: 10;
	left: 0px;
	top: 0px;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 0px;
	bottom: 0px;
}
#mitte #top {
	background-image: url(../Bilder/img-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 127px;
	width: 962px;
}
#mitte #top .logo {
	clear: right;
	float: left;
	width: 321px;
	height: 127px;
	margin: 0px;
	padding: 0px;
}
#mitte #top .navi {
	clear: right;
	float: left;
	height: 127px;
	width: 485px;
	background-image: url(../Bilder/bg-top.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.navi p {
	color: #CCCCCC;
	font-size: 10px;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: right;
}
.navigation {
	padding-top: 74px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.navigation li {
	clear: right;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation a {
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	line-height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}
.navigation  a:visited {
	color: #E4E4E4;
}
.navigation a:hover {
	background-color: #86BC3F;
	color: #FFFFFF;
}
#image {
	background-image: url(../Bilder/image.jpg);
	height: 292px;
	width: 962px;
	margin-top: 0px;
}
#image h1 {
	font-size: 2em;
	padding-top: 240px;
	padding-left: 50px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#site {
	background-color: #FFFFFF;
	display: block;
	width: 963px;
}
#subnavigation {
	clear: right;
	float: left;
	width: 300px;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}
#subnavigation .subnavi {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#subnavigation .subnavi li {
	background-color: #0000FF;
	margin: 0px;
	padding: 0px;
}
#subnavigation .subnavi a {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	margin: 0px;
	text-decoration: none;
	line-height: 25px;
}
#subnavigation .subnavi a:visited {
	color: #E4E4E4;
}
#subnavigation .subnavi a:hover {
	background-color: #8EC04B;
}

#subnavigation .adresse {
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#subnavigation .adresse .gruen {
	font-size: 1.3em;
}

#subnavigation .adresse p {
	padding-bottom: 3px;
}

#inhalt {
	width: 630px;
	clear: right;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#inhalt p {
	padding-bottom: 8px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#inhalt label {
	clear: right;
	float: left;
	width: 80px;
}
.sitemapul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	padding: 5px;
	background-color: #EBEBEB;
}
.sitemapul a {
	text-decoration: none;
}
.sitemapul .sub {
	font-size: 0.9em;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #EBEBEB;
	background-color: #FFFFFF;
}



#inhalt .fuss {
	font-size: 0.7em;
	line-height: 1.4em;
	background-image: url(../Bilder/kinder-linie.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-position: center top;
	margin-top: 15px;
	height: 35px;
}
#inhalt .fuss .rechts, #inhalt .fuss .links {
	clear: right;
	float: left;
	width: 50%;
}
#inhalt .fuss .rechts {
	text-align: right;
}