/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body { 
	background-color: #0a800a; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #868686;
	font-size: 12px;
}

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h2 {
	margin-bottom: 20px;
	font-size:20px;
	font-weight: normal;
	color: #0a800a;
}

a {
	color: #0a800a;
	text-decoration:none;
	font-weight: bold;
}

a:hover, a:active {
	color: #03ac03;
}

h1.branding {
   	padding:45px 0 0 90px;
}
   
h1.branding a {
   	width:520px;
   	height:90px;
   	display:block;
   	text-indent:-9999px;
}

#content a img.gal {
	margin: 5px;
	padding: 5px;
	border: 1px solid #0a800a;
}

#content a:hover img.gal {
	border: 1px solid #03ac03;
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {  
	width: 960px;
	margin: 0 auto;
	background: url(../images/content.jpg) 0 0 repeat-y;
}


#header {
	width: 960px;
	height: 419px;
	position: relative;
	background: url(../images/header2012-neu.jpg) 0 0 no-repeat;
}

a.headerlink {
display: block;
height: 120px;
top: 10px;
width: 200px;
position: absolute;
background: url(../images/licht.gif) 0 0 no-repeat;
}

#content {  
	width: 760px;
	float: left;
	padding-bottom: 31px;
	padding: 0 100px;
	background: url(../images/content.jpg) 0 0 repeat-y;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 31px;
	margin-top: -31px; 
}

#footer_content {
	width: 960px;
	height: 16px;
	background: url(../images/footer.jpg) 0 0 no-repeat;
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
}

/****************************************************************/

#content ul {
	margin-left: 20px;
	line-height: 1.8em;
}

/****************************************************************/

#navi_top {
	float: left;
	text-align: left;
	margin: 48px 80px 0 80px;
	overflow: hidden;
}

#navi_top ul {
	list-style: none;
	float:left;
}

#navi_top ul li {
	display: inline;
	float: left; 
	width: auto; 
}

#navi_top ul li a,
#navi_top ul li.empty {
	text-decoration: none;
	float: left;
	color: #e5f9c4;
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	height: 30px;
	text-align: center;
	padding: 0 10px;
	text-shadow: 1px 1px 1px #458a2c, 1px 1px #458a2c;
}

#navi_top ul li a:hover,
#navi_top ul li.active a,
#navi_top ul li.empty:hover {
	color: #bcfd01;
	cursor: pointer;
}

#navi_top ul li ul {
  position: absolute; 
  top: -9999px; 
  left: -9999px; 
  display: inline; 
  width: 0px; 
  height: 0px; 
  background-color: transparent; 
}   

#navi_top ul li ul li {
	clear: both;	
	display: block;
  text-align: left;
}

#navi_top ul li:hover ul,
#navi_top ul li.sfhover ul {
  left: auto; 
  top: 208px; 
  display: block; 
  width: auto; 
  height: auto;
  border: 1px solid #FFF;
  border-top: 0px;
  background-color: #59ae35 !important;
}

#container #header #navi_top ul li ul li a,
#container #header #navi_top ul li ul li.empty {
	width: auto;
	height: 16px;
    text-align: left;
	padding: 7px 15px 7px 15px;
	background-color: #59ae35 !important;
}



/****************************************************************/

#footer_content ul {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	width: 150px;
}

#footer_content ul li {
	display: inline;
}

#footer_content ul li a,
#footer_content ul li.empty {
	text-decoration: none;
	color: #e5f9c4;
	float: left;
	display: block;
	height: 15px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding: 0 12px 0 12px;
}

#footer_content ul li a:hover,
#footer_content ul li.active a,
#footer_content ul li.empty:hover {
	color: #bcfd01;
	cursor: pointer;
}
