/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:302 $
 * @lastmodified    $Date:2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
 */

@media print
{
  body {
      color: #000000;
      font-family: "Times New Roman", Times, serif;
      font-size: 12px;
  }
  
  #header { display: none; }
  
  #topnav, #nav, #col1, #col4 {
      display: none;
  }
  
  p { font-size : 12px; }
  
  h2 { font-size: 14px; }
  h3, h4 { font-size: 15px; }
  
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4 { page-break-after:avoid; }
  
  a {
      text-decoration: underline;
      color: #0000ff;
  }
  


}
