@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0;
	height:100%;
	
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:11px;
	color:#201e5d;
	background-color:#D6D6DE;
}

#main {
	width:996px;	
}

#header {
	margin-top:0px;
	margin-left:0px;
	height:118px;
	width:996px;
}

#header #logo {
	float:left;
	height:75px;
}

#header #headerimage {
	float:right;
	/*display:block;*/
	width:788px;
	height:118px;
	background-image:url(../images/header-schatten.jpg); background-repeat:no-repeat;
	background-position: bottom;
}

#cont-menu {
	width:208px;
	float:left;
}

#cont-content {
	/*float:left;*/
	position:absolute;
	left:208px;
	top:118px;
	width:787px;
	background-color:#ebebed;
	
	height:auto !important;
	min-height:500px;
	height:500px;
}

#content {
	margin-top:30px;
	margin-left:30px;
	margin-right:20px;
}

#linkback {
	text-align:center;
}