body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  box-shadow: none;
}

#content_container h1 {
  font-size: 16px;
  color: black;
  border-bottom: 1px solid #ccc;
  background: none;
}

#content_container div#content_links {
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  border: 1px solid #ccc;
}

#header_container,
#nav_container, 
#content_rechts, 
#footer_container,
div.bottom_con,
#comment,
#flash,
input,
a.button
{ display:none; }

fieldset {
  border:none;
  border-bottom: thin dotted #ccc;
}

fieldset ul,
fieldset ol,
fieldset ul li, 
fieldset ol li 
{ list-style:none; }

legend {
  font-weight:bold;
}

/* Elemente, die im Ausdruck keinen Sinn machen, wie zB. Submit-Knöpfe */
.noprint {
  display: none;
}

/* Elemente, die normalerweise display:none sind und erst auf Klick erscheinen */
.doprint {
  display: normal;
}

