body{
	background: url(elemente/hg.jpg) center top fixed no-repeat #9bcd69;
	margin: 0;
	padding: 0;
	height: 100%;
	}


/*Startseite*/
#start{
	position: relative;
	top:20px;
	height: 660px;
	width: 980px;
	}

#start_hg{
	position: absolute;
	bottom:0;
	left:0;
	height: 584px;
	width: 980px;
	overflow: hidden;
	}
#start_hg img{
	position: absolute;
	width: 100%;
	bottom: 0;
	left:0;
	}


#welle{
	position: absolute;
	top:0;
	left:0;
	height: 184px;
	width: 980px;
	background: url(elemente/welle.png) center top no-repeat;
	}

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


#logo{
	position: absolute;
	top: 5px;
	left: 20px;
	width: 406px;
	height: 145px;
	background: url(elemente/logo.png) center top no-repeat;
	}


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

#header{
	position: absolute;
	top:3px;
	right: 10px;
	color:#ffffff;
	font-size: 0.9em;
	}
#header a{
	padding: 0 5px 0 5px;
	color:#ffffff;
	text-decoration: none;
	}

#mstart{
	position:absolute;
	bottom:50px;
	left:20px;
	width:950px;
	text-align: left;
	}


#vorschau{
	position: absolute;
	bottom: 10px;
	width: auto;
	max-width: 700px;
	height: auto;
	margin-bottom:40px;
	background: url(elemente/trans_w.png);
	}
* html #vorschau{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/trans_w.png',sizingMethod='scale');
	}


#topic{
	font-size:20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(elemente/trans_g.png);
	border:1px solid #ffffff;
	padding:0;
	margin:0;
	}
* html #topic{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/trans_g.png',sizingMethod='scale');
	}

#topic a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	display: block;
	float: left;
	}

#topic a:hover{
	color:#555555;
	background-color: #ffffff;
	background: url(elemente/v_hg.png) right bottom no-repeat;
	}


#suche{
	font-size:1.3em;
	position: absolute;
	right: 0;
	bottom:0;
	background: url(elemente/trans_g.png);
	border:1px solid #ffffff;
	padding:10px 10px 10px 10px;
	margin:0;
	}
* html #suche{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/trans_g.png',sizingMethod='scale');
	}


#st_hl{
	font-size:20px;
	position: absolute;
	left: 620px;
	bottom: 0;
	background: url(elemente/trans_g.png);
	border:1px solid #ffffff;
	padding:0;
	margin:0;
	}
* html #st_hl{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/trans_g.png',sizingMethod='scale');
	}
#st_hl a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	}

#st_hl a:hover{
	color:#555555;
	background-color: #ffffff;
	background: url(elemente/v_hg.png) right bottom no-repeat;
	}






/*Inhaltseiten*/
#layout{
	position: relative;
	top:0;
	width: 980px;
	height: auto;
	background-color: #f0ffd2;
	}

#kopf{
	position: relative;
	width: 100%;
	height: 280px;
	visibility: visible;
	}

#kopf_1{
	position: absolute;
	height: 65px;
	width: 980px;
	top: 0;
	left: 0;
	background: url(elemente/kopf.png) left top no-repeat;
	}
* html #kopf_1{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/kopf.png',sizingMethod='scale');
	}
#kopf_2{
	position: absolute;
	width: 100%;
	height: 110px;
	bottom:0;
	left:0;
	background: url(elemente/kopf_2.png) left top no-repeat;
	}
* html #kopf_2{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/kopf_2.png',sizingMethod='scale');
	}





#inhalt{
	clear: both;
	text-align: left;
	z-index: 1;
	border: #000000 solid 0px;
	}



/*Suche*/
.s{margin:0;}
.suchinput{
	width:100px;
	}
.su{
	background: url(elemente/suche.gif) left 3px transparent no-repeat;
	width:20px;
	height: 25px;
	border:0;
	}
.su:hover{
	background: url(elemente/suche-a.gif) left 4px transparent no-repeat;
	cursor: pointer;
	}




.su2{
	background: url(elemente/suche2.png) left 3px transparent no-repeat;
	width:20px;
	height: 25px;
	border:0;
	}
.su2:hover{
	background: url(elemente/suche2-a.png) left 4px transparent no-repeat;
	cursor: pointer;
	}





/*Vorschau*/
.os{
	display: block;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px dotted #82af00;
	z-index: 1;
	}
