html, body {
	height: 100%;
}

body{
	padding: 0px;
	margin: 0px;
	border:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	background: #849E77 url(bilder/navigat/body_bg.gif) repeat-y center;
	*background: #849E77 url(bilder/navigat/body_bg_ie7.gif) repeat-y center;
}

h1{
	color: #5A6C44;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 130%;
}

h2{
	color: #5A6C44;
	font-size: 14px;
}

hr{
	color: #3F7232;
	width: 270px;
	text-align: center;
}

a{
	color: #5A6C44;
}

/*------*/

.accessible{
	display: none;
}

/*------*/

#container{
	text-align: left;
	min-height: 100%;
	position: relative;
	width: 770px;
	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%;}

#containerspacer{
	clear: both;
	height:1px;
	width: 100%;
}

#container1{

	background: url(bilder/navigat/balken_links.gif) repeat-y left;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	margin:  0px auto 0px auto;
	border:  none;
	width: 770px;

	text-align: left;
}

#container2{

}

#kopf{
	background: url(bilder/navigat/kopf_bg.gif) no-repeat;
	height: 154px;
}
#logo{
		padding: 35px 0px 0px 154px;
		margin:  0px 0px 0px 0px;
		border:  none;
		float: left;
}
#kopfbild{
		padding: 20px 0px 0px 0px;
		margin:  0px 0px 0px 0px;
		border:  none;
		float: right;
}

/*-------------*/
#navigation{
	width: 138px;
	float: left;
	padding: 0px 0px 0px 28px;
	margin:  8px 0px 0px 0px;
	*margin:  -4px 0px 0px 0px;
	border:  none;
	text-align: right;
}



#navigation ul{
		padding: 0px 0px 0px 0px;
		margin:  22px 45px 0px 0px;
		border:  none;
		width: 100%;
}
#navigation li{
		padding: 0px 0px 0px 0px;
		margin:  0px 0px 0px 0px;
		border:  none;
		list-style: none;
		width: 100%;
}
#navigation li a{
		padding: 2px 5px 2px 0px;
		margin:  0px 0px 0px 0px;
		border:  none;
		text-decoration: none;
		font-size: 13px;
		color: #3F7232;
		display: block;
		text-transform: uppercase;
		width: 100%;
}
#navigation li a:hover{	
	color: white;
	background: #3F7232;
}

#navigation .aktiv{	
	color: white;
	background: #3F7232;
}

#home{
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin:  560px 0px 0px 126px;

	border:  none;
	text-align: right;
	text-transform: uppercase;
}
#home a{
	padding: 0px 18px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	background: url(bilder/navigat/button_home.gif) no-repeat right;
}
#SubNavigation1 {
		width: 138px;
		padding: 0px 0px 0px 0px;
		margin:  0px 0px 0px 0px;
		border:  none;
}


#SubNavigation1 ul{
		padding: 0px 0px 0px 0px;
		margin:  22px 45px 0px 0px;
		border:  none;
			width: 100%;
}
#SubNavigation1 li{
		padding: 0px 0px 0px 0px;
		margin:  0px 0px 0px 0px;
		border:  none;
		list-style: none;
		width: 100%;
}
#SubNavigation1 li a{
		padding: 3px 5px 3px 0px;
		margin:  0px 0px 0px 0px;
		border:  none;
		text-decoration: none;
		font-size: 11px;
		color: #3F7232;
		line-height: 150%;
		display: block;
		text-transform: uppercase;
}
#SubNavigation1 li a:hover{	
	color: white;
	background: #869C7C;
}

#SubNavigation1 .aktiv{	
	color: #3F7232;
	background: #ffffff;
	font-weight: bold;
}

		
/*-------------*/
#subnavigation{
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin:  27px 40px 0px 0px;

	border:  none;

	float: right;

}

 * html #subnavigation{		*margin:  14px 0px 0px 0px;	}

#subnavigation ul{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}
#subnavigation li{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
	list-style: none;
}

#subnavigation li a{
	width: 100%;
	font-size: 11px;
	padding: 2px 0px 2px 40px;
	margin:  0px 0px 0px 0px;
	border:  none;
	text-decoration: none;
	text-transform: uppercase;
	color: #3F7232;
	display: block;
	line-height: 160%;
	font-weight: bold;


}

#subnavigation .Element{
	width: 100%;
	line-height: 160%;
	color: #3F7232;	
	padding: 2px 0px 2px 40px;
	margin:  0px 0px 0px 0px;
	border:  none;	
	font-size: 11px;
	text-transform: uppercase;
}

#subnavigation li a:hover{
	color: white;
	background: #3F7232;
}

#subnavigation .aktiv{
	color: white;
	background: #3F7232;
}

/*---*/

#inhalt{
	width: 301px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin:  19px 0px 0px 52px;
	border:  none;
	color: #767676;
	line-height: 130%;

}


 * html #inhalt { 	margin:  16px 0px 0px -4px;		}

/*------*/


#fussspacer{
	clear: both;
	height: 46px;

}

#fusszeile{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 0px 0px 0px;
	margin:  0px auto 0px auto;
	border:  none;
	background:  url(bilder/navigat/fusszeile_bg.gif) repeat-x;
	width: 716px;
	height:30px;
	text-align: center;
	font-size: 12px;
}
#fusszeile a{
	text-decoration: none;
	color: #686868;
	padding: 0px 10px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}
#fusszeile .nachoben{
	color: #78926B;
	font-weight: bold
}
#fusszeile a:hover{
	color: Black;
	text-decoration: underline;
	background: #FAFAFA;
}
/*------*/
.plz{
	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: 14px;
	color: #666666;
	font-size: 10px;
	background: #CDCABA;
	border: none;	
}

.button:hover{
	color: #F1EAD3;
	font-size: 10px;
	background: #211F20;
	border: none;	
}