#wrapper {
   position: relative;
   width: 990px;
   min-height: 288px;
   margin: 0 auto 50px;
   border-top: 0 none;
   background-color: #FFF;  
}

#contentwrapper {
   position: relative;
   width: 100%;
   display: block;
   background-color: #fff;
   background-image: url("../images/bg_contentwrapper.gif");
   background-position: left top;
   background-repeat: repeat-y;
}

#content {
   position: relative;
   float: left;
   padding: 20px 30px 20px 30px;
   width: 530px;
   min-height: 235px;
   line-height: 140%;  
}

#rightcontainer  {
   position: relative;
   float: left;
   width: 200px;
   margin: 20px 0 20px 0;
   background-color: transparent; 
}


#leftcontainer {
   position: relative;
   float: left;
   width: 200px;
   margin: 20px 0 20px 0;
   background-color: transparent;
   
}

#footer {
   position: relative;
   clear: both;
   width: 100%;
   display: block;
   background-color: #DBDCDE;
   overflow: hidden;
}

#logocontainer {
   position: relative;
   width: 100%;
   display: block;
   height: 185px;
   border-bottom: 10px solid #FFF;
   border-top: 10px solid #FFF;
   background-color: #EE7405;
   z-index: 25;
}

#bild {
   position: relative;
   width: 280px;
   height: 185px;
   border-right: 10px solid #FFF;
   background-color: #fff;
   z-index: 25;
}
.HPLogo {
   position: absolute;
   top: 15px;
   right: 15px;
}

#bwcopy {
   position: relative;
   float: left;
   text-align: center;
   color: #4B459D;
   width: 550px;
   margin-top: 4px;
   
}

#bwcopy a,
#bwcopy a:link,
#bwcopy a:visited {  
   color:#4B459D;
   text-decoration: none;
   font-weight: normal;
}


#bwcopy a:focus,
#bwcopy a:hover,
#bwcopy a:active {
   color: #4B459D;
   text-decoration: underline;
   
}



/************* Pagerouter ******************/
#drucken {
   position: relative;
   float: left;
   text-align: left;
   padding: 5px 10px;
   position: relative;
   font-size: 92%;
   width: 200px;
}
#top {
   position: relative;
   float: left;
   padding: 5px 10px;
   text-align: right;
   position: relative;
   font-size: 92%;
   width: 200px;
 
}

/** Linkzustände im Pagerouter **/

#top a,
#top a:link,
#top a:visited {
   color: #4B459D;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   padding: 5px 0 5px 0 ;

}

#top a:focus,
#top a:hover,
#top a:active,
#top a.selected:link,
#top a.selected:visited,
#top a.selected:focus,
#top a.selected:hover,
#top a.selected:active {
   text-decoration: underline;
   color: #4B459D;
   
}

#drucken a,
#drucken a:link,
#drucken a:visited {
   color: #4B459D;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   padding: 5px 0 5px 0 ;
}

#drucken a:focus,
#drucken a:hover,
#drucken a:active,
#drucken a.selected:link,
#drucken a.selected:visited,
#drucken a.selected:focus,
#drucken a.selected:hover,
#drucken a.selected:active {
   text-decoration: underline;
   color: #4B459D;
}


/**************** Print ********************/
#print_adresse {
   display: none;
}
#print_logo {
   display: none;
}
#head {
   display: none;
}


/************* Verwaltung ******************/
#verwaltung {
   position: relative;
   text-align: center;
   margin: 0 auto 0;
   background-color: transparent;
   border: 0 none;
   padding: 8px;
   z-index: 35;
   width: 990px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #fff;
   background-color: #EE7405;
   border: 0 none;
   margin: 0 5px;
   padding: 5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active {
   background-color: #EE7405; 
}
