@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.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{
  #col1, #col1_content { display:none; }
  #col2, #col2_content { display:none; }
  #nav_meta, #header_img_right, #nav_main, #search, #toplink { display:none; }
  
  #col3, #col3_content { margin:10px; padding: 0; border:0; overflow: visible; }
  #col3_content { min-height: 0; }
  #header_img { display: none; }
  #navContent { display: none; }
  #page_margins { width: 647px; }
  #logo_img { margin: 10px; }
  #logo { border: none; height: auto; float: right; margin-right: 20px; }
  #header { height: auto; }
  #main { border: none; width: auto; }
  #breadcrumb { margin-top: 10px; font-weight: bold; }
  #breadcrumb a { font-weight: normal; text-decoration: none; }
  #printinfo { float: left; margin-top: 36px; margin-left: 20px; }
  #footer { border: none; text-align: left; padding: 20px; display: block;}
  #footer .footer_print { display:none; }
  #header { page-break-after:avoid; }
  .floatbox {overflow: visible; }
  
  body *{font-family:Arial, Helvetica, sans-serif;}
  body{font-size:8pt}
}