body {
	padding :0;
	margin :0;
}

#LogoEbene{
	position: absolute;
	top: 12px;         
	right: 12px;       
}

#NavEbene{
	position: absolute;
	top: 160px;
	left:12px;
}

/* Ab hier der Haupttext */
#InhaltsEbene{
	padding-top : 150px;
	padding-bottom : 30px;
	padding-left : 200px;
	padding-right : 5%;
}

#InhaltsEbene h1 {
	font-family: Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#InhaltsEbene h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#InhaltsEbene p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 160%;
}

/* Tabellentext */
#InhaltsEbene td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 160%;
}

/* Listentext */
#InhaltsEbene li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 160%;
}

/* Menue */
#Schaltflaechen a {
	display: block;
	padding: 8px;
	text-align: left;
	margin: 0px 0;
	background-color: #4E4EC6;
	color: #FAC747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}

#Schaltflaechen a:hover {
	background-color: #0000CC;
	color: #fff;
}
