#wrapper{
   width: 990px;
   margin: 0 auto 42px;
   background-color: #fff;
   position: relative;
   padding: 180px 0 0 0;
}
#contentwrapper {
   position: relative;
   width: 990px;
   background-color: #ABC9E2;
   background-image: url(../images/bg_body.gif);
   background-repeat: repeat-y;
   background-position: left top;
}
#contentcontainer{
   color: #000;
   width: 767px;
   padding: 30px 0 50px 0;
   margin: 0;
   border-left: 7px solid #fff;
   position: relative;
   float: right;
}

#content{
   background-color: #d1d7db;
   color: #000;
   width: 500px;
   padding: 15px 20px 50px;
   position: relative;
   float: left;
}
#bannerbk{
   width: 180px;
   position: relative;
   float: right;
   padding: 10px;
   margin: 0 16px 0 0;
}
#headwrapper{
   position: absolute;
   left: 0;
   top: 0;
   background-color: #fff;
   border-top: 10px solid #607382;
   width: 990px;
   height: 139px;
   border-bottom: 45px solid #607382;
   z-index: 2;
}
#header{
   position: absolute;
   left: 223px;
   width: 767px;
   top: 0;
   height: 139px;
}
.HPLogo{
    position: absolute;
    top: 0;
    left: 0;       
}
#searchBox{
   position: absolute;
   right: -4px;
   margin: 0;
   top: 147px;
   height: 27px;
   padding:4px 10px;
   width: 16.5em;
}
#searchBox form input.searchInput{
   background-color:#fff;
   border:1px solid #000;
   float: left;
   margin: 3px 0 0 0;
   padding: 2px 4px 1px 4px;
   width: 11em;
   font-size: 92%;
}

#searchBox form a.searchButton,
#searchBox form a:link.searchButton,
#searchBox form a:visited.searchButton,
#searchBox form a:focus.searchButton,
#searchBox form a:hover.searchButton,
#searchBox form a:active.searchButton {
   background-color: #f8f8f8;
   color: #000000;
   border: 1px solid #000;
   margin: 3px 0 0 3px;
   padding: 2px 2px 1px 2px;
   float: right;
   width: 50px;
   text-align: center;  
   font-size: 86%;
   text-decoration: none;
   
}
#head h1{text-indent: -2000px;margin:0;padding:0;}


#pagerouter{
    right: 0;
    bottom: 0;
    width: 980px;
    background-color: #596166;
    color: #fff;
    margin: 0 0 0 200px;
    list-style: none;
    font-size: 92%;
    margin: 0;
    text-align: right;
    font-weight: bold;
    padding: 0 0 15px 0;
    clear: both;
    padding: 5px;
    position: relative;
}

#pagerouter li{
    display: inline;
    padding: 0 20px;
}


#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color : #fff;
   font-weight : normal;
   text-decoration: none;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active {
   color: #fff;
   text-decoration: underline;
}

#weladdress{
    padding: 6px;
}
#weladdress address{
    font-style: normal;
    text-align: right;
}
#welcome{
    position: absolute;
    left: 180px;
    top: 30px;
    z-index: 2;
}
#printhead{
    display: none;
}
#print_adresse,
#print_logo {
   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;
}


