   * {
      margin: 0;
      padding: 0;
 }


  body  {
    background-image: url(Bilder/Hintergrundbild-Orchideen.jpg);;
    }

  header, nav, footer, aside, section {
  display: block;
  }
    #wrapper  {
  width: 1000px;
  margin: 80px auto;
  text-align: center;

  }
  
    header  {
   background-image: url(Bilder/Hintergrund-header.png);
    width: 1000px;
    height: 210px;  
    border: 1px solid black;
    border-radius: 80px 80px 0 0; 
    }
    #Box-left-header     {
    text-align: center;
    margin-top: 5px;
    margin-left: 30px;
    float: left;    
      }
    #Box-right-header     {
    text-align: center;
    margin-top: 5px;
    margin-right: 30px;
    float: right;
      }
    #Box-header-mitte   {
    padding-top: 20px;
    margin-left: 225px;
    height: 230px;
    text-align: left;
    margin-top: 2px;
     }
    nav   {
    background-color: #808080;
    margin-top: 0px;
    width: 155px; 
    height: 543px; 
    float: left;
     }
    #nav-box-left  {
    
    margin-top: 1px;
    margin-left: 1px;
    height: 450px;
     } 
    nav img {
    padding-top: 30px;
    padding-left: 5px;
    } 
           
    aside  { 
    background-color: #808080;
    margin-top: 0px;
    padding-bottom: 5px;
    width: 140px; 
    height: 538px;
    float: right;
     }
  
      
   #box-right  {
   margin-top: 10px;
   margin-left: 7px;
   display: block;
   width: 120px;
  } 
   aside img { 
    padding-bottom: 5px;
    padding-left: 5px;
    }
   section  { 
   background-image: url(Bilder/Orchideen.jpg);
   padding-top: 1px;
   margin-right: 141px;
   margin-left: 156px; 
   height: 540px; 
     }
   section  h1 {
   padding-top: 10px;
   font-family: Arial;
   font: 14px;
   color: #000000;
   text-align: center;
     }
   section  p {
   padding-top: 5px;
   padding-left: 10px;
   font-family: Times;
   font: 10px;
   font-weight: bold;
   text-align: left;
   color: #000000;
     } 
   section a   {
   font-family: Times;
   font: 10px;
   font-weight: bold;
   color: #0000FF;
   text-decoration: none;
   } 
     
   footer  {
  background-color: #4F4A4A;
  width: 1000px;
  margin-top: 2px;
  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;
  }
  