body {
	padding: 0;
	margin: 0;
	background-color:#FFF;
}
#inhalt {
	border: 1px solid #339933;
	width:782px;
	height: auto;
	margin: auto;
}
#personen {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 0.7em;
	}
#personen td {
	padding: 10px;
	}
#personen img, .personen {
	border: 1px solid #339933;
	text-align:center;
	}
#aktuell {
	border: 1px dashed #339933;
	width:110px;
	height: auto;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-color:#c0c0c0;
	}
#aktuell img{
text-align: center;
	}	
	#mitte {
		margin-left: 15px;
		}
	
.headline_aktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:center;
	background-color:#c0c0c0;
	font-weight: bold;
	width: 109px;
}
img.links {
	float:left;
	margin-right: 180px;
	margin-bottom:8px;
	border: 1px solid #339933;
	}

img.rechts {
	float:right;
	margin-left:2px;
	margin-bottom:2px;
	border: 1px solid #339933;
	}
img.mitte {
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #339933;
	}
#aktuell_content {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:yellow
}

#inhalt_applic {
	border: 1px solid #339933;
	width:870px;
	height: auto;
	margin: auto;
}
.abstandunten{
	margin-bottom: 10px;
	margin-top: 100px;
}
#footer{
	border-top: 1px solid #000066;
	margin-top: 10px;
	margin-bottom: 10px;
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;	
}

h1 {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 22px;
	color: #003399;
	text-align:left;
}
h3{
	font-size: medium;
	font-weight:bold;
	color: #003399;
	text-align:left;
}

#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#navi li {
	background-image: url(Bilder/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 0.2em;
	padding-left: 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navi li a {
	display: block;
	color: #000;
	background-color: #6C92D3;
	width: 95px;
	padding: 0.2em 0.6em;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom : 1px solid #000;
	border-right : 1px solid #000;
}
#navi li a:hover {
	background-color: #339933;
	border: 1px solid #000;
	border-bottom : 1px solid #fff;
	border-right : 1px solid #fff;
}
#navi li a.auswahl {
	display: block;
	color: #fff;
	background-color: #339933;
	width: 95px;
	padding: 0.2em 0.6em;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom : 1px solid #000;
	border-right : 1px solid #000;
}


p,form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #339933;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 0.7em;
}
form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.listetextfluss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	list-style-type: disc;
	text-align:left;
}
#Tabelle_01 img{
	border: none;
}

/*navi folgt dyn. drive*/
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 4px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #8b0000 url(media/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #d50509;
}

#invertedtabs a:hover span{
background-color: #d50509;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #d50509;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


