/**
 *  Code (c) wemove, Berlin, Germany
 *
 *  Version: 0.01
 *  Dateiversion  02.10.08  
 *  Datei       : print.css
 *  Funktion    : Druck-Stylesheet
 *  Status      : not use
 */

@media print{
  body, #pageWrapper, #pageContent { position: static; margin: 0; padding: 0; border: 0; }
  #pageWrapper, #pageContent { width:100% !important; min-width: 0; max-width: none; }
  body { font-size:12pt; }
  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
}
