@charset "utf-8";
#header {
	margin:0;
	top:0;
	left:0;
	width:100%;
	overflow:visible;
	z-index: 11;
}
#header #headerMain {
	width: 100%;
	z-index: 2;
}
#content {
	z-index: 8;
}
#content-inhalt  {
	background-color: #FFF;
	left: 0px;
	padding-left: 0px;
}
#content-inhalt #textMainBody {
	position: absolute;
	width: 500px;
	left: 120px;
	top: 380px;
	margin: 0px;
	padding: 0px;
}


#content #content-inhalt h2 {
	font-size: 16px;
	color: #124E96;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

