#wrappercontainer {
   position: relative;
   background-color: #fff;
   margin: 0 auto 50px;
   width: 990px;
   background-image: url("../images/bg_def_neu_content.jpg");
   background-position: left top;
   background-repeat: repeat-y;
}

#SlideShow {
   position: absolute;
   top: 0;
   right: 0;
   height: 340px;
   width: 968px;
   
}

#slideshow {
   position: absolute;
   top: 0;
   right: 0;
   height: 340px;
   width: 968px;
   
}

#leftcontainer {
   position: relative;
   float: left;
   background-color: transparent;
   width: 191px;
   border-right: 1px solid #fff;
}

#wrapper {
   position: relative;
   background-color: #FEECDE;
   margin: 0 auto 0;
   width: 968px;
   border: 1px solid #fff;
}
/** Contentbereich **/
#content {
   position: relative;
   font-size: 92%;
   line-height: 150%;
   color: #000;
   width: 745px;
   margin: 0 0 0 192px;
   padding: 15px;
   min-height: 100px;
   background-color: transparent;
}

#contentwrapper {
   position: relative;
   background-color: transparent;
   width: 968px;
   padding: 0 0 10px 0 ;
   background-image: url("../images/bg_content_def.jpg");
   background-position: left top;
   background-repeat: repeat-y;
   
}


/** Pagerouter **/


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   width: 970px;
   min-height: 19px;
   background-color: transparent;
   clear: both; 
}

#goupstart {
   position: absolute;
   right: 10px;
   bottom: 17px;
   padding: 5px 10px;
  
}

#printpagestart {
   position: absolute;
   bottom: 17px;
   left: 195px;
   padding: 5px 10px;
  
}

/** Linkzustände im Pagerouter **/

#goupstart a,
#goupstart a:link,
#goupstart a:visited {
   color: #006AB3;
   font-weight: normal;
   text-decoration: none;
}

#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;
}

#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 **/

#headwrapper {
   position: relative;
   background-color: #FEECDE;
   min-height: 340px;
   min-width: 968px; 
   margin: 0;  
}

#tranparenz {
   position: absolute;
   right: 20px;
   top: 25px;
   background-color: transparent;
   width: 185px;
   height: 214px;
   background-image: url("../images/bg_menu_def.png");
   background-position: left top;
   background-repeat: no-repeat;
 
}


.welle_oben{
  position: absolute;
  top: -1px;
  left: -1px;
  height: 89px;
  width: 732px;
  background-image: url("../images/welle_def_oben.png");
  background-position: left top;
  background-repeat: no-repeat; 
  z-index: 5;
}



.welle_unten {
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 135px;
  width: 970px;
  background-image: url("../images/welle_def_unten.png");
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 6; 
}


#schatten_unten {
  position: absolute;
  bottom: -4px;
  left: -11px;
  height: 24px;
  width: 990px;
  background-image: url("../images/bg_schatten_def_neu.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 6; 
}

#searchBoxstart {
  position: absolute;
  bottom: 40px;
  right: 32px;
  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;
}

#bild3 {
   position:absolute;
   bottom: 50px;
   right: 185px;
   z-index: 6;
   height: 190px;
   width: 370px;
   z-index: 30;
   background-color: transparent;
}


#text a,
#text a:link,
#text a:visited {
   color: #0062A4;
   text-decoration: none;
   font-weight: bold;
}


#text a:focus,
#text a:hover,
#text a:active {
   color: #0062A4;
   text-decoration: underline;
   
}

/** 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;
   left: 0;
   width: 100px;
   height: 30px;
   z-index: 22;
}

#MenuSprache{
   list-style: none;
   position: absolute;
   right: 5px;
   top: 5px;
}

#MenuSprache li {
   display: inline;
}

#MenuSprache img {
   height: 14px;
   width: 23px;
}

#MenuSprache a {
   text-decoration: none;
}

#MenuSprache a img {
   border: 0 none;
}
