/*
  Einige Sachen beim Drucken ausblenden 
*/

#page {
  width: 100%;
}

#sidebar, #leftsidebar, #footer, .menu {
  display: none;
}

#bodybox {
  border-bottom: 0.1em dashed #aaa;
}

#content {
  width: 100%;
  border: none;
}

form#commentform {
  display: none;
}
