body {
  /*
  width: 50em;
  border: 1px solid #000;
  */
  font-family: verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #fefeff;
}
#site {
  width: 50em;
  margin-left: auto;
	margin-right: auto;
}
#kopf {
  height: 15;
  font-size: 0.7em;
  text-align: right;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #888;
}
#banner {
  height: 100px;
  background-image:url("/images/banner.jpg");
  background-color: #1f1;
}
#menu {
  height: 20px;
  width: 800px;
  text-align: justify;
  font-size: 0.9em;
  background-color: #ddd;
  border: 1px solid #888;
}
#inhalt {
  float: left;
  width: 640px;
  height: 500px;
  background-color: #f3ffc6;
}
#links {
  /*
  position: absolute;
  
  width: auto;
  */
  float: left;
  width: 160px;
  height: 480px;
  background-image:url("/images/left.jpg");
  background-color: #1f1;
}
#footer {
  clear: both;
  text-align: center;
  font-size: 0.6em;
  width: auto;
  background-color: #ffaac6;
}


