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

input, select, textarea {
	font-family: arial, sans-serif;
	font-size: 11px;}

img {
	border: 0;}

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

#kopf {
	position: relative;
	width: 800px;
	height: 80px;
	margin: 0 25px;
	background-image: url(Bilder/header_hg.jpg);}
#logo a {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 250px;
	height: 60px;}
#logo a img {
	display: none;}
#adresse {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;}

#navi{
	width: 800px;
	height: 30px;
	padding: 0 25px;
	background-image: url(Bilder/Navi-HG.gif);}
#navi table {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;}
#navi td {
	text-align: center;}
#navi a {
	text-decoration: none;
	color: #6177B8;
	padding: 2px;}
#navi a.selected {
	color: rgb(0,39,172);}
#navi a:hover {
	text-decoration: underline;}

#sheet {
	position: relative;
	width: 800px;
	height: 3000px;
	padding: 0 25px;
	background-image: url(Bilder/Seiten-HG.gif);}
#main {
	width: 800px;
	height: 2000px;
	background-image: url(Bilder/Hintergrund.gif);}

#subnavi {
	position: absolute;
	top: 10px;
	width: 190px;}
#subnavi ul {
	list-style-type: none;
	margin-left: 20px;
	padding: 0;}
#subnavi a {
	text-decoration: none;
	color: rgb(66,81,126);
	background-color: white;
	line-height: 19px;
	padding: 2px;}
#subnavi a.selected {
	border: 1px solid rgb(0,39,172);}
#subnavi a:hover {
	text-decoration: underline;}

#inhalt {
	position: absolute;
	top: 10px;
	left: 210px;
	width: 580px;
	padding: 10px;
	border: 1px solid rgb(0,39,172);
}
#inhalt h1 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0;
	color: rgb(66,81,126);
	background-color: white;
}
#inhalt h2 {
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0 0 0;
	margin: 0;
	color: black;
	background-color: white;
}
#inhalt p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 15px;
	color: black;
}
#inhalt ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#inhalt li {
	margin: 0;
	padding: 0;
}
#inhalt li p {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
}
#inhalt img {
	background-color: white;
}
#inhalt .container {
	margin-top: 5px;
	clear: both;
}
#inhalt .absatz {
	clear: both;
}
#inhalt .container a img {
	border: 1px solid white;
}
#inhalt .container a:hover img {
	border: 1px solid rgb(0,39,172);
}

#inhalt .container img.bildlinks {
	margin: 5px 10px 10px 0;
	padding: 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;}
