#wrapper {
   position: relative;
   margin: 0 auto 50px;
   padding: 0 0 10px 0;
   width: 990px;
   background-color: transparent;
}

/** Contentbereich **/
#contentcontainer {
   float: left;
   position: relative;
   background-image: url("../images/bgcontent.png");
   background-position: top left;
   background-repeat: repeat-y; 
}

#content{
   position: relative;
   line-height: 150%;
   color: #525252;
   min-height: 250px;
   padding: 0 30px 0 20px;
   background-color: transparent;
   width: 518px;
   margin-bottom: 20px;  
}

.schatten_u {
   position: absolute;
   display:block;
   background-color: transparent;
   bottom: -10px;
   left: 0;
   width: 568px;
   height: 10px;
   padding: 0 0 0 0;
   background-image: url("../images/bg_schatten_u.png");
   background-position: left top;
   background-repeat: no-repeat; 
   
}


#contentwrapper {
   position: relative;
   width: 100%;
   background-color: transparent;
   background-image: url("../images/bg_contentwrapper.png");
   background-position: left 30px;
   background-repeat: no-repeat; 
   z-index: 20; 
}


#rightcontainer {
   position: relative;
   background-color: #fff;
   float: left;
   margin: 0 0 14px 0;
   width: 211px;
   height: 100%;
   background-color: transparent;
   background-image: url("../images/bg_rightcontainer.png");
   background-position: -1px top;
   background-repeat: repeat-y; 
}

.schatten_ur {
   position: absolute;
   display:block;
   background-color: transparent;
   bottom: -10px;
   left: 0;
   width: 210px;
   height: 10px;
   background-image: url("../images/bg_right_schatten.png");
   background-position: left top;
   background-repeat: no-repeat; 
   
}

#leftcontainer {
   position: relative;
   float: left;
   margin: 14px 0 14px 0;
   width: 211px;
   background-color: transparent;
}


#bannerbk {
   position: relative; 
   background-color: transparent;
   position: relative;
   color: #525252;
   font-size: 92%;
   width: 200px;
}

/** Pagerouter **/


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   clear: both;
  
}
#pageroutercon {
   position: relative;
   overflow: hidden;
   font-size: 92%;
   width: 100%;
   display: block;
   color: #820202;
}

#printpage {
   position: relative;
   float: left;
   padding: 5px 5px;
   margin: 0 0 0 5px;
}
#goup {
   position: relative;
   float: left;
   padding: 5px 5px;
   margin: 0 10px;
}


/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   color: #820202;
   text-transform: uppercase;
   font-weight: bold;
   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 {
   font-weight: bold;
   color: #C40000;
   
}

#printpage a,
#printpage a:link,
#printpage a:visited {
   color: #820202;
   text-transform: uppercase;
   font-weight: bold;
   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 {
   font-weight: bold;
   color: #C40000;
}

/** Headbereich **/

#bildcontainer {
   position: relative;
   height: 280px;
   width: 100%;
   background-color: transparent;
   z-index: 1;
}

#schattencontainer {
   position: relative;
   float: right;
   height: 280px;
   width: 778px;
   background-color: transparent;
   background-image: url("../images/bg_header.png");
   background-position: center;
   background-repeat: no-repeat;
}

#bild {
   position: relative;
   height: 271px;
   width: 768px;
   background-color: #fff;
}

.HPLogo {
   position: absolute;
   top: 36px;
   left: -70px;
   z-index: 10;
}


/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

#suche {
   position: relative;
   width: 200px;
   height: 30px;
   color: #333;
   background-color: #FFA200;

}

#suche .vt {
   position: absolute;
   top: 5px;
   left: 10px;
   height: 18px;
   width: 140px;
   background-color: #FFF;
   border: 1px solid #fff;
   padding: 0 5px 0 5px;
   font-size: 100%;

}

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   top: 5px;
   right: 10px;
   color: #fff;
   background-color: transparent;
   text-decoration: none;
   width: 20px;
   height: 20px;
}


#suche .vtlink: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;
}



/** 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: #C40000;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color:#C40000;
}

