@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
}
body {
	background: #2b3d00 url(bilder/bg-content.gif) repeat-y;
	background-position:center;/*background: #2b3d00 url(bilder/bg-horizontal.jpg) repeat-x;*/
	/*overflow:scroll;*/
}
body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
html, body {
	height: 100%;
}
#bgwrapper {
	width: 100%;
	height: 808px;
	/*min-height: 100%;*/
	/*height: auto !important;
	height: 100%;*/
	background-image:url(bilder/bg-gras.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	left:0;
	z-index:2;
}
#bgsite {
	width: 100%;
	height: 808px;
	/*height: auto !important;
	height: 100%;*/
	/*background-image: url(bilder/bg-content.jpg);
	background-repeat: repeat-y;*/
	background: #2b3d00 url(bilder/bg-horizontal.jpg) repeat-x;
	background-position:center;
	position:absolute;
	left:0;
	z-index:1;
}
div#wrapper {
	position:relative;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	background-image: url(3cols.png);
	background-repeat: repeat-y;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:3;
}
#head {
	background-color: #403f3f;
	border-bottom: #ffffff 1px solid;
	height: 100px;
	/*padding: 30px 30px 0 30px;*/
	opacity: 0.85;
	filter: alpha(opacity = 85);
	width:100%;
	position:relative;
	z-index:10;
}
#logo {
	margin-left: 30px;
	float: left;
	margin-bottom: 15px;
	display:inline;
}
#hnavi {
	float:right;
	margin-right: 30px;
	margin-top:25px;
	display:inline;
}
#head a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:12px;
	line-height:auto;
	text-decoration:none;
}
#navi {
	clear:both;
	margin-left: 30px;
	text-transform:uppercase;
	width: 890px;
}
#hnavi a {
	font-size: 11px;
}
#navi a, #navi a:link, #navi a:visited, #navi a:active {
	padding-left: 21px;
	padding-right: 20px;
	border-left: #999 1px solid;
	float:left;
	line-height:18px;
	display:block;
	position: relative;
	z-index: 100;
	filter: alpha(opacity = 100);
}

#hnavi a, #hnavi a:link, #hnavi a:visited, #hnavi a:active {
	padding-left: 9px;
	padding-right: 9px;
	border-left: #999 1px solid;
	float:left;
	line-height:18px;
	display:block;
	position: relative;
	z-index: 100;
	filter: alpha(opacity = 100);
}

#navi a:hover, #hnavi a:hover {
	background-color: #5e8704 !important;
	color: #FFFFFF !important;
}
#navi a.first, #hnavi a.first {
	/*padding-left:0;
	border: none;*/
}
#navi a.last, #hnavi a.last {
	/*padding-right: 0;*/
border-right: #999 1px solid;
}
#navi .active, #hnavi .active {
	color: #91AE54;
}
#titelbild {
	position:absolute;
	z-index:5;
	/*margin-top:-102px;*/
	top: 0px;
	left:0;
}
#buttons {
	margin-left: 30px;
	position:absolute;
	left:0;
	z-index:15;
	margin-top:300px;
}
.thumbs {
	width:217px;
	float:left;
}
.float {
	float:left;
}
.bth2 {
	text-align:center;
	display: block;
	height: 48px;
	border: #000 1px solid;
	border-bottom: none;
	background-image:url(bilder/bg-gruen.gif);
	background-repeat:repeat-x;
}
.thumbs h2 a {
	font-size: 16px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	margin: 5px 0 0 0;
}
.thumbs h2 {
	margin-bottom: 0;
	margin-top:3px;
}
.btbild {
	border: #000 1px solid;
	border-top: none;
}
#content {
	position:relative;
	width:890px;
	padding-top: 500px;
	padding-bottom:78px;
	margin-left:30px;
	z-index:5;
	clear:both;
	height: 140px;
}
#contentu {
	position:relative;
	width:890px;
	padding-top: 300px;
	padding-bottom:78px;
	margin-left:30px;
	z-index:5;
	clear:both;
	min-height:350px;
}
/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 250px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


	
#content h1, #contentu h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #444;
	margin: 0 0 15px 0;
	font-weight: normal;
}
#content p, #contentu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 0 0 15px 0;
	line-height: 18px;
}
div#footer {
	/*clear: both;*/
	position: absolute;
	bottom: 0;
	width: 950px;
	height: 78px;
	background-color: #403f3f;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	line-height:78px;
	z-index:6;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color: #5e8704;
}
#content h2, #contentu h2, #content h3, #contentu h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5e8704;
	font-weight: bold;
	font-size:12px;
}
#content ul, #contentu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 0 0 15px 0;
	line-height: 18px;
}
#content li, #contentu li {
	list-style-type: none;
	/*padding-left: 10px;*/
	margin-left: 50px;
	margin-bottom:5px;
	list-style-image: url(bilder/lipunkt.gif);
}
#content a, #contentu a {
	color: #5e8704;
}
#content a:hover, #contentu a:hover {
	color: #000;
	background-color: #efefef;
}
#info {
	float: right;
	width:200px;
	background-color:#F5F5F5;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: #5e8704 1px solid;
}
#info li {
	margin-left:20px;
}
#info h2 {
	padding: 5px;
	/*border-bottom: #5e8704 1px solid;*/
	display:block;
	margin-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	/*background-color:#5e8704;*/
	background: transparent url(bilder/bg-gruen.gif) repeat-x;
}
/*---------------- Bildergalerie ----------------------------------*/

#pics_out {
	width: 500px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	border: #5e8704 1px solid;
}
#pics_in {
	width: 500px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	/*border: #5e8704 1px solid;*/
	/*cursor: pointer;*/
}
#pics_txt {
	width: 496px;
	/*height: 3em;*/
	background-color: #ccc;
	padding: 3px;
	text-align: center;
	}

#pics_txt p {
	margin-bottom: 0px;
	padding:0;
	}

