@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	position: relative;
	margin: auto;
	width: 985px;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-image: url(bilder/hintergrund.png);
	background-repeat: repeat-y;
}
#oben {
	position: relative;
	width: 985px;
	height: 154px;
	background-image: url(bilder/kopf.png);
	background-repeat: no-repeat;
}
#unten {
	position: relative;
	width: 985px;
	min-height: 541px;
	padding: 0 0 29px 0;
	background-image: url(bilder/fuss.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
}
#navigation {
	position: absolute;
	bottom: 1px;
	left: 27px;
}
.navian {
	position: relative;
	float: left;
	display: inline;
	width: 140px;
	height: 18px;
	background: url(bilder/navigation-an.png) no-repeat bottom;
	text-align: center;
	padding: 5px 0 0 0;
}
.naviaus {
	position: relative;
	float: left;
	display: inline;
	width: 140px;
	height: 18px;
	background: url(bilder/navigation-aus.png) no-repeat bottom;
	text-align: center;
	padding: 5px 0 0 0;
}
.naviaus:hover {
	background: url(bilder/navigation-an.png) no-repeat bottom;
}
#navigation a {
	display: block;
	width: 140px;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#subnavi {
	position: absolute;
	width: 240px;
	height: auto;
	padding: 12px 15px;
	background-image: url(bilder/weisser.png);
	z-index: 50;
	margin: 40px 0 0 29px;
}
#subnavi li {
	list-style: none;
}
.suban a {
	display: block;
	padding: 3px 0;
	text-decoration: none; 
	color: #79A0BD;
	font-size: 11px;
	font-weight: bold;
}
.suban a:hover {
	color: #79A0BD;
}
.subaus a {
	display: block;
	padding: 3px 0;
	text-decoration: none; 
	color: #000000;
	font-size: 11px;
}
.subaus a:hover {
	color: #79A0BD;
}
#subnavi h2 {
	font-size: 14px;
	font-weight: bold;
	color: #79A0BD;
	margin: 0 0 10px 0;
}
.rein {
	margin: 0 0 0 15px;
}
#bild {
	position: relative;
	float: left;
	display: inline;
	width: 400px;
	height: 580px;
	margin: 0 0 0 29px;
	z-index: 40;
}
#inhalt {
	position: relative;
	float: left;
	display: inline;
	width: 410px;
	height: auto;
	margin: 60px 0 60px 60px;
	padding: 0;
	overflow: hidden;
}
#inhalt h1 {
	font-size: 22px;
	color: #79A0BD;
	margin: 0 0 20px 0;
}
#inhalt h2 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #666;
}
#inhalt h2 a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: none;
}
#inhalt p {
	margin: 0 0 15px 0;
}
#inhalt ul {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style: square;
}
#inhalt ol {
	margin: 0 0 15px 20px;
	padding: 0;
}
#inhalt ol li {
	margin: 0 0 5px 0;
	padding: 0;
}
#inhalt ul ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#inhalt a, #bild a {
	color: #79A0BD;
	text-decoration: none;
	font-weight: bold;
}
#inhalt a:hover, #bild a:hover {
	color: #333333;
	text-decoration: none;
}
#fuss {
	position: relative;
	width: 955px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	padding: 0 30px 40px 0;
	background: #fff !important;
}
#fuss a {
	color: #666666;
	text-decoration: none;
}
#fuss a:hover {
	color: #79A0BD;
}
.kleiner {
	font-size: 10px;
}