@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background-color: #89BA17;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.3em;
	padding: 0px;
	text-align: left;
	}
body strong {
	font-weight: bold;
	color: #fff;
	}
table {
	font-size: 12px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #D7FFA4;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #000;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #DFFEA5;
	}
h1 {
	font-size: 21px;
	margin-bottom: 10px;
	}
h2{
	font-size: 18px;
	margin-bottom: 3px;
	}
h3{
	font-size: 16px;
	margin-bottom: 3px;
	}
h4{
	font-size: 14px;
	margin-bottom: 5px;
	}
h5{
	font-size: 16px;
	margin-bottom: 3px;
	color: #89BA17;
}
ul {
	margin: 3px 0 0 10px;
	padding: 2px 0 2px 0px;
}
li {
	line-height: 15px;
	padding: 0 0 2px 5px;
	margin: 0 0 0 5px;
	list-style-position: outside;
}
/*---------------------DIV-FORMATIERUNGEN------------------------------*/

#streifen-oben {
	height: 190px;
	width: 100%;
	background-color: #252525;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	}
#background {
	width: 951px;
	height: 371px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	}
#suche {
	width: 220px;
	top: 20px;
	left: 36px;
	position: absolute;
	z-index: 30;
	}
#suche a, #suche a:visited {
	font-size: 11px;
	color: #fff;
	margin-right: 15px;
	text-decoration: none;
	}
#suche a:hover {
	text-decoration: underline;
	}
#logo {
	width: 316px;
	top: 17px;
	left: 668px;
	position: absolute;
	z-index: 40;
	}
#navigation {
	width: 160px;
	top: 178px;
	left: 36px;
	position: absolute;
	z-index: 50;
	font-size: 11px;
	line-height: 1.3em;
	color: #000000;
	}
#navi {
	width: 120px;
	padding: 0 20px 20px 20px;
	background-color: #fff;
	min-height: 160px;
	}
#newsticker {
	width: 124px;
	height: 140px;
	padding: 20px 18px;
	margin-top: 32px;
	background: url(../img/newsticker-hg.gif) no-repeat center top;
	}
#newsticker h5 { color: #fff; margin-bottom: 3px; }

#content {
	width: 672px;
	top: 392px;
	left: 242px;
	padding-bottom: 130px;
	position: absolute;
	z-index: 60;
	}
#bottom {
	width: 100%;
	height: 98px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 70;
	background: url(../img/bottom-hg.png) repeat-x left bottom;
	font-size: 11px;
	color: #AFAFAF;
	}
#bottom address {
	padding: 18px 0 0 36px;
	font-style: normal;
	float: left;
	}
#bottom a, #bottom a:visited {
	color: #AFAFAF;	
	}
#bottom a:hover {
	color: #fff;
	}
#impuls {
	float: left;
	padding: 18px 0 0 110px;
	}

/*=====================LIST-NAVIGATION======================*/

#LM_level_1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#LM_level_1 li {
	list-style-position: outside;
	line-height: 14px;
	font-size: 14px;
	background: url(../img/navi-pfeil.gif) no-repeat left top;
	padding: 0 0 0 14px;
	margin: 10px 0 0 0;
	}
#LM_level_1 li a{
	color: #000;
	text-decoration: none;
	}
#LM_level_1 li a:hover{
	color: #89BA17;
	/*background: url(../img/navi-pfeil-hover.gif) no-repeat left top;*/
	}
#LM_level_2 {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0;
	}
#LM_level_2 li {
	color: #000;
	list-style-position: outside;
	margin: 0 0 5px 0;
	line-height: 12px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	background: url(../img/subnavi-pfeil.gif) no-repeat left top;
	}
#LM_level_2 li a{
	color: #000;
	text-decoration: none;
	}
#LM_level_2 li a:hover {
	color: #000;
	}
#LM_youAreHere {
	color: #89BA17;
	}
#LM_level_2 #LM_youAreHere {
	color: #000;
	}
#LM_level_1 li.LM_expanded{
	background: url(../img/navi-pfeil-sub.gif) no-repeat left top;
	}
#LM_level_1 li.LM_expanded a{
	color: #89BA17;
	}
#LM_level_1 li.LM_expanded a:hover{
	color: #000;
	}

/*=====================ENDE LIST-NAVIGATION======================*/


/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.box-weiss {
	background-color: #fff;
	color: #759E14;
	font-size: 11px;
	padding: 0 5px;
	}
.box-weiss li {
	line-height: 12px;
	padding: 0 0 2px 3px;
	margin: 0 0 0 3px;
	list-style-position: outside;
	}
.bilduntertitel {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 3px;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #89BA17;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 3px 5px;
	border-bottom: 1px solid #9FC81C;
	}
.tabelle-header {
	background-color: #EBD491;
	font-weight: bold;
	color: #7C522E;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #F4E8C1;
	font-weight: normal;
	padding: 4px;
	}


/*---------------------ANFRAGEFORMULAR-----------------------------*/

.tabelle-kontaktformular {
	padding: 5px;
	background-color: #9FC81C;
	}
#errorMessage {
	background-color: #9FC81C;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #9FC81C;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 75px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular input {
	border: 1px solid #81AE15;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
#formular textarea {
	border: 1px solid #81AE15;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 98%;
	}
#formular .pflichtfelder {
	border: 1px solid #252525;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #252525;
	color: #fff;
	background: #252525 url(../img/button-hg.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #393939;
	background: #393939 url(../img/button-hg-hover.png) repeat-x top;
	}


/*----------------------- Minisuchformular ---------------------------------------*/
#searchbox {
	margin: 0 0 5px 0;
	vertical-align: top;
	}
#searchbox table {
	 width: 220px;
	 height: 18px;
	 border: 1px solid #DADADA;
	 background: #fff;
	 }
#suchfeld {
	background-color: #fff;
	height: 14px;
	width: 180px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 3px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	border: none;
	vertical-align: top;
	}
#suchbutton {
	height: 16px;
	width: 17px;
	border: none;
	vertical-align: top;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #9FC81C;
	padding: 5px;
	}
#adresseingabe {
	width: 260px;
	padding: 1px;
	height: 20px;
	border: 1px solid #81AE15;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
#mapsButton1 {
	width: 160px;
	height: 23px;
	padding: 3px;
	border: 1px solid #252525;
	color: #fff;
	background: #252525 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #393939;
	background: #393939 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };

