/* Drucken */
/***********/

@media print
{
  body { font-size: 9pt;
         color: #000000; /* schwarz */
      }
  
  html { height: auto; 
         margin-bottom: 0;
         background-image: none;
      }

  #topnav, #nav_main, #untermenu, #col1, .inhalt-2-50 {
         display: none;
      }
    
  #col2, .inhalt-1-50, .inhalt-1-16, .inhalt-2-84 {
         width: 95%;
         margin: 0;
         padding: 0;
         float: none !important;
         overflow: visible;
         display: table !important;
      }

  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1, h2 {
         page-break-after: avoid;
      }
}