#wrapper {
   position: relative;
   width: 990px;
   min-height: 288px;
   margin: 0 auto 50px;
   background-color: #C6C6C7;
   background-image: url("../images/bg_wrapper.jpg");
   background-position: top left;
   background-repeat: repeat-y;  
}

#schatten_oben {
   position: relative;
   width: 990px;
   height: 15px;
   background-color: transparent;
   background-image: url("../images/bg_schatten_oben.jpg");
   background-position: bottom left;
   background-repeat: no-repeat; 
}

#schatten_unten {
   position: relative;
   width: 990px;
   height: 38px;
   background-color: transparent;
   background-image: url("../images/bg_schatten_unten.jpg");
   background-position: left top;
   background-repeat: no-repeat; 
}

#wrappercontainer {
   position: relative;
   width: 930px;
   margin: 0 auto 8px;
   background-color: transparent;
   border-bottom: 2px solid #1B8B84;
   border-right: 2px solid #1B8B84;
   border-left: 2px solid #1B8B84;
   border-top: 1px solid #1B8B84;
}

#contentwrapper {
   position: relative;
   background-color: transparent;
   display: block;
   width: 930px;
   background-image: url("../images/bg_contentwrapper.gif");
   background-position: left top;
   background-repeat: repeat-y;  
}

#content {
   position: relative;
   float: left;
   padding: 0 30px 20px 30px;
   width: 470px;
   min-height: 235px;
   line-height: 140%;
   background-color: #fff;
}
#bannerbk  {
   position: relative;
   font-size: 92%;
}

#bannerbkaukasten  {
   position: relative;
   float: left;
   display: block;
   width: 250px;
   margin-top: 45px;
   min-height: 150px;
   background-color: #fff;
}

#leftcontainer {
   position: relative;
   float: left;
   width: 150px;
   min-height: 150px;
   background-color: transparent;    
}


#footer {
   position: relative;
   height: 35px;
   display: block;
   background-color: #fff;
}

#header {
   position: relative;
   width: 100%;
   display: block;
   height: 241px;
   background-color: #CBCBCC;
   z-index: 25;
}

#bild {
   position: absolute;
   top: 0;
   right: 0;
   width: 640px;
   height: 241px;
   background-color: #fff;
}

.HPLogo {
   position: absolute;
   top: 60px;
   left: 12px;
   z-index: 25;
}

#slogan {
   position: absolute;
   text-align: right;
   font-family: "Arial", Verdana, Helvetica, sans-serif;
   left: 149px;
   font-size: 86%;
   top:  171px;
   width: 120px;
   min-height: 60px;
   background-color: transparent;
   color: #1B8B84;
   z-index: 50;
}

/************* Pagerouter ******************/
#drucken {
   position: relative;
   float: left;
   padding: 8px 10px;
   font-size: 86%;
   width: 100px;
}

#top {
   position: relative;
   float: right;
   padding: 8px 10px;
   font-size: 86%;
   width: 100px;
}

/** Linkzustände im Pagerouter **/

#top a,
#top a:link,
#top a:visited {
   color: #000;
   text-transform: uppercase;
   font-weight: normal;
   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; 
}

#drucken a,
#drucken a:link,
#drucken a:visited {
   color: #000;
   text-transform: uppercase;
   font-weight: normal;
   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;
}


/**************** 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: #059CA0;
   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:#059CA0; 
}
