    * {
      margin: 0;
      padding: 0;
 }




  body  {
  background-image: url(../../../Hintergrund-Winter.png);
  }


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

   #wrapper  {
  width: 1000px;
  margin:30px auto;
  text-align: left;
  }
 header   {
   background-image: url(Header-WS-Winter.png);
   height: 126px;
  }
   #Projektbeschreibung  {
   width: 450px;
   height: 20px;
   margin-left: 390px;
   margin-top: 40px;
   float: left;
  }
  #Projektbeschreibung h1 {
   display: inline;
   font: 13px;
   font-family: Times;
   font-weight: bold;
   text-align: left;
   color: #000000;
   margin-top: 40px;
   padding-left: 3px;
  }

  nav  {
  width: 10px;
  height: 739px;
  float: left;
  }
  #Farbverlauf-nav  {
  width: 10px;
  height: 739px;
  background-image: -webkit-linear-gradient(#448DF2, #A8CBF2);
  background-image: -moz-linear-gradient(#448DF2, #A8CBF2);
  background-image: -ms-linear-gradient(#448DF2, #A8CBF2);
  background-image: -o-linear-gradient(#448DF2, #A8CBF2);
  background-image: linear-gradient(#448DF2, #A8CBF2);
  }
  aside  {
  width: 10px;
  height: 739px;
  float: right;
  }
  #Farbverlauf-aside  {
  width: 10px;
  height: 739px;
  background-image: -webkit-linear-gradient(#448DF2, #A8CBF2);
  background-image: -moz-linear-gradient(#448DF2, #A8CBF2);
  background-image: -ms-linear-gradient(#448DF2, #A8CBF2);
  background-image: -o-linear-gradient(#448DF2, #A8CBF2);
  background-image: linear-gradient(#448DF2, #A8CBF2);
   }
  section  {
  background-image: url(../../../../Bilder-Finnland/Pic-winter-finnland-gross/Bild-3-1.JPG);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  height: 739px;
  } 
  
  footer  {
  background-color: #4F4A4A;
  margin-top: 0px;
  padding-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;
  }
