body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;}

.adresse {
	margin-left: 7px;}

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

#kopf {
	position: absolute;
	width: 800px;
	height: 169px;
	background-image: url("Bilder/Kopf.jpg");
	background-repeat: no-repeat;}
#kopf h1 {
	display: none;}
#kopf div.aktiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 169px;
	height: 159px;}
#subnav {
	position: absolute;
	top: 15px;
	right: 30px;}
#subnav a {
	color: #16BE15;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin-left: 5px;}
#subnav a:hover {
	color: white;
	background-color: #16BE15;}
#subnav a.selected {
	color: white;
	background-color: #16BE15;}

#nav {
	position: absolute;
	top: 140px;
	width: 740px;
	height: 44px;
	padding: 10px 30px;
	background-image: url("Bilder/Haupt_Nav.gif");
	background-repeat: no-repeat;
	z-index: 2;}
#nav a {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 33px;
	text-decoration: none;
	color: white;}
#nav a:hover {
	color: black;}
#nav a.selected {
	color: black;}

#container {
	position: absolute;
	top: 180px;
	width: 800px;
	height: 400px;}

#kasten {
	position: absolute;
	top: 0;
	right: 20px;
	width: 170px;
	height: 345px;
	padding: 15px;
	background-image: url(Bilder/Meta_Kasten.gif);
	background-repeat: no-repeat;}
#kasten h1 {
	font-size: 1.2em;}
#kasten a {
	color: black;}
#kasten a:hover {
	color: white;
	background-color: black;}

#leiste {
	position: absolute;
	top: 0;
	left: 5px;
	width: 115px;
	padding: 7px 10px 10px 13px;}
#leiste p {}
#leiste a {
	padding: 2px;
	font-weight: bold;
	color: #16BE15;}
#leiste a:hover {
	color: white;
	background-color: #16BE15;}
#leiste a.selected {
	color: white;
	background-color: #16BE15;}

#inhalt {
	position: absolute;
	top: 0;
	left: 145px;
	width: 415px;
	padding: 10px;}
#inhalt h1 {
	font-size: 1.2em;}
#inhalt h2 {
	font-size: 1.1em;}
#inhalt p, #inhalt li {
	line-height: 20px;}
#inhalt a {
	color: black;}
#inhalt a:hover {
	color: white;
	background-color: black;}
