body {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #000033;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.gesamt {
	width: 900px;
	border: 2px dotted #FFFFFF;
	height: auto;
	background-color: #00CCCC;
	padding: 10px;
}
.header {
	height: 100px;
	width: 900px;
	background-color: #003399;
	margin-bottom: 8px;
}
.box_links {
	height: 373px;
	width: 280px;
	float:left;
	border: thin solid #003399;
}
.box_rechts {
	height: 373px;
	width: 280px;
	float:right;
	border: thin solid #003399;
}
.box_mitte {
	height: 373px;
	width: 280px;
	float: none;
	border: thin solid #003399;
}
.clear 
{
	clear:both;
}
.footer {
	height: 20px;
	width: 900px;
	background-color: #006699;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.box_unten {
	height: 100px;
	width: 900px;
	background-color: #003399;
	margin-top: 8px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
