body {
   margin-left: 0px;
   margin-top: 0px;
   background-color: #000000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 14px;
}

/* Außencontainer, enthält logo, navi, content und footer */
#aussen {
  text-align: left;
  margin: auto;
  width: 800px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: black;
  background-color: black;
}

#logo {
  text-align: left;
  height: 100px;
  width: 100%;
  color: black;
  background-color: black;
}

#text {
  margin: 10px;
  float: right;
  width: 780px;
  color: black;
  background-color: black;
}

#navi {
  width: 100%;
  color: black;
  background-color: black;
  clear: both;
  border-top-color: #FFFFFF;
  border-top-width: 1px;
  border-top-style: solid;
}

   div#start {
       z-index: 1;
       position: relative;
       left: 5px;
       top: 5px;
       height: 60px;
       width: 67px;
       background-color: #000000;
   }
   div#orte {
       z-index: 1;
       position: relative;
       left: 73px;
       top: -50px;
       height: 50px;
       width: 84px;
       background-color: #000000;
   }

   div#wander {
       z-index: 1;
       position: relative;
       left: 158px;
       top: -104px;
       height: 54px;
       width: 74px;
       background-color: #000000;
   }

   div#dias {
       z-index: 1;
       position: relative;
       left: 237px;
       top: -154px;
       height: 50px;
       width: 54px;
       background-color: #000000;
   }
   div#karte {
       z-index: 1;
       position: relative;
       left: 295px;
       top: -210px;
       height: 61px;
       width: 95px;
       background-color: #000000;
   }

   div#tag1 {
       z-index: 1;
       position: relative;
       left: 393px;
       top: -270px;
       height: 64px;
       width: 82px;
       background-color: #000000;
   }

   .fliesstext {
   color: #FFFFFF;
   font-style: normal;
   font-size: 14px;
   text-indent: 10px;
   text-align: justify;
   line-height: normal;
   font-family:'Times New Roman',Times,serif;
   }