/* *** CSS by Eric Zimmermann *** */


/* *** TEXT und LINKS Aussehen fuer die Navigation *** */
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #D3DEF0;
}





/* *** CSS LAYOUT-DIV-BOXEN und CONTAINER *** */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
.maincontainer {
	width: 940px;
	height: 600px;
	background-image: url(backgroundschatten.gif);
	background-repeat: no-repeat;
	z-index:1;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
}
.backgrounddarkbluebox {
	width: 900px;
	height: 565px;
	z-index:2;
	background-color: #03378B;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.logoheader {
	width: 836px;
	height: 131px;
	z-index:3;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.backgroundlightbluebox {
	width: 836px;
	height: 400px;
	z-index:4;
	background-color: #D3DEF0;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.navigationbox {
	width: 900px;
	z-index:5;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 542px;
}
.impressumbox {
	width: 900px;
	z-index:6;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: center;
	top: 570px;
	position: absolute;
	text-decoration: none;
}
.contentbox {
	width: 740px;
	height: 340px;
	z-index:7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 80px;
	margin-left: 80px;
	top: 160px;
	position: absolute;
	overflow: hidden;
}
