@charset "utf-8";

#header {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:240px;
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color: #CCC;
	z-index: 5;
}

#header #headerMain {
	position: absolute;
	top: 90px;
	width: 100%;
	height: 150px;
	background-image: url(../images/background-container/header-main-back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #C4D4E4;
	overflow: visible;
}
#content {
	position:absolute;
	top:240px;
	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: 3;
}

#content #content-inhalt {
	overflow:auto;
	position:absolute;
	top:-1px;
	bottom:28px;
	background-color: #FFF;
	width: 740px;
	left: 0px;
	padding-left: 0px;
	height: 100%;
}

#content #content-inhalt h2 {
	font-size: 1em;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #124E96;
	line-height: 1.35em;
}
#content #content-inhalt h2 a:link {
	font-size: 1em;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #124E96;
	line-height: 1.35em;
	text-decoration: underline;
}

#content #content-inhalt h3 a:link {
	font-size: 11px;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #124E96;
	line-height: 16px;
	text-decoration: underline;
}

#content #content-inhalt h2 a:visited {
	font-size: 1em;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #124E96;
	line-height: 1.35em;
	text-decoration: underline;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

#content #content-inhalt h3 a:visited {
	font-size: 11px;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #124E96;
	line-height: 16px;
	text-decoration: underline;
	font-family: Verdana, Arial, Geneva, sans-serif;
}



#content-inhalt #textMainBody {
	position: absolute;
	width: 500px;
	left: 100px;
	top: 30px;
}
#content-inhalt #textMainBodyOben {
	position: absolute;
	width: 500px;
	left: 100px;
	top: 0px;
	height: auto;
}
#content-inhalt #textMainBodyOben-mittig {
	position: absolute;
	width: 500px;
	left: 124px;
	top: 0px;
}

