#wrapper {
   position: relative;
   margin: 0 auto 25px;
   width: 965px;
   padding: 14px 14px 4px 15px;
   background-image: url(../images/bg_wrapper.gif);
   background-position: center bottom;
   background-repeat: repeat-y;
}

/** Headbereich **/

#headwrapper {
   height: 65px;
   position: relative;
   padding: 10px 0;
}

.HPLogo {
   position: relative;
}

#header {
   position: relative;
   height: 297px;
   width: 746px;
   border-bottom: 1px solid #D1D2CE;
   z-index: 2;
}

#opacity {
   height: 11px;
   width: 746px;
   background-color: #FFD677;
   opacity: 0.4;
   filter: alpha(opacity=40);
   position: absolute;
   top: 0;
   left: 0;
}

#header.start {
   float: left;
}

/** Contentwrapper **/

#contentwrapper {
   position: relative;
   padding: 0 0 14px 10px;
   width: 963px;
   margin-left: -14px;
   margin-right: -14px;
   background-image: url(../images/bg_contentwrapper.gif);
   background-position: left top;
   background-repeat: repeat-y;
}

#rightwrapper {
   width: 746px;
   float: left;
   position: relative;
}

#leftwrapper {
   width: 217px;
   position: relative;
   float: left;
}

#leftcontainer {
   width: 151px;
   position: relative;
   float: left;
   padding: 0 0 25px;
}

#rightcontainer {
   width: 199px;
   position: relative;
   float: left;
   padding: 12px 0 25px;
}

#clear {
   position: relative;
   clear: both;
}

/** Pagerouter **/

#pagerouter {
   position: relative;
   height: 23px;
   clear: both;
   width: 939px;
   padding: 0 12px;
   line-height: 130%;
}

#goup {
   float: right;
   margin-top: 2px;
}

#printpage {
   float: left;
   margin-top: 2px;
}

#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color: #333;
   text-decoration: none;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected,
#pagerouter a.selected:link,
#pagerouter a.selected:visited,
#pagerouter a.selected:focus,
#pagerouter a.selected:hover,
#pagerouter a.selected:active {
   text-decoration: underline;
}

/** DRUCK **/

#print_adresse,
#print_logo {
   display: none;
}