
* {margin:0; padding:0;}
body {
     background-image:url(hintergrund_sleep_cheap3.jpg);
     font-family: Verdana,Helvetiva,Sans-Serif;
     color: black;
     font-size:20px;
     }
p {margin-top:7px;}

.logo {
      position: absolute;
      left: 35px;
      top:25px;
    }

.noBorder {border:0;}

/*Galerie Vorschau*/

#thumbs.noBorder {border:3px solid white;}

#container {
           position: absolute;
           top: 100px;
           left:330px;
}

#content {
         background: #EFEFEF;
         border: 1px solid black;
         width: 600px;
         min-height:400px;            /* bei update height für ie nicht vergessen... */
         padding:30px;
         font-size:14px;
         }

#footer  {
         text-align:center;
         font-size:11px;
         }

/* Design Navigation*/

ul#navlist
      {
      position: absolute;
      left: 90px;
      top: 200px;
      margin: 0 0 0 0px;
      padding: 0;
      width: 200px;

      }

#navlist li
      {
      list-style-type: none;
      background-color: #191970;
      color: #daa520;
      border: .2em solid #FF9900;
      font-weight: bold;
      text-align: center;
      padding: 0em;
      margin-bottom: .3em;

      }

#navlist li a
      {
      color: #daa520;
      text-decoration: none;
      display: block;
      height:32px;
      }

#navlist li a:hover
      {
      background-color: #FF9900;
      color: #FFF;
      }