@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html {
 	overflow: auto;
	}



body {
	background-color: #214029;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;
	line-height:14px;*/
	
/*	Font-Size Methode: Siehe http://www.thenoodleincident.com/tutorials/typography/index.html  */	
	font-size: 60.5%; /* font sizing in ems, baby. if you want to change anything, just change this.  */
	color: #000000;
}
p {
	/*	Font-Size Methode: Für jedes p-Element wird die Standardgröße 1em und der Standard-ZAB definiert  */	
	font-size: 1em;
	line-height:1.4em;
	margin-bottom: 12px;
}

h1 {
	font: 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #186B3F;
	font-weight: normal;
	margin-bottom: 24px;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	line-height:1.4em;
	margin-bottom: 14px;
}

h3 {
	font-weight: bold;
	color: #00693d;
	font-size: 1em;
	line-height:1.5em;
}



#maincontainer {
	min-height:580px;
	/*	es folgt ein Hack für min-height auch im IE6	*/
	/*	http://www.dustindiaz.com/min-height-fast-hack/	 */	height:auto !important;
	height:580px;
	/*	Ende Hack	*/
	
	width: 990px;
	position: relative;
	background-image: url(../img/higru_buehne.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
#footer2 {
	background-color: #00FFCC;
	margin: 0 auto 0;
	width: 990px;
}
#markette {
	position: absolute;
	right: 48px;
	top: 60px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 2.2em;
	text-align: right;
	color: #b9d2c5;
}
#footer {
	margin: 0 auto 0;
	width: 990px;
	z-index: 110;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #d8b637;
	height: 20px;
}
#content a:hover {
	color: #000000;
	border-bottom-color: #000000;
}
#footerlinks {
	left: 0px;
	width: 212px;
	position: absolute;
	top: 0px;
	height: 20px;
	background-color: #00693d;
	background-image: url(../img/higru_footer.jpg);
}
#content {
	width: 698px;	/*height: 453px;*/
	position: relative;	/* ohne das hier funktioniert der Flaschenslide im IE nicht */
	overflow: hidden;
}
#content a {
	color: #356842;
	border-bottom: 1px solid #356842;
	text-decoration: none;
	padding-bottom: 1px;
}
#contentcontainer {
	padding-top: 128px;
	padding-left: 242px;
	margin-bottom: 0px;	/*height: 453px;*/
	padding-bottom: 0px;
	

}
#marginalspalte {
	width: 132px;
	float: left;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #186B3F;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.2em;
}
#mittelspalte {
	width: 274px;
	float: left;
}
#mittelspalte li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
#mittelspalte ul {
	margin-bottom: 14px;
}
#rechtespalte {
	width: 274px;
	float: right;
}

#rechtespalte2 {
	width: 240px;
	float: right;
	border-left: 4px solid #e1e8e3;
	padding-left: 10px;
	margin-top: 60px;
}
#rechtespalte2 img {
	margin-right: 8px;
	margin-bottom: 10px;
}
#rechtespalte2  p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#rechtespalte2 h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	color: #186B3F;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.1em;
	margin-bottom:14px;
}

#footerlinks ul {
	margin-left: 10px;
	padding-top: 3px;
}
#footerlinks li {
	}

#footerlinks ul li {
	display: inline;
}
#footerlinks ul li a {
	color: #aec3b4;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: none;
	background-image: url(../img/subnavpfeil_hellgruen.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-top: 1px;
}
#footerlinks ul li a:hover {
	color: #FFFFFF;
	background-image: url(../img/subnavpfeil_weiss.png);
}
#footerlinks ul li a.footerlinksaktiv {
	color: #FFFFFF;
	background-image: url(../img/subnavpfeil_weiss.png);
	cursor: default;
}

#footerrechts {
	background-color: #d8b637;
	left: 213px;
	width: 770px;
	position: absolute;
	top: 0px;
	height: 20px;
}
#footerrechts ul {
	margin-left: 10px;
	padding-top: 3px;
}
#footerrechts li {
	}

#footerrechts ul li {
	display: inline;
}
#footerrechts  ul  li  a    {
	color: #356842;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: none;
	background-image: url(../img/subnavpfeil_gruen.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	padding-top: 1px;
}
#footerrechts ul li a:hover {
	color: #FFFFFF;
	background-image: url(../img/subnavpfeil_weiss.png);
}
#footerrechts ul li a.footerrechtsaktiv {
	color: #FFFFFF;
	background-image: url(../img/subnavpfeil_weiss.png);
	cursor: default;
}
#wegweiser {
	position: absolute;
	top: 314px;
	z-index: 100;
	width: 165px;
	height: 27px;
	left: 0px;
}
#wegweiser_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	position: absolute;
	top: 324px;
	left: 0px;
	width: 158px;
	z-index: 90;
	/*height: 257px;*/
	padding-top: 20px;
	background-image: url(../img/higru_topnav.jpg);
	/*	background-color: #5d8668;*/
	background-repeat: no-repeat;
}
#navnoscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	position: absolute;
	top: 324px;
	left: 0px;
	width: 158px;
	z-index: 90;
	/*height: 257px;*/
	padding-top: 20px;
	background-image: url(../img/higru_topnav.jpg);
	/*	background-color: #5d8668;*/
	background-repeat: no-repeat;
}
#topnav {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

/*#topnavcontainer	{
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	}*/


#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 10px;
}
#topnav li {
	background-image: url(../img/subnavpfeil_weiss.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: inherit;
}
#topnav li a:hover {
	background-image: url(../img/subnavpfeil_gruen.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
	
#topnav a {
	display: block;
	color: #FFFFFF;
	padding: 1px 0px 1px 10px;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
}
#topnav a:hover {
	color: #186b40;
}
#topnav ul ul {
	list-style-type: none;
	margin-left: 0px;
}
#topnav ul li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #CC0000;
}
#topnav li li {
	background-image: none;
	height: 14px;
}
#topnav li li a {
	display: block;
	color: #FFFFFF;
	padding: 1px 0px 1px 10px;
	text-decoration: none;
	font-weight: normal;
}
#topnav li li a:hover {
	background-image: none;
	
}
.topnav_aktiv {
	color: #186b40;
	font-weight: bold;
	cursor: default;
}
#topspace {
	height: 30px;
}

#clear {
	clear: both;
}
.clear {
	clear: both;
}

.newshead {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
}
div#content  h2.newshead a  {
	color: #000000;
	border-bottom: 0px;
}
div#content h2.newshead a:hover {
	color: #356842;
}

