#wrapper {
   background-color: #fff;
   margin: 0 auto 50px;
   padding: 0 0 0 0;
   width: 990px;
   position: relative;
}
/** Contentbereich **/

#contentwrapper {
   position: relative;
   background-color: #333;
   margin: 0;
   padding: 0;
   width: 990px;
   min-height: 150px;
   background-image: url("../images/bg_contentwrapper.gif");
   background-position: left top;
   background-repeat: repeat-y;
}

#leftcontainer {
   position: relative;
   background-color: #E7E7E7;
   float: left;
   margin: 0;
   padding: 0;
   width: 169px;
   min-height: 250px;
}

#headwrapper {
   position: relative;
   margin: 0;
   padding: 0;
   background-color: #BF785A;
   height: 235px;
   margin: 0;
   padding: 0;
   width: 990px;   
}

#logocontainer {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #DAD8D9;
   height: 250px;
   margin: 0;
   padding: 0;
   width: 168px;  
}

#imgcontainer {
   position: absolute;
   top: 0;
   right: 0;
   background-color: #0E4F6F;
   height: 250px;
   margin: 0;
   padding: 0;
   width: 822px;   
}


#bwcopy {
   position: absolute;
   left:0;
   top:0;
   padding:5px 0 0 200px;
   margin:  0;
   
}

#bwcopy a,
#bwcopy a:link,
#bwcopy a:visited {
   color: #fff;
   text-decoration: none;
   font-weight: bold;
}


#bwcopy a:focus,
#bwcopy a:hover,
#bwcopy a:active {
   color: #fff;
   text-decoration: underline;
   
}

#rightcontainer h2 {
   width: 155px;
   padding: 5px 0 5px 5px;
   background-color: #809C27;
   color: #fff;
   margin: 14px 10px 0 ;
   font-size: 100%;
   font-weight: bold;
}

/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   margin: 0;
   padding: 0;
   height: 27px;
   background-color: transparent;
   clear: both;
   zoom: 1;
}

#goup {
   position: relative;
   float: right;
   margin: 0;
   padding: 5px 10px;
   position: relative;
}

#printpage {
   position: relative;
   float: left;
   width: 149px;
   margin: 0;
   padding: 5px 10px;
   position: relative;
   background-color: #E7E7E7;
}

/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   color: #0092D6;
   font-weight: normal;
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#goup a:focus,
#goup a:hover,
#goup a:active,
#goup a.selected:link,
#goup a.selected:visited,
#goup a.selected:focus,
#goup a.selected:hover,
#goup a.selected:active {
   text-decoration: underline;
}

#printpage a,
#printpage a:link,
#printpage a:visited {
   color: #0092D6;
   font-weight: normal;
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#printpage a:focus,
#printpage a:hover,
#printpage a:active,
#printpage a.selected:link,
#printpage a.selected:visited,
#printpage a.selected:focus,
#printpage a.selected:hover,
#printpage a.selected:active {
   text-decoration: underline;
}

/** Headbereich **/

.HPLogo {
   position:absolute;
   bottom: 3px;
   left: 5px;
   margin: 0;
   padding: 0;
   z-index: 600;
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

/** Verwaltung **/

#verwaltung{
    background-color:#fff ;
    border-bottom: 1px solid #fff;
    text-align:center;
    padding:8px;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #0E4F6F;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #0E4F6F;
}

