body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: black;}

img {
	border: 0;}

#seite {
	width: 800px;
	margin: 0 auto;}

#kopf {
	position: absolute;
	width: 800px;
	height: 80px;
	background-color: #7CACDC;}
#logo {
	position: absolute;
	bottom: 10px;
	left: 20px;}
#adresse {
	position: absolute;
	bottom: 17px;
	right: 10px;
	font-size: 12px;
	color: white;}

#navi{
	position: absolute;
	top: 80px;
	width: 800px;
	height: 30px;
	background-color: #7CACDC;
	border-top: 1px dotted white;}
#navi table {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;}
#navi td {
	text-align: center;}
#navi a {
	text-decoration: none;
	color: #51708F;
	padding: 2px;}
#navi a.selected {
	color: #DDDDDD;
	text-decoration: underline;}
#navi a:hover {
	text-decoration: underline;}

#main {
	position: absolute;
	top: 110px;
	width: 800px;
	height: 3000px;
	background-color: #DDDDDD;}

#subnavi {
	position: absolute;
	top: 10px;
	width: 190px;
	background-color: #DDDDDD;}
#subnavi ul {
	list-style-type: none;
	margin-left: 20px;
	padding: 0;}
#subnavi a {
	text-decoration: none;
	color: #51708F;
	line-height: 19px;
	padding: 2px;}
#subnavi a.selected {
	border: 1px solid #7CACDC;}
#subnavi a:hover {
	text-decoration: underline;}

#inhalt {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 578px;	
	padding: 10px;
	border: 1px dotted #7CACDC;
	background-color: #DDDDDD;}
#inhalt h1 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0;
	color: black;}
#inhalt h2 {
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0 0 0;
	margin: 0;
	color: black;}
#inhalt p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 15px;
	color: black;
	text-align: justify;}
#inhalt ul {
	margin: 0;
	padding: 0;}
#inhalt li {
	margin: 0 0 0 15px;}
#inhalt li p {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: black;}
#inhalt .container a img {
	border: 1px solid white;}
#inhalt a {}
#inhalt .container {
	clear: both;}
#inhalt .absatz {
	clear: both;}
#inhalt .container a:hover img {
	border: 1px dotted #7CACDC;}
#inhalt .container img.bildlinks {
	margin: 5px 10px 10px 0;
	float: left;}
#inhalt .container img.bildrechts {
	margin: 5px 0 10px 10px;
	float: right;}
#inhalt .container img.bildalleine {
	margin: 5px 0 10px 0;
	display: block;}
#inhalt .tabelle {
	margin: 5px 5px 10px 0;
	float: left;}
#inhalt .tabelle img {
    display: block;
    margin: 0 0 2px 0;}
#inhalt .tabelle p {
    padding: 0 10px 5px 0;
    text-align: center;
    line-height: 100%;}
#inhalt .letzte_zeile {
	clear: both;}
