    * {
      margin: 0;
      padding: 0;
 }




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


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

   #wrapper  {
  width: 940px;
  margin: 60px auto;
  text-align: left;
  }
 header   {
 text-align: left;
 width: 940px;
 height: 135px; 
 background-image: url(../../Bilder-Persepolis/Header-WS.png);
 background-repeat: no-repeat;
  }   
  
   #Projekt   {
   display: inline-block;
   margin-left: 370px;   
   height: 50px;
   margin-top: 40px;
    }   
   #Projekt h2  {
   display: inline;
   text-align: center;
   font: 14px;
   font-family: sans-serif;
   font-weight: bold;
   color: black;       
  }
 
   
  #Box-left   {
  background-color:#778588;
  width: 20px;
  height: 595px;
  float: left;  
  }
  
 
  #Box-right   {
  background-color: #778588;
  width: 20px;
  height: 595px;
  float: right;
  }
  
   section  { 
   margin-left: 21px;
   margin-right: 21px;
   height:  595px;
   } 
 
  
   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;
  }
