#banner {
  background: #D7D7D7;
  margin-top: -10px;
  margin-bottom: 5px;
}
#content #content_main { 
  background-attachment: #8E8E8C;
/*
  background-image: url(../img/hintergrund.jpg);
  height: 416px;
*/
  height: 90%;
  width: 95%;
}
#content #content_main a {
  color: #000000;
  font-size: 0.9em;
  text-decoration: none;
}
#content #content_main p, h3 {
  color: #D7D7D7;
}
#content #content_main h3 {
  font-size: 1.3em;
}
#content #content_main table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 40px;
}
#content #content_main td {
  padding: .5em;
  padding-top: .5em;
  vertical-align: top;
  font-size: 1.0em;
}
