/* Stilangaben speziell für die Druckausgabe */
#wrapper {
  width: 600px;
  margin:0 ;
}
#header {
  height: 80px;
}
#header #logo {
  position: static;
}
#header .mod_contentbox,
#header #headoverlay {
  display: none;
}
#right {
  display: none;
}
#footer {
  width: 600px;
  height: auto;
}