html, body {
	height: 100%; /* wichtig */
	background-color: #006398;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
			}


#mainbox {
	position:relative;
	float: left;
	height: auto;
	width: 1001px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	background-color: #EAEAEA;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	margin-top: 20px;
}
#logo {
	float: left;
	height: 150px;
	width: 100%;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006398;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#logoimg {
	float: right;
	height: 134px;
	width: 219px;
	margin-top: 10px;
	margin-right: 20px;
}



#content {
	float: left;
	height: 460px;
	width: 696px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006398;
	background-color: #EAEAEA;
	line-height: 16px;
	margin-top: 20px;
	margin-left: 20px;
}
.grau {
	color: #666;
	font-size: 20px;
	line-height: 24px;
}


#content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006398;
	line-height: 16px;
	text-decoration:none;
}

#content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d30e23;
	line-height: 16px;
	text-decoration:none;
}
.klein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
}

