#wrapper {
   background-color: #fff;
   margin: 30px auto 50px;
   padding: 214px 0 0 0;
   width: 990px;
   position: relative;
}
/** Contentbereich **/

#contentwrapper {
   position: relative;
   background-color: #D6D6D6;
   margin: 0;
   padding: 0;
   width: 990px;
   min-height: 470px;
   background-image: url(../images/bg_content.png);
   background-repeat: repeat-y;
   background-position: left top;
   z-index: 5;
}

#rightcontainer {
   position: relative;
   top: -52px;
   background-color: #AD1543;
   float: right;
   margin: 0;
   padding: 0;
   width: 279px;
   min-height: 500px;
   border-top: 14px solid #D6D6D6;
   border-left: 14px solid #D6D6D6;
}


#bwcopy {
   position: absolute;
   left:0;
   bottom: 0;
   padding: 5px 0 5px 270px;
   margin:  0;
   min-width: 720px;  
}

#bwcopy a,
#bwcopy a:link,
#bwcopy a:visited {
   color: #AD1543;
   text-decoration: none;
   font-weight: normal;
}


#bwcopy a:focus,
#bwcopy a:hover,
#bwcopy a:active {
   color: #AD1543;
   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;
}

#bannerbk { 
   width: 250px;
   background-color: transparent;
   padding: 14px;
   position: relative;
}

/** Pagerouter **/


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   margin: 0;
   padding: 0;
   min-height: 130px;
   min-width: 990px;
   background-color: #D6D6D6;
   clear: both;
   
}

#logocontianer {
   position: absolute;
   top: 14px;
   left: 0;
   min-width: 990px;
   min-height: 80px;
   border-top: 6px solid #AD1543; 
}

#Logos {
   position: relative;
   list-style-type:none;
   margin: 0 0 0 28px;
   padding: 0;
}
#Logos  li{
   float:left;
   margin: 15px 25px 0 25px;
   padding-right: 2px;
   min-height: 60px;
}
#Logos li a{
   background-color: transparent;
   padding:0.2em;
}
#Logos li a:hover{
   background-color: transparent;
}

#goup {
   position: absolute;
   bottom: 0;
   right: 0;
   margin: 0;
   padding: 5px 10px;
}

#printpage {
   position: absolute;
   bottom: 0;
   left: 0;
   margin: 0;
   padding: 5px 10px;
}

/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   color: #AD1543;
   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: #AD1543;
   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 **/

#headwrapper {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #BF785A;
   height: 200px;
   margin: 0;
   padding: 0;
   width: 990px;
   border-bottom: 14px solid #D6D6D6; 
   z-index: 0; 
}

#bild1 {
   position: relative;
   top: 0;
   left: 0; 
   width: 990px;
   height: 200px;
   background-color: #999;
}

#transparenz{
   position: absolute;
   top: 0;
   right: 0;
   width: 400px;
   height: 200px;
   z-index: 5;
}

.HPLogo {
   position:absolute;
   top: 43px;
   right: 14px;
   margin: 0;
   padding: 0;
   z-index: 10;
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}
/** Suche **/

#searchBox {
   position: absolute;
   top: 8px;
   right: 10px;
   font-size: 130%;
   margin: 0;
   height: 27px;
   padding: 0;
   width: 180px;
}
#searchBox form input.searchInput{
   background-color: #fff;
   float: left;
   margin: 0 ;
   padding: 2px 4px 1px 4px;
   width: 110px;
   height: 16px;
   font-size: 92%;
   border: 1px solid #AD1543;
}

#searchBox form input.searchButton {
   position: relative;
   width: 55px;
   height: 21px;
   float: right;
   margin: 0;
   padding: 1px 2px 4px 0;
   background-color: #AD1543;
   color: #fff;
   border: 1px solid #fff;
}


/** 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: #AD1543;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #AD1543;
}

