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

body {
	background-color:#375D81;
	color: #183152;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
span {
	color: #CCCCCC;
}


#container {
	width:970px;
	height:1000px;
	margin:auto;
	
}

#contentlo {
	width:450px;
	background-color:#E1E6FA;
	margin:0px;
	float:left;
	padding:10px;
	height:980px;
	
	
}

#contentro {
	width:470px;
	background-color:#F2F4FD;
	margin-left:10px;
	float:right;
	padding:10px;
	height:980px;
	
	
}

#balken {
	position:absolute;
	background-color:#375D81;
	width:970px;
	height:35px;
	left:10px;
	top:878px;
	z-index:1;
	overflow: visible;
}

td {
	background-color:#375D81;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid #ffffff 1px;
}

td a{
	color:#F2F4FD;
	font-weight: bold;
	font-size: 10px;
}

.ueberschriften {
	color:#375D81;
	}
h1 {
	color: #375D81;
}
.info {
	color: #ABC8E2;
}
a {
	color: #375D81;
}
#abstandlos {
	background-color: #F2F4FD;
	padding: 0px;
}
