#wrapper{
   position: relative;
   width: 990px;
   margin: 0 auto 42px;
   border: 1px solid #fff;
   padding: 275px 0 0 0;
   }

#headwrapper{
   position: absolute;
   top: 0;
   left: 0;
   background-color: #fff;
   width: 990px;
   height: 275px;
   z-index: 2;
}

#header{  
   height: 250px;
   z-index: 2;
   width: 990px;
   margin-top: 30px;
}
#contentwrapper{
   position: relative;
   border-top: 5px solid #46B5FF;
   background-color: #fff;
   z-index: 1;
}
#bannerbk{
   position: relative;
   margin: 25px 0 0 0;
   width: 250px;
   float: right;
}
#pagerouter{
   width: 990px;
   position: relative;
   background-color: #00426F;
   height: 20px;
   margin: 25px 0 0 0;
}
#pagerouter li{
   list-style-type: none;
   display: block;
   float: left;
   width: 100px;}
#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited{
   color: #fff;
   font-size: 92%;
   padding: 25px;
   text-decoration: none;}
#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected{
   color: #fff;
   text-decoration: underline;
}
#goup{
   float: right;
   margin: 0;
   padding: 0;}
#printpage{
   float: left;
   margin: 0;
   padding: 0;}
.HPLogo{
   position: absolute;
   left: 15px;
   top: 30px;}
#printhead{
   display: none;
}
/*
   Verwaltung
*/
#verwaltung{
   background-color: #f2f0e3;
   border-bottom: 1px solid #003467;
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #fff;
   background-color: #036;
   border-right:1px solid #f2f0e3;
   margin: 0 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #369;
}


