@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2007, 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.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media print
{
  #col1 {display:none}
  #col2 {display:none}
  
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0}
  #header {display:block;} 
  #footer {display:none;} 

  #teaser {display:none;}
  #nav    {display:none;}
  #page_margins {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  #main {
    background-image: none;
  }
  body { background-color: #fff; }
}

* {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 100.1%;
}

a {
  font-weight: bold;
  color: #080053;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #080053;
  margin-top: 10px;
}