body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px; 
}
#div_main{
	width: 760px;
	background-color:#ffffff;
}
#div_titelbild{
	width: 760px;
	height: 104px;
}
#div_teaser{
	width: 760px;
	height: 20px;
	
	background-color: #000066;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
#div_nav{
	width: 760px;
	height: 100px;
	background-color: #ffffff;
	border-left: 1px solid #2E61A2;
	border-right: 1px solid #2E61A2;
	border-bottom: 1px solid #2E61A2;
}
#div_inhalt{
	padding-left: 20px;
	width: 760px;
	height: 320px;
	background-color: #ffffff;
	color: #2E61A2;
	
	border-left: 1px solid #2E61A2;
	border-right: 1px solid #2E61A2;
	
	overflow:Auto;
}
#div_footer{
	width: 760px;
	height: 20px;
	background-color: #000066;
	color: #ffffff;
}
p, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fett{
	font-weight: bold;
}
label{
	font-family: Arial, Helvetica, sans-serif;
	color: #2E61A2;
	font-size: 85%;
	font-weight: normal;
}
.form-standard{
	width: 200px;
}
.form-plz{
	width: 50px;
}
.form-ort{
	width: 146px;
}
td{
	color: #2E61A2;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
}
.teaser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.footer:link,a.footer:visited{
	color : #ffffff;
	text-decoration: none;
	background-color: #000066;
	
}
a.footer:active,a.footer:focus,a.footer:hover{
	color : #eeeeee;
	text-decoration: none;
	background-color: #000066;
}
.sitemap{
	font-size: 100%;
}
a:link,a:visited{
	color : #2E61A2;
	text-decoration: underline;
	
}
a:active,a:focus,a:hover{
	color : #2E61A2;
	background-color: #eeeeee;
	text-decoration: overline underline;
}
ul.sitemap{
	list-style-type: square;
	font-size: 100%;
}