body {
	color: #5E6F80;
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-color:#F0EDE4;
}
div#inhalt {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 780px;
	padding: 0;
	background-color:#F2E1CA;
	background-image:url(bilder/inhalt_bg.gif);
	background-repeat:repeat-y;
}
#top{
	background-image:url(bilder/top.jpg);
	background-repeat:no-repeat;
	height:121px;
}
#nav{
	height:24px;
	margin: 0px;
	padding: 0px;
	background-color:#5E6F80;
	color:#FFF;
	font-size:10pt;
	font-weight:bold;
	border-bottom:3px solid #F9C286;
}
a:link.nav, a:visited.nav{
	text-decoration:none;
	color:#ffffff;
	/*background-color:#353C4E;*/
	font-weight:bold;
	margin-left:18px;
	padding-left:0px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}
a:link.navakt, a:visited.navakt{
	text-decoration:none;
	color:#F9D3A9;
	margin-left:18px;
	padding-left:0px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	/*background:url(bilder/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;*/
}
a:hover.nav {
	text-decoration:none;
	color:#F2E1CA;
	border: none;
	/*background:url(bilder/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;*/
}
#nav2{
	width:609px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background-color:#F2E1CA;
	color:#FFF;
	font-size:9pt;
	/*font-weight:bold;*/
	float:left;
	/*border-bottom:3px solid #F9C286;*/
}
a:link.nav2, a:visited.nav2{
	text-decoration:none;
	color:#ffffff;
	/*background-color:#353C4E;*/
	font-weight:bold;
	margin-left:0px;
	padding-left:40px;
	/*height:24px;
	line-height:24px;
	vertical-align:middle;*/
}
a:link.nav2akt, a:visited.nav2akt{
	text-decoration:none;
	color:#F9D3A9;
	font-weight:bold;
	margin-left:0px;
	padding-left:40px;
	/*height:24px;
	line-height:24px;
	vertical-align:middle;*/
	background:url(bilder/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a:hover.nav2 {
	text-decoration:none;
	color:#F2E1CA;
	border: none;
	background:url(bilder/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#text1 {
	width: 560px;
	float: left;
	padding:0px;
	margin:0px;
}
#text {
	font-size: 10pt;
	margin: 10px 0px 15px 15px; 
	padding: 0px;
	background-color:#F2E1CA;
}
#info {
	margin: 10px 0px 0px 612px;
	padding:0px;
	width: 168px;
	font-size: 10pt;
	font-weight: normal;
	background-color:#F9D3A9;
}
* html #info { /* Starhtml-Hack - folgender Style wird nur vom IE ausgelesen*/
	margin: 10px 0px 0px 609px;
}

#info .zentriert {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5e6f80;
}
#info .linksbuendig {
	text-align: left;
	padding:5px 5px 5px 10px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5e6f80;
}
/*#info a:link, #info a:visited {
	text-decoration:none;
	color:#002475;
	border-bottom:1px solid #FBE152;
}
#info a:hover {
	text-decoration:none;
	color:#002475;
	background-color:#FBE152;
	/*border-bottom:2px solid #FBE152;
}*/
p#footer {
	clear: both;
	height:20px;
	line-height:20px;
	color:#FFF;
	font-size: 8pt;
	text-align:center;
	margin: 0; 
	padding: 0;
	background-color: #5E6F80;
	border-bottom:3px solid #F9C286
	/*background-image:url(bilder/foot_bg.gif);
	background-repeat:repeat-y;*/
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #FFF;
}
h1{
	font-size:11pt;
	font-weight: bold;
	margin-top:3px;
}
h2{
	font-size:10pt;
	font-weight: bold;
}
#inhalt a.impress:hover {
	text-decoration:none;
	color:#5E6F80;
	background-color:#f9d3a9;
	border-bottom:1px dashed #5E6F80;
	border-top:1px dashed #5E6F80;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#inhalt a.impress:link, #inhalt a.impress:visited {
	text-decoration:none;
	color:#5E6F80;
}
#inhalt a.impress:hover {
	text-decoration:none;
	color:#5E6F80;
	background-color:#f9d3a9;
	border-bottom:1px dashed #5E6F80;
	border-top:1px dashed #5E6F80;
}
a.info:link, a.info:visited {
	font-weight:bold;
	text-decoration:none;
	color:#5E6F80;
	border-bottom:1px solid #5E6F80;
}
a.info:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#5E6F80;
	border-bottom:2px solid #F9C286;
	border-top:2px solid #F9C286;
}
a.oben:link, a.oben:visited {
	color:#5E6F80;
	text-decoration:none;
}
a.oben:hover {
	color:#5E6F80;
	text-decoration:none;
}
table.tab{
	background-color:#f9d3a9;
	border:1px dashed #999;
	
}
#inhalt a.tipps:link, #inhalt a.tipps:visited {
	text-decoration:none;
	color:#002475;
	border-bottom:1px solid #5E6F80;
}
#inhalt a.tipps:hover {
	text-decoration:none;
	color:#002475;
}
.rahmen{
	background-color:#f9d3a9; 
	border:1px solid #5e6f80; 
	width:530px;
	padding:0px;
	margin:0px 0px 20px 0px;
}