* {
      margin: 0;
      padding: 0;
 }
   header, nav, footer, aside, section   {
   display: block;
 }

body    {
  background-image: url(Bilder/ReiterimGefecht.jpg);
  text-align: left;
  font-family: Arial, sans-serif;
}
  #wrapper  {
   width: 840px;
   border: #FFFFFF;
   border: double;
   margin: 100px auto;
   text-align: left;

 }


#Boxleft  {
width: 240px;
margin-left: 1px;
margin-right: 0px;
margin-top: 0em;
height: 500px;
float: left;
}
#Boxleft img  {
margin-left: 0px;
margin-right: 0px;
}

#Boxright  {
width: 237px ;
margin-left:0px;
margin-right: 0.8px;
margin-top: 0.7em;
height: 490px;
float: right;
}
#Boxright  img {
margin-left: 0px;
margin-right: 0px;
}

aside  {
width: 360px;
float: left;
}
aside  h1  {   
font-size: 20px;
margin-top: 0.5em;
margin-bottom: 16px;
text-align: center;
}
aside  h2  {
font-size: 16px;
margin-bottom: 16px;
text-align: center;
}

aside  h3  {
font-size: 14px;
margin-bottom: 0.3em;
text-align: center;
}
aside  p  {
font-size: 12px;
margin-bottom: 4.5px;
margin-left: 4em;

}
aside img  {
margin-top: 0.7em;
margin-left: 6.6em;
}
footer  {
background-color:  #574633;
 height: 30px;  margin-top: 515px;
 width: 840px;

}
#startseite-back  {
  display: block;
  width: 200px;
  }
  #startseite-back a  {
  display: block;
  width: 150px;
  float: left;
  font-size: 12px;
  color:  #C5CFC5;
  font-family: Arial, sans-serif;
  padding-top: 6px;
  padding-left: 10px;
  text-decoration: none;
  }
  #startseite-back a:hover  {
  color: white;
  }

  footer p {
  display: inline;
  float: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding-top: 6px;
  padding-right: 10px;
  text-align: right;
  color: white;
  }


