/* print.css */

* {
  font-size: 12pt;
  }

body {
  border: 0;
  margin: 0;
  padding: 0;
  }

h1 {
  font-size: 16pt;
  font-weight: bold;
  }

h2 {
  font-size: 16pt;
  font-weight: normal;
  }

h3 {
  font-size: 14pt;
  font-weight: bold;
  }

h4 {
  font-size: 14pt;
  font-weight: normal;
  }


#links , #links * {
  display: none;
  height: 0;
  }

#rechts , #rechts * {
  display: none;
  height: 0;
  }

#head , #head * {
  display: none;
  }
/*
#zentrum , #zentrum * {
  display: none;
  }
*/
#pfad , #pfad * {
  display: none;
  }

#toplink , #toplink * {
  display: none;
  }

.orange {
  display: none;
  }

#mitte {
  background-color: transparent;
  color: black ;
  display: block;
  }

#print-head {
  margin-bottom: .3cm ;
  border-bottom: solid 1pt black;
  padding-bottom: .3cm ;
  }

#print-foot {
  margin-top: .3cm ;
  border-top: solid 1pt black;
  padding-top: 35cm ;
  }