html {
	padding: 0;
	margin:0;
	}


body{
	background: url(elemente/hg.jpg) center top fixed no-repeat #9bcd69;
	margin: 0;
	padding: 0;
    min-width: 40em;
	}

#layout{
	position: relative;
	width: 980px;
	height:800px;
	z-index:2;
	}


#wiese{
	position: absolute;
	width: 350px;
	height: 350px;
	bottom:0;
	left:0;
	z-index: 0;
	background: url(elemente/wiese.png) left bottom no-repeat;
	}

html>body #wiese {  /* nur fuer moderne Browser! */
    position: fixed;
  }


#kopf{
	margin-top:30px;
	width: 100%;
	height: 60px;
	text-align: left;
	}

#sprache{
	width:150px;
	text-align:right;
	}
#sprache a{
	margin: 0 10px 0 0;
	}

#menu{
	font-size:1.1em;
	z-index:3;
	padding:0 0 0 100px;
	margin:0;
	background: url(elemente/menu_hg.png) left top repeat-y;
	height: 30px;
	text-align: right;
	display: table;
	}

* html #menu{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/menu_hg.png',sizingMethod='scale');
	}

#menu div{
	height: 30px;
	overflow: visible;
	display: block;
	float: left;
	font-weight: bold;
	}
#menu div a{
	text-align: center;
	padding: 0 15px 0 15px;
	}

#menu a{
	display:block;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	vertical-align: bottom;
	}

#menu a:hover{
	color:#649600;
	background-color: #eeffbb;
	}

#menu span{
	position: absolute;
	width: 220px;
	padding: 0 0 4px 0;
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
	background: url(elemente/m_hg.png) bottom left no-repeat;
	z-index: 10;
	}
#menu span a{
	color: #649600;
	margin:0 3px 0 1px;
	padding:5px 0 5px 5px;
	height: auto;
	line-height: normal;
	text-align: left;
	}


#inhalt{
	text-align: left;
	}

#content{
	margin-left:100px;
	padding:10px;
	width: 700px;
	min-height: 200px;
	}







a img{
	border:0;
	}

.absatz{
	clear:both;
	margin: 10px 0 0 10px;
	}


.text{
	
	}







.hm{
	}
a:hover.hm {
	background-color: #ffffff;
	}





/*Aktuell*/
.aktuell{
	float:left;
	margin:0 30px 0 0;
	}

.aktuell .close{
	cursor: pointer;
	}
.aktuell_i{
	width: auto;
	height: auto;
	min-height: 80px;
	border: #96be00 solid 1px;
	padding: 0 5px 5px 5px;
	}
.aktuell h3{
	margin:0;
	padding:0;
	}
.link a{
	text-decoration: none;
	}


.form_senden{
	cursor: pointer;
	color: transparent;
	background-color: transparent;
	background-image: url("elemente/senden.png");
	background-repeat: no-repeat;
	width: 130px;
	height: 70px;
	border: 0px;
	}

.formfeld_r{
	background-color: #ffc0a0;
	}
.formfeld_o{
	background-color: #ffe0a0;
	}
/* S-Schutz */
.websiteurl{
	position: absolute;
	top:-9000px;
	visibility: hidden;
}


/*Maps*/
.estyle1 {
	background-color:#ffffff;
	border:1px #1E41AF solid;
	}
.gm_ewin_t{
	background-color: #1E41AF;
	color:#ffffff;
	line-height: 100%;
	}
.ewclose{margin:1px 5px 0 2px;cursor:pointer}
#googlemap{
	position: relative;
	left:-100px;

	}







/*Bildergalerie*/
.tbl_bilder{
	margin:10px 0 20px 0;
	width:600px;
	clear: both;
	align:right;
	z-index:2;
	}

.bild{
	width:450px;
	}

.bilder{
	text-align: left;
	}
.bilder div{
	width: 140px;
	height: 333px;
	overflow: auto;
	}


.bilder img{
	margin:0 5px 5px 5px;
	cursor: pointer;
	}
.bildtitel{
	font-style: italic;
	}
