html, body {
	height: 100%;
}

body{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #CBE4DE url(bilder/navigat/body_bg.gif) repeat-y center;
	text-align: center;
	color: #444444;
}

a{
	color: #008E69;
}
a:hover{
	color: black;
}


h1{
	font-size: 16px;
	font-weight: bold;
	color:#00916A;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color:#00916A;
}

h3{
	font-size: 14px;
	font-weight: bold;
}

#container{
	text-align: left;
	min-height: 100%;
	position: relative;
	width: 750px;
	background: url(bilder/navigat/container_horizont.jpg) repeat-x top;
	padding: 0px 0px 0px 0px;
	margin:  0px auto 0px auto;
	border:  none;
}
* html #container {height: 100%;}


#container1{
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	margin:  0px auto 0px auto;
	border:  none;
	width: 750px;
	background: White;
	text-align: left;
}
#kopf{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	background: url(bilder/navigat/kopf_bg.jpg) no-repeat;
	height:277px;
}
#logo{
	padding: 77px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}

#SpalteLinks{
    width: 340px;
    float: left;
}

#Bildbereich{
	clear: both;
}


#containerspacer{
	clear: both;
	height:1px;
	width: 100%;
}

/*-------------   Navigation     -------------*/

#navigation{
	padding: 0px 0px 0px 0px;
	margin:  30px 0px 0px 367px;
	border:  none;
}
#navigation span{
		display: none;
}
#navigation ul{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}
#navigation li{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	float: left;
	list-style: none;
}
#navigation li a{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}


/*------*/

#navigation .startseite a{
	width: 89px;
	height: 51px;
	background: url(bilder/navigat/navigat_startseite.gif) no-repeat left top;
	display: block;
}

#navigation .wirueberuns a{
	width: 128px;
	height: 51px;
	background: url(bilder/navigat/navigat_wirueberuns.gif) no-repeat left top;
	display: block;
}

#navigation .infos a{
	width: 66px;
	height: 51px;
	background: url(bilder/navigat/navigat_infos.gif) no-repeat left top;
	display: block;
}

#navigation .kontakt a{
	width: 81px;
	height: 51px;
	background: url(bilder/navigat/navigat_kontakt.gif) no-repeat left top;
	display: block;
}
/*------*/
#navigation .startseite a:hover{
	background: url(bilder/navigat/navigat_startseite_hover.gif) no-repeat left top;
}
#navigation .wirueberuns a:hover{
	background: url(bilder/navigat/navigat_wirueberuns_hover.gif) no-repeat left top;
}
#navigation .infos a:hover{
	background: url(bilder/navigat/navigat_infos_hover.gif) no-repeat left top;
}
#navigation .kontakt a:hover{
	background: url(bilder/navigat/navigat_kontakt_hover.gif) no-repeat left top;
}

/*------*/
#navigation .startseite .aktiv{
	background: url(bilder/navigat/navigat_startseite_aktiv.gif) no-repeat left top;
}
#navigation .infos .aktiv{
	background: url(bilder/navigat/navigat_infos_aktiv.gif) no-repeat left top;
}
#navigation .wirueberuns .aktiv{
	background: url(bilder/navigat/navigat_wirueberuns_aktiv.gif) no-repeat left top;
}
#navigation .kontakt .aktiv{
	background: url(bilder/navigat/navigat_kontakt_aktiv.gif) no-repeat left top;
}
/*------*/

#subnavigation{
	padding: 0px 0px 0px 110px;
	margin:  37px 0px 0px 0px;
	border:  none;
	width: 229px;
}
#subnavigation ul{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}
#subnavigation li{
	padding: 3px 0px 3px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	list-style: none;
}
#subnavigation li a{
	padding: 0px 0px 0px 30px;
	margin:  0px 0px 0px 0px;
	border:  none;
	background: url(bilder/navigat/subnavi_liste_pfeil.gif) no-repeat left center ;
	color:#008E69;
}
#subnavigation li a:hover{
	background: url(bilder/navigat/subnavi_liste_pfeil.gif) no-repeat 5px center;
	color: Black;
	font-weight: bold;
}

#subnavigation .aktiv{
	background: url(bilder/navigat/subnavi_liste_pfeil.gif) no-repeat 5px center;
	color: Black;
	font-weight: bold;
}


#inhalt{
	width: 349px;
	float: right;
	padding: 0px 35px 40px 26px;
	margin:  0px 0px 0px 0px;
	border:  none;
	line-height: 180%;
	min-height: 500px;
   height: auto !important;
   height: 500px;
}

#fussspacer{
	clear: left;
	height: 46px;
}

#fusszeile{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 0px 0px 0px;
	margin:  0px auto 0px auto;
	border:  none;
	background: #DADEDD url(bilder/navigat/fusszeile_bg.gif) repeat-x;
	width: 750px;
	height:100px;
	text-align: center;
	font-size: 12px;
}

#fusszeile ul{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 362px;
	border:  none;
}

#fusszeile li{
	padding: 22px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	float: left;
	list-style: none;
}

#fusszeile li a{
	padding: 22px 4px 0px 4px;
	margin:  0px 0px 0px 0px;
	border:  none;
	color: #5F5F5F;
}

#fusszeile .nachoben{
	border:  none;
	font-weight: bold;
	color: #008E69;

}

#fusszeile a:hover{
	color: Black;
}


#fusszeile .nachoben a{
	color: #008E69;
	background: url(bilder/navigat/fusszeile_nachoben_bg.gif) no-repeat top;
}
#fusszeile .nachoben a:hover{

	background: url(bilder/navigat/fusszeile_nachoben_bg_h.gif) no-repeat top;
	color: Black;
}

/*   Formular  */

.plz{
	margin: 0px 0px 0px 0px;
	width : 50px;
	height: 19px;
}

.radio{
	margin: 0px 0px 0px 0px;
	width : 50px;
	height: 19px;
}

.wohnort{
	margin: 0px 0px 0px 0px;
	width : 150px;
	height: 19px;
}

INPUT{
	margin: 0px 0px 0px 0px;
	width : 210px;
	height: 19px;
}

.CHECKBOXKlein{
	margin: 0px 0px 0px 0px;
	width : 50px;
	height: 19px;
}

TEXTAREA{
	width : 210px;
}

.button{
	width : 102px;
	height: 18px;
	color: #666666;
	font-size: 10px;
	background: #CDCABA;
	border: none;	
	padding-bottom: 2px;
	*padding-bottom: 0px;
}

.button:hover{
	color: #F1EAD3;
	font-size: 10px;
	background: #211F20;
	border: none;	
}

#ReferenzTabelle td{
	border-bottom: 1px dashed #000000;
	font-size: 10px;
}