.go{
	background: url(elemente/go.gif) transparent no-repeat;
	width:25px;
	height: 25px;
	border:0;
	}
.go:hover{
	background: url(elemente/go-a.gif) transparent no-repeat;
	cursor: pointer;
	}

.v0{
	width: 330px;
	float: left;
	padding:10px;
	overflow:hidden;
	}

.v1{
	width: 680px;
	float: left;
	padding:10px;
	}
.v2{
	width: 680px;
	float: left;
	padding:10px;
	}
.v3{
	width: 680px;
	float: left;
	padding:10px;
	}

.v{
	font-size: 14px;
	line-height: 100%;
	border: #82af00 1px solid;
	overflow:hidden;
	height: 100px;
	background: url(elemente/v_hg.png) right bottom no-repeat;
	}
.v1 .v{
	background: url(elemente/v_hg.png) -15px bottom no-repeat #f5ffe0;
	}
.v2 .v{
	background: url(elemente/v_hg2.png) 100px bottom no-repeat #f5ffe0;
	}
.v3 .v{
	background: url(elemente/v_hg2.png) 100px bottom no-repeat #f5ffe0;
	}

.vb{
	width:100px;
	height: 100px;
	overflow:hidden;
	float: left;
	margin-right: 5px;
	position: relative;
	}
.vb img{
	height: 100%;
	position: absolute;
	}
.vt{
	width: 330px;
	float: left;
	}
.vt img{
	margin:1px 1px 0 0;
	border:1px solid #e0e0e0;
	width:20px;
	height:20px;
	}
.vk{
	width: 320px;
	float: left;
	padding: 5px;
	}
.va{
	width:230px;
	font-size: 13px;
	float:right;
	padding: 5px 5px 0 0;
	}
.va a{text-decoration: none;}

.v h4{
	font-size: 16px;
	margin:3px 0 3px 0;
	font-weight: bold;
	line-height: 100%;
	max-height: 45px;
	overflow: visible;
	display: block;
	}
.v h4 img{
	width:auto;
	height:auto;
	border:0;
	}
.v h4 a{
	color: #70a000;
	text-decoration: none;
	}
.v h4 a:visited{
	color: #70a000;
	}
.v h4 a:hover{
	color: #444444;
	}





/* Menue  */
#menu{
	text-align: left;
	width: 250px;
	float:left;
	padding:0 0 0 10px;
	}
#menu h1{
	text-align: left;
	font-size:1.5em;
	}
#menu a{
	display: block;
	text-decoration: none;
	}
#menu a:link{
	color: #404060;
	}
#menu a:visited{
	color: #404060;
	}
#menu a:hover{
	color: #70a000;
	list-style: disc;
	}
#menu li.aktiv{
	color:#70a000;
	font-weight: bold;
	text-decoration: underline;
	font-size:1.1em;
	}
#menu a.aktiv{
	color:#70a000;
	font-weight: bold;
	}
#menu a.aktiv_menu{
	color:#000000;
	font-weight: bold;
	}
#menu ul{
	margin:0 0 10px 0;
	font-size: 1em;
	}
#menu li {
	padding:3px 0 3px 0;
	list-style-type: none;
	list-style-position: outside;
	}
/*
#menu li:hover{
	color:#82af00;
	}
*/
#menu ul ul{
	margin:0 0 0 10px;
	list-style-type: disc;
	font-size: 0.9em;
	}


#menu h1{
	}
#menu h1 a{
	color: #82af00;
	text-decoration: none;
	}
#menu h1 a:visited{
	color: #82af00;
	}
#menu h1 a:hover{
	color: #444444;
	}




#content{
	float: right;
	padding:10px;
	z-index: 2;
	width: 700px;
	min-height: 200px;
	}

a img{
	border:0;
	}

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

.absatz_voll{
	clear: both;
	margin: 10px 0 10px 10px;
	padding:2px;
	border: #82af00 1px solid;
	}
.absatz_voll h3{
	margin:0;
	}

.pikto{
	}
.pikto img{
	margin:1px 1px 0 0;
	border:1px solid #e0e0e0;
	}




.text{
	
	}

.page{
	
	}
.page a{
	text-decoration: none;
	padding:5px 9px;
	}
.p_aktiv{
	background: #82af00;
	}
a.p_aktiv{
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	}

#fuss{
	clear: both;
	width:100%;
	display:block;
	}

.logo{
	margin-top:20px;
	width: 230px;
	height: 82px;
	background: url(elemente/logo_k.png) center top no-repeat;
	}

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





#topics{
	font-size:1.2em;
	position: absolute;
	right: 0;
	top: 250px;
	z-index:5;
	text-align: left;
	padding:0;
	margin:0;
	}


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

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

#topics a:hover{
	color:#555555;
	background-color: #eeffbb;
	}

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

.hm{
	}

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





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

.close{
	cursor: pointer;
	}
.aktuell_i{
	width: 640px;
	height: auto;
	min-height: 95px;
	border: #82af00 solid 1px;
	padding: 0 5px 5px 5px;
	}
.aktuell_i .vb{
	margin: 0 10px 0 -5px;
	}

.aktuell h3{
	margin:0;
	padding:0;
	}
.link a{
	text-decoration: none;
	}






/* Beginn rechter Frame */
.rframe{
	position: relative;
	width: 256px;
	float: right;
	text-align: left;
	margin: 0 0 0 10px;
	font-size: 0.9em;
	}
#favs{
	width: 256px;
	float: right;
	padding:0;
	margin:0 0 0 0;
	}
#favs img{
	margin: 0 1px 0 0;
	cursor: pointer;
	}
#favoriten{
	position:absolute;
	left:0px;
	top:-10000px;
	visibility: hidden;
	width: 252px;
	height: 400px;
	border-color: #96be00;
	border-style: solid;
	border-width: 6px 2px 6px 2px;
	overflow: auto;
	background: url(elemente/trans_g2.png);
	z-index: 4;
	}

#favoriten .vb{
	width:50px;
	height: 50px;
	}
#favoriten .close{
	float:right;
	}

/*Bildergalerie*/
.bilder{
	width: 250px;
	border: solid #82af00 1px;
	float: right;
	color: #ffffff;
	font-weight: normal;
	padding:2px;
	margin:0 0 10px 0;
	cursor: pointer;
	}
.bilder div{
	padding: 2px;
	margin:0;
	background-color: #82af00;
	}
* html .bilder div{
	width: 250px;
	}

.bilder img{
	padding:0;
	margin:0 0 -3px 0;
	}


.absatz_voll .bilder{
	width: 167px;
	border: 0;
	float: left;
	color: #ffffff;
	font-weight: normal;
	padding:0;
	margin:0;
	cursor: pointer;
	}
.absatz_voll .bilder div{
	padding: 2px;
	margin:0;
	background-color: #82af00;
	}
* html .absatz_voll .bilder div{
	width: 167px;
	}

.absatz_voll .bilder img{
	width:160px;
	padding:0;
	margin:0;
	}



#dia{
	z-index: 8;
	position: absolute;
	top: 0;
	left:0;
	background: url(elemente/trans_g2.png);
	width: 100%;
	height: 0;
	text-align: center;
	visibility: hidden;
	}
* html #dia{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/trans_g2.png',sizingMethod='scale');
	}


#dia_table{
	position: relative;
	width:840px;
	height:520px;
	background-color: #f0ffd2;
	background:  url('elemente/fade.gif');
	border: #96be00 solid 2px;
	}

#dia_bild{
	background:  url('elemente/laden.gif') center center no-repeat;
	}


.dvorschau{
	width: 140px;
	}

.dvorschau div{
	width: 140px;
	height: 480px;
	overflow: auto;
	}
.dvorschau img{
	cursor: pointer;
	margin:3px;
	}

#bildtitel{
	font-style: italic;
	font-weight: normal;
	color:#ffffff;
	text-align: center;
	padding:0 0 3px 0;
	}



.kontakt{
	border: #82af00 1px solid;
	width: 248px;
	padding: 3px;
	background: url(elemente/v_hg.png) right bottom no-repeat;
	float: right;
	margin:0 0 10px 0;
	}
.kontakt a{
	text-decoration: none;
	}







/* GoogleMap */

/* MapIcon */
#i_karte{
	margin-top:-20px;
	float:right;
	width:40px;
	height: 40px;
	background: url(elemente/i_karte.gif) top left no-repeat;
	}
#i_karte:hover{
	background: url(elemente/i_karte-a.gif);
	cursor: pointer;
	}


/* Vorschaukarte */
.map{
	width: 250px;
	height: 250px;
	overflow: hidden;
	border: solid #82af00 1px;
	float: right;
	text-align: left;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: normal;
	padding:2px;
	margin:0 0 10px 0;
	cursor: pointer;
	}







