
#logo {
        width: 700px;
        height: 40px;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 20px;
        left: 60px;
        font-size: 280%;
        font-variant : small-caps;
        color: #FFFFFF;
}






BODY {
        margin: 0px;
        padding: 0px;
        background : #000000 url('pback1.jpg') repeat-x;
        color: #aaaaaa
}


#eyecatcher {
        top: 135px;
        left: 700px;
        width: 290px;
        height: 245px;
        padding: 0px;
        border : 1px solid #000000;
        background-color: #888888;
        position: absolute;
        z-index: 5;
}


#eyecatcher2 {
        top: 160px;
        left: 668px;
        width: 272px;
        height: 850px;
        padding: 0px;
        border : 1px solid #000000;
        background-color: #000000;
        position: absolute;
        z-index: 5;
}

#textfeld {
        top: 140px;
        left: 60px;
        width: 600px;
        height: 245px;
        padding: 0px;
        border : 1px solid #000000;
        background-color: #000000;

        position: absolute;
        z-index: 5;
}


#textfeld2 {
        top: 390px;
        left: 60px;
        width: 250px;
        height: 200px;
        padding: 0px;
        border : 1px solid #000000;
        background-color: #000000;
        position: absolute;
        z-index: 5;
}
#textfeld3 {
        top: 390px;
        left: 330px;
        width: 330px;
        height: 180px;
        padding: 0px;
        border : 1px solid #000000;
        background-color: #000000;
        position: absolute;
        z-index: 5;
}

address { text-align: Center;
         font-size: 80%;
         font-style: normal;
         letter-spacing: 2px;
         line-hight: 1.5em;
          top: 400px;
          left: 170px;
       }

#adresse
        {
        top: 390px;
        left: 60px;
        width: 350px;
        height: 320px;
        padding: 0px;
        border : 0px solid #ffffff;
        background-color: #000000;
        position: absolute;
        z-index: 5;
}

#videofeld {
        top: 390px;
        left: 640px;
        width: 350px;
        height: 320px;
        padding: 0px;
        border : 0px solid #ffffff;
        background-color: #000000;
        position: absolute;
        z-index: 5;
}
#content h1 {
        font-size: 200%;
        font-weight : normal;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 2px 0px;
        color: #ffffff;
        font-variant : small-caps;
        border-bottom: 1px solid #555555;
}

#content h2 {
        font-size: 101%;
        font-weight : normal;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 2px 0px;
        color: #ffffff;
        font-variant : small-caps;
        border-bottom: 1px solid #555555;
}


#content h5{
        font-size: 101%;
        font-weight : normal;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 2px 0px;
        color: #FF0000;
        font-variant : small-caps;
        border-bottom: 1px solid #555555;
}



#more p {
        marging: 0px;
        padding: 0px 0px 8px 0px;
        text-align: right;
        line-height: 100%;
}

/* Menü */

 #navibereich {
   top: 102px;
   left: 1px;
   width: 880px;
   height: 20px;


   background: #000000 ;
   padding: 0.1px 10px 4px 10px;
   border-bottom: 1px solid #8c8c8c;
   font:10px verdana;
   position: absolute;
}
   #navibereich ul { margin-bottom: 0; }
   #navibereich li {
      display: inline;
      list-style-type: none;
      list-style-position: inside;
      margin: 0 ; /* war vorher 10px für rechts */
   }
   #navibereich a {
      color: #ffffff;
      background-color: #000000;
      padding: 4px 8px;
      border: 1px solid #8c8c8c;
   }
   #navibereich a:hover,
   #navibereich a:focus,
   #index-dk #navi01 a,
   #camping-dk #navi02 a {
      color: black;
      background-color: white;
      border-bottom-color: white; /* Rahmenlinie weiss */
   }
   #navibereich a:active {
      color: black;
      background-color: #7F7F7F;
   }
