body {
	background-color: #C8E65A;
}

#Layer1 {
	position:absolute;
	width:8000px;
	height:600px;
	z-index:2;
	left: 0;
	top: 0;
}
#Layer2 {
	position:absolute;
	width:800px;
	height:426px;
	z-index:1;
	left: 0px;
	top: 90px;
}
.navitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	font-weight: bold;
}
.navitext_selected {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E30059;
	font-weight: bold;
}
a {
	color: #4B4B4B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #E30059;
}
.inhalt_titel {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	font-weight: bold;
}
.inhalt_text {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	font-weight: normal;
}
.haupttitel {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E30059;
	font-weight: bold;
}
.inhalt_text_scroll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	font-weight: normal;
	overflow: auto;
	position: relative;
	height: 400px;
	width: 512px;
	z-index: auto;
}

