    * {
      margin: 0;
      padding: 0;
 }




  body  {
  background-image: url(../../Body.png);
  background-repeat: no-repeat;
  }


  header, nav, footer, aside, section {
  display: block;
  }

   #wrapper  {
  width: 885px;
  margin: 5px auto;
  text-align: left;
  }
 header   {
 text-align: left;
 width: 885px;
 height: 133px; 
 background-image: url(../../Header.png);
 background-repeat: no-repeat;
  }   
  
   #Projekt   {
   display: inline-block;
   margin-left: 270px;   
   height: 50px;
   margin-top: 90px;
    }   
   #Projekt h2  {
   display: inline;
   text-align: center;
   font: 14px;
   font-family: sans-serif;
   font-weight: bold;
   color: white;       
  }
 
   
  #Box-left   {
  background-color:#778588;
  width: 10px;
  height: 693px;
  float: left;  
  }
  
 
  #Box-right   {
  background-color: #778588;
  width: 10px;
  height: 693px;
  float: right;
  }
  
   section  { 
   margin-left: 10px;
   margin-right: 10px;
   height:  693px;
   } 
   #Farbverlauf-mitte {
  width: 874px;
  height: 693px;
  background-image: -webkit-linear-gradient(#706B68, #DFE7F2);
  background-image: -moz-linear-gradient(#706B68, #DFE7F2);
  background-image: -ms-linear-gradient(#706B68, #DFE7F2);
  background-image: -o-linear-gradient(#706B68, #DFE7F2);
  background-image: linear-gradient(#706B68, #DFE7F2);
  }
  #logistic {
  width: 778px ;
  height: 32px;
  margin-left: 47px;
  display: inline-block;
  }
  #logistic ul   {
  list-style-type: none;

  }
  #logistic li  {
  display: inline;

   }
   #logistic a   {
   background-color: #C0C0C0;
   color: #000000;
   width: 150px;
   height: 28px;
   border: solid;
   border-width: 1px;
   margin-top: 3px;
   padding-left: 1px;
   font-family: serif;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   display: block;
   float: left;
   text-align: center;
  }

   #logistic a:hover {
   background-color: #545155;
   color: white;
   font-weight: bold;
   }
  section img  {
   padding-top: 0em;
  
   } 
   footer  {
  background-color: #4F4A4A;
  margin-top: 0px;
  height: 30px;
  }
  #startseite-back  {
  display: block;
  width: 200px;
  }

  #startseite-back a  {
  display: block;
  width: 200px;
  float: left;
  font-size: 12px;
  color: white;
  font-family: Arial, sans-serif;
  padding-left: 10px;
  padding-top: 7px;
  text-decoration: none;
  }
  #startseite-back a:hover  {
  display: block;
  padding-bottom: 6px;
  width: 200px;
  background-color: #836A54;
  color: white;
  }
  footer p {
  display: inline;
  float: right;
  font-size: 12px; padding-top: 6px;
  font-family: Arial, sans-serif;
  padding-right: 10px;
  color: white;
  }
