/* Background-Image für Startseite */

#content {
  background-image:url('../images/content_bg.png');
  background-repeat:no-repeat;
  background-position:right top;
  height:612px;
}
