@charset "utf-8";
#header {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:120px;
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:visible;
	background-color: #CCC;
	z-index: 11;
}
#header #headerMain {
	position: absolute;
	top: 90px;
	width: 100%;
	height: 30px;
	background-image: url(../images/background-container/header-main-back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #C4D4E4;
	z-index: 2;
	overflow: visible;
}
#content {
	position:absolute;
	top:120px;
	bottom:0px;
	width: 750px;
	left: 220px;
	background-image: url(../images/background-container/main-back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	z-index: 8;
}
#content-inhalt  {
	overflow:auto;
	position:absolute;
	top:0px;
	bottom:18px;
	background-color: #FFF;
	width: 740px;
	left: 0px;
	height: 100%;
	padding-left: 0px;
	background-image: url(../images/02_Main_Banner/mainbanner-hintergrund.gif);
	background-repeat: no-repeat;
	background-position: 0px 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;
}

