body{
	background: url(bilder/bg_body.jpg) #0d689b top center no-repeat;	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #BE0109;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #092842;
	margin-bottom:0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #092842;
	margin-bottom:0px;
}

#navi_oben{
	width: 960px;
	height: 46px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bilder/navi.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#navi_oben p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 588px;
}

#navi_oben a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#navi_oben a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

#header{
	width: 960px;
	height: 105px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	background-image: url(bilder/header.gif);
	background-repeat: no-repeat;
}

#subheader{
	width: 960px;
	height: 268px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bilder/subheader.gif);
	background-repeat: no-repeat;
}

#bg_content{
	width: 960px;
	height: auto;
	color: white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bilder/bg_content.png);
	bac

}

#teilnehmen {
position:relative;
top:150px;
overflow:visible;
width:295px;
height:167px;
}

#teilnehmen2 {
	position:absolute;
	top:177px;
	left:343px;
	overflow:visible;
	width:330px;
	height:141px;
}

#main_content{
	width: 960px;
	color: white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(bilder/content.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height:487px;
}

* html #main_content{ 
	height:487px;
}


#content{
	width: 550px;
	margin-left: 300px;
	margin-top: -167px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:normal


}
#content a{
	font-weight:normal;
	color: #092842;
	font-size: 12px;
}

#content ul, #content li{
	font-size: 12px;

}

#content td{
	font-size: 12px;

}
#content p{
	padding: 0px;
	color: #092842;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#content_footer{
	width: 960px;
	color: white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:10px;
	height: 86px;
	background-image: url(bilder/footer.gif);
	background-repeat: no-repeat;

}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 50px;
	margin-left: 240px;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;

}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #97d4ff;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;

}



.contentli {
	color: #092842;
margin-left:20px;
font-size: 12px;
	}
	
.anrede {
color:#999999;
	font-size: 12px;
	font-weight:bold;
}

p#meldung_nach_submit {
	padding : 5px;
	background : #FF7E90;
	margin-top : 10px;
	margin-bottom : 10px;
}

/*
 * Autosuggest-Box (Strasse) 
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.blue {
color:red;
}

.navigation_buttonnext {
	background-color:#08295a;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
border:1px solid #fff;
}

.navigation_buttonprev {
    visibility: hidden;
		background-color:#aad8eb;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#022150;
	font-size:14px;
	font-weight:bold;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
border:1px solid #fff;
}

.einstiegsfragen {
		background-image: url(images/einstiegbg.png);
	background-repeat: no-repeat;
	background-color:#fff;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
	padding-top:16px;
	width:517px;
	height:26px;
	color:#08295a;
	font-size:14px;
}

