html,body{
	margin:0;
	padding:0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a{
	text-decoration: none;
	color:#0000ff;
	font-size:1.1em;
}
img {
	border:0!important;
}
p{
	margin:0;
	padding:5px 0;
}
dd{
	font-size:0.8em;
	margin: 0;
}
h1,h2,h3{
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
	color: #006633;
}
h1{
	font-size:1.4em;
	margin:0 0 0.5em 0;
}
h2{
	font-size:0.9em;
}
h3{
	font-size:1.2em;
	color:#000;
}
.kon{
	float: right;
	text-align:left;
	width:300px;
}
.kon img{
	padding-top:3px;
}
.ane{
	float: right;
	text-align:left;
	width:375px;
	padding-left:10px;
}
.anel{	
	
	width:375px;
	padding-right:10px;
}
.his{
	width:600px;
	text-align: justify;
}
.ans{
	width:600px;
}
.dir {
	unicode-bidi:bidi-override;
	direction: rtl;
}
.faq {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-size:1.0em;
}
.faqred{
	color: #660000;
}
.mid {
	clear: both;
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.5em 0em 0.5em 0.3em;
	background-color: #879F37;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
td#cen{
	text-align:center;
}
td#anno{
	text-align:center;
	width:120px;
}
td#mit{
	width: 380px;
	height: 240px;
	padding-left: 10px;
}
/*Layout*/
div#container{
	text-align:left;
	width:824px;
	margin:0 auto;
}
div#header{
	height:155px;
	margin:0;
	background:#fff url(img/bg1.jpg) no-repeat bottom;
	color: #76C000;
}
div#header img{
	margin:0;
	padding:10px 0 0 35px;
}
div#content{
	min-height:380px;
  	height:auto !important;
  	height:380px;
      	padding:0 20px;
	background:#fff url(img/bottom.gif) repeat-x bottom;
	font-size:0.8em;
}
div#gal{
	min-height:740px;
  	height:auto !important;
  	height:740px;
      	padding:0 20px;
	background:#fff url(img/bottom.gif) repeat-x bottom;
	font-size:0.8em;
}
div#box{
	min-height:100px;
  	height:auto !important;
  	height:100px;
}
div#footer {
	position:relative; bottom:0px; height:30px; width:824px;
	background:#fff url(img/footer.gif) repeat-y;
	color: #FFF;
	z-index:2;
}
div#footer p{
	margin:0;
	padding:0;
}
div#footer a{
	text-decoration:none;
	color:#fff;
	font-size:0.8em;
	padding:15px 0 0 20px;
}
div#footer a:hover{
	text-decoration:underline;
}
div#left{
	float:left;
	padding-right:10px;
}
div#right{
	float:right;
	padding-left:10px;
}
/*Navigation*/
#nav, #nav ul {
	float: right;
	width: 100%;
	list-style: none;
	background: url(img/menu.gif) repeat-x left bottom;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	z-index:100;
}
#nav img{
	float:left;
	width: 1em;
	height: 1em;
	border-right:1px solid #fff;}
#nav a {
	display: block;
	color: #006633;
	text-decoration: none;
	text-align:center;
	font-size:0.8em;
	padding: 0.5em 0.5em;
}
#nav a.selected{
	color:#fff;
	background: url(img/active.gif) repeat-x;
	border-right:1px solid #fff;
}
#nav li {
	float: left;
	padding: 0;
	border-right:1px solid #fff;
	background: url(img/menu.gif) repeat-x left bottom;
	width: 120px;
}
#nav li ul li {
	background: #5C7B16;
	width: 190px;
}
#nav li ul li a {
	color: #DAE8A0;
	width: 190px;
	text-align: left;
	padding: 5px;
}

#nav li ul{
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	width: 190px;
}
#nav li:hover, #nav li.sfhover {
	background: url(img/hover.gif) repeat-x;
}
#nav li ul a:hover {
	color:#879F37;
	background: url(img/mhover.gif) repeat-y;
/*bg img Farbe anpassen!*/
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;

}
/*Gallerie*/

.gal{
	clear:both;
	position: relative;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 2px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #879F37;
}

.thumbnail span{ 
	position: absolute;
	background-color: #879F37;
	left: -1000em;
	visibility: hidden;
	text-decoration: none;
	font-family:monospace;
	text-align: center;
	font-size:0.7em;
	color:#fff;
}

.thumbnail span img{ 
	border-width: 0;
}

.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left: 150px;
	z-index: 1;
}
.galvor{
	position: absolute;
	top: 0;
	left: 150px;
}
