body {
  background-image: url('../layout/bg.jpg');
  margin: 0;
  height: 100%;
  width: 100%;
}

* {
  font-family: Verdana, Arial, Helvetica, "Sans Serif";
  color: #333;
  background-color: #fff;
  font-size: small;
 }

h1, h2, h3, h4, h5 {
  font-family: "Comic Sans MS",  Verdana, Arial, Helvetica, "Sans Serif";
  color: #c09;
  background-color: #fff;  
}

h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 90%;}
h6 {font-size: 80%;}
  
img {
  border: 0;
}	

td {
 vertical-align: top;
}

#wrapper {
  color: #333;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 100%;

}

#header {
  font-size: 200%; 
  margin-top: 0; 
  font-style: italic;
  text-align: center;
}    

#menu li {
  float: left;
  list-style: none;
  color: #c09;
  background-color: #fff;  
  padding-right: 5px;
}

#menu a {
  color: #c09;
  background-color: #fff;  
  font-size: 110%;  
  text-decoration: none; 
}
 
#main {
  color: #333;
  background-color: #fff;
  clear: both;
  width: 100%;
  display: block;
} 

#content {
  color: #333;
  background-color: #fff;
  padding: 10px;
  display: block;
}

#footer {
  height: 75px;
}
img.rechts {
  float: right;
  padding: 5px;
}
