/*********************************
 *
 *  CSS für Druckansicht
 *  ausblenden nicht benötigter Elemente
 *
 *
 *********************************/     

body {
  color: black;
  font-family: Arial,sans-serif;
}


div#sucharea,
div#menuleiste,
div#headerbild,
ul#mainmenu {
  display: none;
}
div#leiste_bottom {
  font-size: 0.8em
  border-top: 1px solid black;
}

