#wrappercontainer {
   position: relative;
   background-color: #fff;
   margin: 0 auto 50px;
   width: 990px;
   background-image: url("../images/bg_wrappercontainer.jpg");
   background-position: left top;
   background-repeat: repeat-y; 
}


#slideshowbeach {
   position: absolute;
   top: 0;
   right: 0;
   height: 356px;
   width: 886px;
}

#SlideShow {
   position: absolute;
   top: 0;
   right: 0;
   height: 356px;
   width: 886px;
   
}

#wrapperbeach {
   position: relative;
   background-color: #FEE9BA;
   margin: 0 auto 0;
   width: 968px;
   border: 1px solid #fff;
}
/** Contentbereich **/
#contentbeach {
   font-size: 92%;
   position: relative;
   line-height: 150%;
   color: #000;
   margin-bottom: 40px;
   min-height: 100px;
   background-color: #FEE9BA;
   padding: 0 15px;
}

#contentwrapperbeach {
   position: relative;
   background-color: #FEE9BA;
   width: 968px;
   min-height: 150px;
}

#schriftzugbeach {
   position: relative;
   background-color: transparent;
   width: 82px;
   height: 356px;
}

#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_beach {
   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: 10px;
   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 **/

#headwrapperbeach {
   position: relative;
   background-color: #FEE9BA;
   min-height: 356px;
   min-width: 968px;   
}


.welle_obenbeach {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 89px;
  width: 732px;
  background-image: url("../images/welle_unten_camp.png");
  background-position: left top;
  background-repeat: no-repeat; 
  z-index: 5;
}



.welle_untenbeach {
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 150px;
  width: 970px;
  background-image: url("../images/Welle_unten_beach.png");
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 6; 
}


#schatten_untenbeach {
  position: absolute;
  bottom: -2px;
  left: -10px;
  height: 24px;
  width: 990px;
  background-image: url("../images/bg_schatten_unten.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 6; 
}

#searchBoxstart {
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 180px;
  min-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;
}

.Beachlogo {
   position:absolute;
   top: 122px;
   right: 10px;
   z-index: 6;
   height: 192px;
   width: 308px;
   z-index: 30;
}


#text {
   position: absolute;
   bottom: 5px;
   left: 50px;
   z-index: 6;
   min-width: 700px;
   color: #FFF;
   background-color: transparent;
   margin: 0;
   padding: 0;
}

#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;
   right: 10px;
   width: 100px;
   height: 30px;
}

#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;
}

