body {
  color: black;
  background-color: white;
  font-size: 100%;
  font-family: Georgia;
  margin: 0; padding: 0 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
  }

#container {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 2em 0 4em;      /* standardkonforme horizontale Zentrierung */
  padding: 0;
  border: none;
  background-color: white;
  color: black;
  }

#header {
  border: none;
  background-color: white;
  font-family: Georgia;
  }

#header h2 {
  font-size: 150%;
  font-weight: normal;
  margin: 0 0 0 0.2em;
  }
  
#header h3 {
  font-size: 120%;
  font-weight: normal;
  margin: 0 0 0 0.2em;
  }

#titel {
  height: 100px;
  background-color: white;
  }

#headerimg {
  float:right;
  margin-top: -3.5em;

  }

#mainnav {
  display: none;
  }
  
#menu {
  display: none;
  }
  
#contents {
  margin: 0 0 0 0;
  padding-left: 0;
  padding-right:0;
  border: none;
  background-color: white;
  }
  
#contents address {
  font-style:normal;
  padding-left:2em;
  }
  
#contents a, a:visited, a:hover {
  text-decoration: none;
  color: black;
  }
  
#contents h2 {
  font-size: 150%;
  font-weight: normal;
  }
  
#contents h3 {
  font-size: 120%;
  font-weight: normal;
  }
  
#contentsimg {
  width: 150px;
  height: 181px;
  float: right;
  }

#footer {
  clear: both;
  border: 1px solid #a49c94;
  background-color: white;
  }
