body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	background-color: #D5D5D5;}

#seite {
	margin: 10px auto;
	width: 820px;}
#kopf {
	position: absolute;
	width: 800px;
	height: 140px;
	background-color: white;
	padding: 10px; 
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;}
#kopf a {
	color: black;
	text-decoration: none;}
#kopf a:hover {
	text-decoration: underline;}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;}
	
#navi1 {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;}
#navi1 a {
	margin: 0 5px;
	padding: 2px 3px;
	color: silver;}
#navi1 a.selected {
	color: black;
	border: 1px solid #B4B2FF;}

#navi2 {
	position: absolute;
	top: 50px;
	left: 190px;}
#navi2 a {
	padding: 5px 10px;
	width: 150px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDDDFF;}
#navi2 a:hover {
	text-decoration: underline;}
#navi2 a.selected {
	background-color: #B4B2FF;}
	
#navi3 {
	position: absolute;
	top: 85px;
	left: 185px;
	width: 620px;
	height: 14px;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;}
#navi3 a {
	margin: 0 5px;
	padding: 2px 3px;
	border: 1px solid white;}
#navi3 .selected {
	border: 1px solid #B4B2FF;}

#navi4 {
	position: absolute;
	top: 120px;
	left: 185px;
	width: 620px;
	height: 14px;
	padding: 3px 0;
	font-size: 12px;
	text-align: right;}
#navi4 a {
	margin: 0 5px;
	padding: 2px 3px;
	border: 1px solid white;}
#navi4 .selected {
	border: 1px solid #B4B2FF;}

#inhalt {
	position: absolute;
	top: 170px;
	width: 800px;
	background-color: white;
	padding: 10px;
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;}
#inhalt h1 {
	font-size: 13px;
	color: #4F4EBB;}
#inhalt h2 {
	font-size: 12px;}
#inhalt p {
	font-size: 12px;
	line-height: 16px;}
#inhalt a {
	text-decoration: none;
	color: #918FCD;}
#inhalt a:hover {
    text-decoration: underline;}
#inhalt a:hover img {
		background-color: white;}
#inhalt .text {
	margin-left: 180px;}
		
.gross {
	font-size: 14px;}
.hinweis {
	background-color: #FFFEB0;}
img {
	border: 0;}
