
#wrapper {
   position: relative;
   width: 927px;
   margin: 30px auto 0;
}

/** Contentbereich **/

#contentwrapper{
   position: relative;
   width: 927px;
   margin-top: 20px;
}

#content{
   position: relative;
   float: left;
   line-height: 150%;
   color: #333;
   font-weight: normal;
   padding: 0 20px 0 0;
   min-height: 250px;
   background-color: #fff;
   width: 692px;
   margin-bottom: 20px;
}

#bannerbaukasten {
   position: relative;
   float: left;
   width: 215px;
   min-height: 200px;
}

#bannerbkholder {
   position: relative;
   margin-bottom: 40px;
}

#bannerbk {
   position: relative;
   border-left: 1px solid #D7D2BF;
   border-right: 1px solid #D7D2BF;
   border-bottom: 1px solid #D7D2BF;
   margin: 0;
   overflow: hidden;
}

#grafik {
   position: relative;
   background-image: url("../images/bg_bannerbk.jpg");
   background-position: left top;
   background-repeat: no-repeat;
   width: 215px;
   height: 70px
}


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   width: 927px;
   overflow: hidden;
   margin-bottom: 50px;
}

#footermenu {
   position: relative;
   width: 888px;
   height: 179px;
   clear: left;
   padding: 20px 20px 0 20px;
   background-image: url("../images/bg_footer.jpg");
   background-position: left top;
   background-repeat: no-repeat;
}

/** Suche **/

#suche {
   position: relative;
   width: 215px;
   height: 25px;
   color: #333;
   z-index: 50;
   border-bottom: 11px solid #fff;
}

#suche .vt {
   position: absolute;
   left: 0;
   top: 0;
   font-size: 86%;
   height: 13px;
   color: #1E348F;
   border: 0 none;
   width: 167px;
   padding: 2px 5px;
   background-color: transparent;
   border: 3px solid #6787AE;
  
}

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   top: 0;
   right: 0;
   color: #fff;
   background-color: transparent;
   text-decoration: none;
   width: 32px;
   height: 31px;
   z-index: 100;
}


#suche .vtlink a:hover,
#suche .vtlink a:focus,
#suche .vtlink a:hover,
#suche .vtlink a:active,
#suche .vtlink a.selected,
#suche .vtlink a.selected:link,
#suche .vtlink a.selected:visited,
#suche .vtlink a.selected:focus,
#suche .vtlink a.selected:hover,
#suche .vtlink a.selected:active {
   color: #fff;
   text-decoration: none;
   background-color: transparent;
}

#claim { 
   position: absolute;
   bottom: 10px;
   right: 10px;
   width: 437px;
   height: 21px;
   z-index: 100; 
}

#boot { 
   position: absolute;
   bottom: 0;
   left: -15px;
   width: 437px;
   height: 237px;
}

#welle { 
   position: absolute;
   bottom: 0;
   left:0;
   width: 927px;
   height: 77px;
   background-image: url("../images/bg_wave.png");
   background-position: left top;
   background-repeat: no-repeat;
}

#bwcopy {
   position: relative;
   font-size: 92%;
   float: left;
   width: 260px;
   z-index: 60;
}

/** Linkzustände im Pagerouter **/

#bwcopy a,
#bwcopy a:link,
#bwcopy a:visited {
   position: relative;
   display: block;
   color: #333333;
   padding:  3px 10px 2px 10px;
   text-decoration: none;
}

#bwcopy a:focus,
#bwcopy a:hover,
#bwcopy a:active,
#bwcopy a.selected:link,
#bwcopy a.selected:visited,
#bwcopy a.selected:focus,
#bwcopy a.selected:hover,
#bwcopy a.selected:active {
   text-decoration: underline;
}

/** Headbereich **/

#header {
   position: relative;
   height: 369px;
   width: 927px;
   background-position: left top;
   background-repeat: no-repeat;
}

.HPLogo {
   position: absolute;
   bottom: 26px;
   right: 23px;
   z-index: 25;
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

/** Verwaltung **/

#verwaltung{
   position: absolute;
   top: 0;
   width: 100%;
   background-color:#fff ;
   border-bottom: 1px solid #fff;
   text-align:center;
   padding: 8px;
   z-index: 100;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #2E78A2;
    margin: 0 5px;
    padding: 5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #2E78A2;
}

