body {
	padding:0;
	margin:0;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	background-color: #efefef;
	overflow:scroll;
}

h1 {
	margin-top:5px;
	font-size:13px;
	font-weight:bold;
	padding-bottom:7px;
	font-family:Tahoma, Verdana, Arial;
}

#centeredBox {
	margin-left:auto;
	margin-right:auto;
	width:980px;		
}

#top {
	position:absolute;
	top:5px;
	width:980px;
	border-top:1px solid #999;
}

#header {
	background-repeat:no-repeat;
	background-color:#78a2c7;
	width:980px;
	height:106px;
	border-bottom:4px solid #37668f;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

#header .right {
	position:absolute;
	right:0;
}

#menu {
	height:25px;
	background-color:#d1e4f5;
	border-bottom:2px solid #5e8db6;
	width:980px;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;
	
}

#main {
	background-color: White;
	color:#000065;
	width:980px;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;	
}

#content {
	width:850px;
	margin-left:50px;
	margin-right:50px;
	padding:10px;
	margin-top:131px;
	padding:3px;
	padding-top:20px;
}

#footer {	
	height:25px;
	width:980px;
	border-top:2px solid #5e8db6;
	background-color:#d1e4f5;
	bottom:0;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-bottom:2px solid #999;	
}

#container {
	padding:5px;
	width:970px;
	text-align:center;
}

#menu ul {
	padding:0;
	margin:0;
	
}

#menu li {
	padding:0;
	margin:0;
	border-right:2px solid #37668f;
	text-align:center;
	width: 119px;
	list-style:none;
	float:left;

}

#active {
	padding:0;
	margin:0;
	border-right:2px solid #37668f;
	text-align:center;
	width: 100px;
	list-style:none;
	float:left;
	color:#FFF;
	background-color:#004288;

}

#menu li a {
	color:#004287;
	font-weight:bold;
	text-decoration:none;
}

#menu li a:hover {
	color:#004287;
	font-weight:bold;
	text-decoration:underline;
}

#footer .menu {
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

#footer .container {
	padding:6px;
}

#footer .menu ul {
	padding:0;
	margin:0;
}

#footer .menu li {
	padding:0;
	margin:0;
	border-right:2px solid #37668f;
	text-align:center;
	width: 120px;
	list-style:none;
	float:left;
}

#footer .menu li .last {
	padding:0;
	margin:0;
	text-align:center;
	width: 120px;
	list-style:none;
	float:left;
}

#footer .menu li a {
	color:#004287;
	font-weight:bold;
	text-decoration:none;
}

#footer .menu li a:hover {	
	color:#004287;
	font-weight:bold;
	text-decoration:underline;
}

#trenner {
text-align:center;
}

#caravan_overlay {
	position:absolute;
	top:113px;
	left:960px;
	height:15px;
	width:15px;
	background-color:#d1e4f5;
}