/* Karte Region */

#googlemap{
	z-index: 8;
	position: absolute;
	top: 0;
	left:0;
	background: url(elemente/trans_g2.png);
	width: 100%;
	height: 0;
	visibility: hidden;
	}
* html #googlemap{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/trans_g2.png',sizingMethod='scale');
	}

#map_div{
	position: relative;
	width:978px;
	height: 560px;
	z-index:10;
	border: #82af00 1px solid;
	margin:auto;
	background-color: #f0ffd2;
	background:  url('elemente/fade.gif');
	}

#legende{
	font-size:1em;
	z-index:11;
	margin:10px 0 0 10px;
	text-align: left;
	padding:0;
	height: 20px;
	width:720px;
	position: relative;
	}
#legende div{
	left:-500px;
	height: 20px;
	overflow: visible;
	float: left;
	font-weight: bold;
	display:block;
	color: #ffffff;
	text-decoration: none;
	vertical-align: bottom;
	cursor: pointer;
	}
#legende div div{
	padding:0 12px 0 12px;
	text-align: center;
	cursor: auto;
	height: auto;
	
	}
#legende div:hover{
	color:#555555;
	background-color: #eeffbb;
	}
#legende .hm{
	height:20px;
	}
#legende span {
	color:#000000;
	font-size: 0.9em;
	font-weight: normal;
	background: url("elemente/m2_hg.png") no-repeat left bottom;
	text-align: left;
	padding: 0 0 4px;
	position: absolute;
	z-index: 11;
	top:20px;
	width: 250px
	}
#legende span p{
	}
#map_store{
	width:970px;
	}
#map{
	width:720px;
	height:410px;
	margin-left:10px;
	}
#store{
	position: absolute;
	left: 730px;
	top: 0;
	width:250px;
	height: 535px;
	overflow: auto;
	}
#store .vb{
	width:50px;
	height: 50px;
	}
#store .close{
	float:right;
	}
.map_info{
	color:#555555;
	}
.map_info td{
	font-size: 0.9em;
	color:#555555;
	}
#map_preview{
	position: absolute;
	left: 0;
	top:440px;
	width: 700px;
	}
#map_preview .v1{
	width: 720px;
	}
#map_preview .v{
	background: url(elemente/v_hg.png) 0 bottom no-repeat #f5ffe0;
	}

#map_preview .va{
	width: 250px;
	}
.vs{
	width: 220px;
	float: left;
	padding:5px 5px 0 5px;
	}
.vs a{
	text-decoration: none;
	}
.vs a img{
	height: 10px;
	}
.vs .v{
	font-size: 12px;
	height: 50px;
	}
#m_close{
	position: absolute;
	right:0;
	bottom:0;
	cursor: pointer;
	}





.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;}






/*Events*/
fieldset { border: solid 1px #82af00 }
.tab  { border: solid 1px #82af00; width: 620px;margin:4px 0 4px 0;
background: url(elemente/v_hg.png) 30px bottom no-repeat #f5ffe0}
.tab td{ padding: 0px; }
.tab .ev{padding:0 5px 0 10px;}
.ev-date     { font-weight: bold; background-color: #82af00; text-align: center; width: 50px }
.ev-ort-k   { font-weight: bold; font-size: 18px; text-align: center; width: 130px;
	 }
.ev-ort-l  { font-weight: bold; font-size: 12px; text-align: center }
.ev-ort-2 { font-weight: bold; font-size: 12px; text-align: center;display:block}




.absatz input{
	border:1px solid #888888;
	}
.absatz textarea{
	border:1px solid #888888;
	}

.absatz .formfeld_r{
	border-color: #eab600;
	background-color: #fff0a8; 
	}
.absatz .formfeld_o{
	border-color: #eab600;
	background-color: #fffaa8;
	}
.form_senden{
	padding:0 30px 0 30px;
	font-size:1.2em;
	background-color: #82af00;
	color: #ffffff;
	border:0 solid #82af00;
	}
.form_senden:hover{
	background-color: #444444;
	cursor: pointer;
	}

legend{
	color:#82af00;
	}


.pdf a{
	margin:5px 0 10px 0;
	}



#footer{
	font-size: 11px;
	padding:3px;
	background-color: #95bd00;
	color:#ffffff;
	}
#footer a{
	color:#ffffff;
	}