@media print {
  #subnav, #print, #nav, #rechte a, #rechte img {display: none;}
  
  body
  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #121211;
    background: #fffff0;
  }
  /* Textformatierungsklassen START */
  h1 {
      font-size: 18px;
      line-height: 21px !important;
      margin-bottom: 10px;
  }
  h2 {
      font-size: 16px;
      margin-bottom: 10px;
  }
  h3 {
      font-size: 14px;
      margin-bottom: 10px;
  }
  p {
      margin-bottom: 1em;
  }
  p+p {
      text-indent: 1em;
      margin-top: -1em;
  } 
  .small {font-size: 11px;}
  .center {	text-align: center;}
  /* Textformatierungsklassen ENDE */
  #titel, #logo, #header {clear:both;}
  #titel {margin-bottom: 20px;}
  #logo {margin-bottom: 20px; margin-top: 20px;}
  #footer {margin-top: 60px;}
  
}
 
 