#wrapper {
   position: relative;
   background-color: #fff;
   margin: 0 auto 50px;
   padding: 0 0 0 0;
   width: 990px;
}
/** Contentbereich **/

#contentwrapperstart {
   position: relative;
   background-color: #FEECDE;
   margin: 0;
   padding: 0 10px 10px 10px;
   width: 970px;
   min-height: 150px;
   background-image: url("../images/bg_contentwrapper.jpg");
   background-position: top left;
   background-repeat: repeat-y;
}

#balken_oben {
   position: relative;
   background-color: #Fff;
   margin: 0 0 0 10px;
   padding: 0;
   width: 970px;
   height: 30px;
   background-image: url("../images/balken_oben.png");
   background-position: top left;
   background-repeat: no-repeat;
}


#bannerbk {
   position: relative;
   float: right;
   margin:  0 11px 30px 0;
   padding: 5px;
   width: 180px;
   min-height: 150px;
   background-color: #FEECDE; 
   z-index: 50;
}


#rightcontainer h2 {
   width: 155px;
   padding: 5px 0 5px 5px;
   background-color: #809C27;
   color: #fff;
   margin: 14px 10px 0 ;
   font-size: 100%;
   font-weight: bold;
}

/** Pagerouter **/


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   width: 990px;
   margin:0;
   padding: 0;
   min-height: 19px;
   background-color: transparent;
   clear: both;
   background-image: url("../images/schatten_unten.jpg");
   background-position: left bottom;
   background-repeat: no-repeat; 
}

#goupstart {
   position: absolute;
   right: 23px;
   bottom: 25px;
   margin: 0;
   padding: 5px 10px;
  
}

#printpagestart {
   position: absolute;
   bottom: 25px;
   left: 23px;
   margin: 0;
   padding: 5px 10px;
  
}

/** Linkzustände im Pagerouter **/

#goupstart a,
#goupstart a:link,
#goupstart a:visited {
   color: #006AB3;
   font-weight: normal;
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#goupstart a:focus,
#goupstart a:hover,
#goupstart a:active,
#goupstart a.selected:link,
#goupstart a.selected:visited,
#goupstart a.selected:focus,
#goupstart a.selected:hover,
#goupstart a.selected:active {
   text-decoration: underline;
}

#printpagestart a,
#printpagestart a:link,
#printpagestart a:visited {
   color: #006AB3;
   font-weight: normal;
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#printpagestart a:focus,
#printpagestart a:hover,
#printpagestart a:active,
#printpagestart a.selected:link,
#printpagestart a.selected:visited,
#printpagestart a.selected:focus,
#printpagestart a.selected:hover,
#printpagestart a.selected:active {
   text-decoration: underline;
}

/** Headbereich **/

#headwrapperstart {
   position: relative;
   background-color: #FEECDE;
   min-height: 478px;
   margin: 0;
   padding: 0;
   min-width: 990px;   
}

.schatten_rechts {
  position: absolute;
  top: 0;
  right: 0;
  height: 478px;
  width: 9px;
  background-image: url("../images/schatten_rechtsneu.jpg");
  background-position: right top;
  background-repeat: no-repeat; 
}


.schatten_links {
  position: absolute;
  top: 0;
  left: 0;
  height: 478px;
  width: 10px;
  background-image: url("../images/schatten_linksneu.jpg");
  background-position: left top;
  background-repeat: no-repeat; 
}

.welle_oben {
  position: absolute;
  top: 0;
  left: 10px;
  height: 89px;
  width: 732px;
  background-image: url("../images/welle_oben.png");
  background-position: left top;
  background-repeat: no-repeat; 
  z-index: 5;
}

.welle_uli {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 98px;
  width: 190px;
  background-image: url("../images/welle_uli.png");
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1 
}

.welle_ure {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 170px;
  width: 780px;
  background-image: url("../images/welle_ure.png");
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 6; 
}


#quickmenucontainerstart {
   position: absolute;
   left: 0;
   bottom: 0;
   min-width: 190px;
   min-height: 448px;
   margin: 0 0 0 10px;
   padding: 0 0 0 0;
   background-color: #Fff;
   background-image: url("../images/bg_quick_wrapper.jpg");
   background-position: left top;
   background-repeat: repeat-y; 
}
   

#Slideshow  {
   position: relative;
   float: right;
   margin:  0 10px 0 0;
   padding: 0;
   height: 448px;
   width: 779px;
   background-color: #eaeaea;
}


#searchBoxstart {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 35px;
  z-index: 10;
  
}

#searchBoxstart form input.searchInput{
   position: absolute;
   top: 0;
   left: 10px;
   background-color: #Fff;
   margin: 0 ;
   padding: 2px 4px 1px 4px;
   width: 110px;
   height: 16px;
   font-size: 92%;
   border: 1px solid #006AB2;
}

#searchBoxstart form input.searchButton {
   position: absolute;
   top: 0;
   left: 135px;
   width: 55px;
   height: 21px;
   margin: 0;
   padding: 1px 2px 4px 0;
   background-color: transparent;
   color: #006AB2;
   border: 0 none;
   font-weight: bold;
}

.HPLogo {
   position:absolute;
   bottom: 61px;
   right: 30px;
   z-index: 6;
}

#schriftzug {
   position: absolute;
   bottom: 45px;
   left: 215px;
   z-index: 6;
   min-height: 40px;
   min-width: 380px;
   color: #FFF;
   background-color: transparent;
   margin: 0;
   padding: 0;
}
#schriftzug a,
#schriftzug a:link,
#schriftzug a:visited {
   position: relative;
   display: block;
   background-color: transparent;
   color: #ffffff;
   font-weight: normal;
   text-decoration: underline;
}

#schriftzug a:focus,
#schriftzug a:hover,
#schriftzug a:active {
   color: #ffffff;
   text-decoration: underline;
}


#slogan {
   position: absolute;
   font-size: 200%;
   top: 72px;
   left: 215px;
   font-weight: bold;
   z-index: 6;
   min-height: 45px;
   min-width: 750px;
   color: #F9903B;
   background-color: transparent;
   margin: 0;
   padding: 5px 0 5px 0;
}



/** 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: #F88222;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #F88222;
}


#sprachschaltung {
   position: absolute;
   top: 2px;
   right: 10px;
   width: 100px;
   height: 30px;
}

#MenuSprache{
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   right: 5px;
   top: 5px;
}

#MenuSprache li {
   margin: 0;
   padding: 0;
   display: inline;
}

#MenuSprache img {
   height: 14px;
   width: 23px;
}

#MenuSprache a {
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#MenuSprache a img {
   border: 0 none;
}

