#wrapper {
   position: relative;
   background-color: #fff;
   margin: 0 auto 50px;
   padding: 0 0 10px 0;
   width: 980px;
   min-height: 380px;
}
/** Contentbereich **/

#contentwrapper {
   position: relative;
   float: right;
   background-color: #A51B35;
   width: 980px;
   min-height: 250px;
   background-image: url("../images/bg_schatten_content.jpg");
   background-position: right top;
   background-repeat: repeat-y;
   z-index: 15;
}
/** Headbereich **/

#headwrapper {
   position: relative;
   background-color: #fff;
   height: 350px;
   width: 980px;
   z-index: 10;
}

#bildcontainer {
   position: absolute;
   top: 0;
   right: 0;
   width: 680px;
   height: 350px;
   background-color: #fff;
}

#slogan {
   position: absolute;
   top: 17px;
   left: 23px;
   width: 800px;
   height: 250px; 
   z-index: 10;
}


#menu_topcontainer {
   position: relative;
   float: right;
   margin: 0 10px 0 0;
   min-width: 290px;
   min-height: 25px;
}
 
.headimg {
   position: absolute;
   top: -42px;
   right: 8px;
   height: 94px;
   width: 272px;
   background-image: url("../images/bg_head.gif");
   background-position: left top;
   background-repeat: no-repeat;
   z-index: 10;
}


.schatten {
   position: absolute;
   top: 0;
   right: 0;
   height: 350px;
   width: 10px;
   background-image: url("../images/bg_schatten_oben.jpg");
   background-position: left top;
   background-repeat: no-repeat;
}


.contentimg {
   position: absolute;
   bottom: 1px;
   right: 11px;
   height: 47px;
   width: 223px;
   background-image: url("../images/bg_content_unten.gif");
   background-position: left top;
   background-repeat: no-repeat;
   z-index: 10;
}

#leftcontainer {
   position: relative;
   background-color: #A51B35;
   float: left;
   top: -190px;
   width: 299px;
   min-height: 300px;
   background-image: url("../images/bg_verlauf.jpg");
   background-position: left top;
   background-repeat: repeat-x;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   z-index: 15;
}


#bwcopy {
   position: absolute;
   left: 0; 
   padding: 5px 0 0 0;
   bottom: 5px;
   margin-left:  330px;
   z-index: 11;
   
}

#bwcopy a,
#bwcopy a:link,
#bwcopy a:visited {
   color: #fff;
   text-decoration: none;
   font-weight: normal;
}


#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;
   width: 970px;
   background-color: #A51B35;
   clear: both;
}

.ecke {
   position: absolute;
   bottom: -13px;
   right: -10px;
   height: 20px;
   width: 20px;
   background-image: url("../images/ecke.jpg");
   background-position: left top;
   background-repeat: no-repeat;
   z-index: 11;
}
.schatten_unten {
   position: absolute;
   bottom: -10px;
   left: 0;
   height: 10px;
   width: 980px;
   background-image: url("../images/bg_schatten_footer.jpg");
   background-position: left bottom;
   background-repeat: no-repeat;
}


#goup {
   position: absolute;
   bottom: 0;
   right: 10px;
   margin: 0;
   padding: 5px 10px;
   width: 120px;
   z-index: 11;
}

#printpage {
   position: absolute;
   bottom: 0;
   left: 10px;
   padding: 5px 10px;
}

/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   position: relative; 
   float: right;
   color: #fff;
   font-weight: normal;
   text-decoration: none;
}

#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: #fff;
   font-weight: normal;
   text-decoration: none;
}

#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;
}


.HPLogo {
   position:absolute;
   top: -20px;
   right: 21px;
   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: #A51B35;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #A51B35;
}

