body { margin:0; padding:0;}

#mainheader {        
		 height:94px;
		 background: #383AAF url(images/bg_header_v2.jpg) top left repeat-x;
}

#logo {
	position: absolute;
	height: 180px;
	width: 283px;
	background: transparent url(images/logo4.jpg) no-repeat; 
	top:0px;
	left:0px;
	z-index:100;
}

#grafik {
	position: absolute;
	height:108px;
	width:406px;
	background: transparent url(images/header-right1.jpg) no-repeat;
   top:0px;
	right:40px;
}

#subheader {
       position: relative; 
		 height:26px;
		 background: #CECEEB url(images/bg_subheader1.jpg) top left repeat-y ;
       z-index:1; 
}

#ulnavigate {
	position: absolute;
	top:0px;
	right:40px;
   margin: 6px 0 0 0;
	padding: 0;
	list-style: none;	
}

#ulnavigate li {
	display: inline;
	padding: 4px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#446D8C;
}

#ulnavigate li a {
	color:#446D8C;
   text-decoration: none;
}

#ulnavigate li a:hover {
	color:#5B90B9;
   text-decoration: underline;
}

