#wrapper {
   position: relative;
   padding: 155px 0 0 0;
   margin: 0 auto;
   background-color: #fff;
   width: 990px;
   border: 1px solid #fff;
   color: #333;
}

#headwrapper {
   position: absolute;
   left: 0;
   top: 0;
   background-color: #E7471A;
   height: 155px;
   width: 990px;
}

#contentwrapper {
   position: relative;
   width: 990px;
   margin: 0;
   padding: 0;
   background-color: #fff;
}

#header {
   position: absolute;
   left: 0;
   top: 24px;
   width: 990px;
   background-color: #fff;
   height: 131px;
   margin: 0;
   padding: 0;
   border-top: 1px solid #fff;
}

.HPLogo {
   position: absolute;
   top: 33px;
   right: 20px;
   display: block;
   width: 210px;
   height: 75px;
}

#leftcontainer {
   float: left;
   width: 199px;
   background-color: #fff;
   margin: 0 0 25px 0;
   padding: 30px 0 0 0;
   z-index: 2;
}

#rightcontainer {
   float: right;
   width: 180px;
   background-color: #fff;
   padding: 30px 0 0 0;
   margin: 0 5px 25px 0;
   z-index: 2;
}

#contentbanner {
   padding: 10px 25px;
   width: 542px;
   margin: 31px 206px;
}

#pagerouter {
   clear: both;
   position: relative;
   width: 970px;
   background-color: #E7471A;
   min-height: 15px;
   padding: 5px 10px;
   margin: 0;
   list-style: none;
}

#pagerouter li.print {
   float: left;
}

#pagerouter li.top {
   float: right;
}

#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   background-color: transparent;
   color: #fff;
   text-decoration: none;
   font-weight: normal;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected {
   text-decoration: underline;
}

#searchBox {
   position: relative;
   margin: 0;
   height: 27px;
   padding: 4px 0;
   width: 180px;
}
#searchBox form input.searchInput{
   background-color: #fff;
   float: left;
   margin: 0 ;
   padding: 2px 4px 1px 4px;
   width: 100px;
   height: 16px;
   font-size: 92%;
   border: 1px solid #E7471A;
}

#searchBox form input.searchButton {
   position: relative;
   width: 60px;
   height: 21px;
   float: right;
   margin:0 ;
   padding: 1px 2px;
   color: #E7471A;
   background-color: transparent;
   border: 1px solid #E7471A;
   font-weight: bold;
}

#rightcontainer h2{
   position: relative;
   font-size: 100%;
   background-color: #FBB800;
   color: #333;
   text-transform: uppercase;
   margin: 5px 0 0 0;
   padding: 2px 5px;
   font-weight: normal;
}

#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;
}

