    * {
      margin: 0;
      padding: 0;
 }




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


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

   #wrapper  {
  width: 1000px;
  margin: 20px auto;
  text-align: left;
  }
 header   {
 text-align: left;
 width: 1000px;
 height: 168px; 
 background-image: url(Header.png);
 background-repeat: no-repeat;
  }   
  
   #Projekt   {
   display: inline-block;
   margin-left: 400px;   
   height: 70px;
   margin-top: 80px;
    }   
   #Projekt h1  {
   display: inline;
   text-align: center;
   font: 14px;
   font-family: sans-serif;
   font-weight: bold;
   color: white;       
  }
 
   
  #Box-left   {
  background-color:#C0C0C0;
  width: 10px;
  height: 653px;
  float: left;  
  }
  
 
  #Box-right   {
  background-color:#C0C0C0;
  width: 7px;
  height: 653px;
  float: right;
  }
  
   section  { 
   background-color:#C0C0C0;
   margin-left: 5px;
   margin-right: 6px;
   height:  653px;
   } 
 
  section img  {
   padding-top: 0.1em;
  
   } 
   footer  {
  background-color: #4F4A4A;
  margin-top: 0px;
  height: 30px;
  }
  #startseite-back  {
  display: block;
  width: 200px;
  }

  #startseite-back a  {
  display: block;
  width: 100px;
  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: 100px;
  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;
  }
