#wrapper {
   position: relative;
   width: 990px;
   margin: 0 auto 0;
   border-top: 0 none;
   background-color: #FFF;
}

#bgcol {
   background-color: #319A3B;
   height: 20px;
   left: 0;
   position: absolute;
   top: 0;
   width: 260px;
}

#bgcolbot {
   background-color: #319A3B;
   height: 20px;
   right: 0;
   position: absolute;
   bottom: 0;
   width: 80px;
}

#contentwrapper {
   position: relative;
   width: 990px;
   margin-top: 14px;
   background-color: #fff;
   background-image: url("../images/bg_wrtapper.gif");
   background-repeat: repeat-y;
   background-position: left top;
}

#content {
   position: relative;
   float: left;
   padding: 13px 15px 20px;
   width: 780px;
   min-height: 235px;
   line-height: 140%;  
}

#rightcontianer  {
   position: relative;
   float: right;
   width: 230px;
   min-height: 255px;
   background-color: transparent;
   margin-bottom: 20px; 
}


#leftcontianer {
   position: relative;
   float: left;
   width: 180px;
   min-height: 630px;
   background-color: #FEDE4B;
}

#menu {
   position: relative;
   width: 990px;
   z-index: 15;
   background-color: #F4F3F0;
}

#footer {
   position: relative;
   display: block;
   clear: both;
   overflow: hidden;
   width: 990px;
   background-color: #F4F3F0; 
}

#slideshow{
   position: relative;
   width: 980px;
   height: 225px;
}

#head {
   position: relative;
   width: 990px;
   height: 110px;
   background-repeat: no-repeat;
   background-position: left top;
   background-color: #Fff;
}

#head .HPLogo {
   position: absolute;
   right: 0;
   top: 10px;
}

/************* Pagerouter ******************/
#drucken {
   position: relative;
   float: left;
   padding: 5px;
   margin: 5px 0 5px 5px;
   font-size: 86%;
}
#top {
   position: relative;
   float: left;
   margin: 5px;
   padding: 5px;
   font-size: 86%;
}

#adresse {
   position: absolute;
   display: block;
   bottom: 20px;
   color:#333333;
   font-size:100%;
   height: auto;
   margin:0;
   padding: 0 20px;
}

#logo {
   position: absolute;
   right: 10px;
   top: 30px;
   color:#333333;
   font-size: 300%;
   font-weight: bold;
   height:auto;
   margin:0;
   padding: 0;
}

/** Linkzustände im Pagerouter **/

#top a,
#top a:link,
#top a:visited {
   color: #319A3B;
   text-transform: uppercase;
   font-weight: normal;
   text-decoration: none;
   padding: 5px 0 5px 0 ;
   background-image: url("../images/goup.png");
   background-position: right top;
   background-repeat: no-repeat;
}

#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: #319A3B; 
}

#drucken a,
#drucken a:link,
#drucken a:visited {
   color: #319A3B;
   text-transform: uppercase;
   font-weight: normal;
   text-decoration: none;
   padding: 5px 0 5px 0 ;
   background-image: url("../images/bg_print.png");
   background-position: right top;
   background-repeat: no-repeat;
}

#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:#319A3B;
}


/**************** Print ********************/
#print_adresse {
   display: none;
}
#print_logo {
   display: none;
}


/************* Verwaltung ******************/
#verwaltung {
   background-color: #f2f0e3;
   border-bottom: 1px solid #003467;
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color: #fff;
   background-color: #036;
   border-right: 1px solid #f2f0e3;
   margin: 0 5px;
   padding: 5px;
   font-weight :normal;
   text-decoration: none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active {
   background-color: #369; 
}