

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #DCDDDE;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#header {
 width: 950px;
 color: #333;
 padding: 0px;
 height: 10px;
 margin: 0px 0px 0px 0px;
 background: #DCDDDE;
}
#content { 
 width: 950px;
 color: #333;
 background: #5D7683;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 540px;
}
div#balken {
 position:relative; 
 width:950px; 
 height:14px; 
 z-index:1; 
 left: 0px; 
 top: 44px;
 background-color:#0078BC;
}
div#balkenbreak {
 position:relative; 
 width:5px; 
 height:20px; 
 z-index:2; 
 left: 727px; 
 top: 26px;
 background-color:#5D7683;
}
div#logo {
 position:relative; 
 width:300px; 
 height:17px; 
 z-index:3; 
 left: 570px; 
 top: 28px;
}
div#textrechts {
 position:relative; 
 width:380px; 
 height:auto; 
 z-index:2; 
 left: 570px; 
 top: 199px;
 color: #F6F6F6;
}
div#navi {
 position:relative; 
 width:150px; 
 height:auto; 
 z-index:3; 
 left: -20px; 
 top: 153px;
}
div#navi ul{
list-style-type:none;
}
div#navi li{
	text-align: right;
	line-height: 20px;
}
 a:visited, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6F6F6;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
 }
 a:active, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0078BC;
	font-weight:bold;
	text-decoration: none;
 }
 a.home:visited, a.home:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6F6F6;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
 }
 a.home:active, a.home:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #B2D6EB;
	font-weight:bold;
	text-decoration: none;
 }
 .marker{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCe4F2;
	font-weight:bold;
 }
 #flashcontent {
	position: relative; 
    width: 700px;
    height: 28px;
	left: 150px; 
    top: -78px;
    }


