@charset "utf-8";
/*Seitenstruktur*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #666666;
	margin: 0px;
}
img {
	border: none;
}
#wrapper {
	width: 960px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFF9;
}
#rechts {
	background-color: #F0F0F0;
	float: right;
	width: 200px;
	position: relative;
	top: 0px;
	right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
#oben {
	float: left;
	width: 960px;
}
#topnavi {
	float: left;
	width: 960px;
	padding-bottom: 1.5em;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	top: -10px;
	position: relative;
}
#topnavi #primary a.current {
	color: #333333;
	background-color: #FFFFF9;
}
#topnavi ul#primary {
	position: absolute;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#topnavi ul#primary li {
	display: inline;
	list-style: none;
}
#topnavi ul#primary a {
	float: left;
	text-align: center;
	width: 238px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
	background-color: #F0F000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFF9;
}
#topnavi ul#primary a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFF9;
}
#mitte {
	min-height: 550px;
	background-color: #FFFFF9;
	width: 750px;
	float: left;
	margin-bottom: -2500px;
	padding-bottom: 2500px;
	position: relative;
	top: -10px;
	line-height: 1.8em;
}
/*Navigation*/
#subnavi {
	left: 0px;
	position: relative;
	border-bottom: solid 2px #36643B;
}
#subnavi ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	clip: rect(20px,auto,auto,auto);
	padding: 0px;
}
#subnavi li {
	font-family: 'Gudea', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #DFEEE0;
	line-height: 2em;
	height: 30px;
	width: 260px;
	text-indent: 30px;
}
#subnavi a {
	font-family: 'Gudea', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #36643B;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#subnavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36643B;
	margin: 0px;
	display: block;
	padding: 0px;
}
#links #content {
	font-size: 0.9em;
	padding: 10px 10px 0px 10px;
}
/*Inhalt*/
#content {
	padding: 2px 25px 15px 25px;
}
#content a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#content a.black {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#content a.black:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#mitte #content #spalte {
	width: 205px;
	float: left;
	padding-left: 10px;
}
#mitte #content #spalte_links {
	width: 317px;
	float: left;
}
#mitte #content #spalte_rechts {
	width: 317px;
	margin-left: 8px;
	float: left;
}
/*#mitte #content ul li {
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
}*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #333333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	font-size: 0.9em;
}
/*Fusszeile*/
#footer a {
	text-decoration: underline;
	color: #333333;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #333333;
	background-color: #F0F000;
	width: 960px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}
#subnavi ul ul {
	display: block;
	font-size: 0.85em;
	padding-top: 5px;
	padding-left: 25px;
}
#subnavi ul ul a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	background-image: url(../images/white_dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 11px;
}
#subnavi a.current {
	color: #FFFFFF;
	background-color: #000066;
	display: block;
	letter-spacing: 0.1em;
	font-size: 1.4em;
}
/*Kontaktform*/
.button {
	color: #FFFFFF;
	background-color: #36643B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #666666;
	border-right-color: #666666;
	padding: 2px;
}
.textfeld {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #000000;
}
.img_re {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.img_li {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.text_klein_grau {
	font-size: 0.8em;
	color: #999999;
}
.text_klein {
	font-size: 0.8em;
}
.shadow {
	-webkit-box-shadow: 5px 5px 5px 0px #666666;
	box-shadow: 3px 3px 5px 0px #333333;
}
.aktuell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-color: #36643B;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.topnavi_active_link {
	background-image: url(../images/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15% 52%;
}
table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	padding: 2px;
}
td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 4px;
}
.shadow {
	-webkit-box-shadow: 5px 5px 5px 0px #333333;
	box-shadow: 3px 3px 5px 0px #333333;
}
#content li {
	line-height: 2.2em;
}
