@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
{
  body { font-size: 10pt !important;padding: 1em; }
  body *{font-family: Arial, sans-serif !important;}
  
  #header {border-bottom: 1px solid #000;padding: 0;margin: 0 0 2em 0;}
  #logo {position:static;top:auto;left:auto;margin:0 0 1em 0;}
  #logo img {width:168px;height:42px;}
  #footer {display: block;border-top: 1px solid #000;padding: 0.5em 0 0 0;line-height: 1.3;}
  
  #col1 {display:none !important;}
  
  #col2 { width: 100%; float: none;}
  #col2_header {display:none !important;}
  #col2_content { padding: 0; }
  #col2_content .teaserList li { display: none;}
  #col2_content .teaserList li.printteaser { display: block;}
  ul.teaserList div.teaserContent { padding-bottom: 0;}
  ul.teaserList div.teaserContent form { display: none;}
  
  #start_header {display:none !important;}
  
  #col3, #col3_content { width: 100%; margin:0 !important; padding: 0; border:0}
  #col3_content .floatbox { width: 100%;}
  #col3 { border-top: 1px solid #000000; padding: 2em 0 0; }
  
  #col3_header, #nav_tabs {display:none}
  
  .subcolumns, .subcolumns_oldgecko {
	overflow:hidden;
  }
  .c25l,.c33l,.c38l,.c50l,.c62l,.c66l,.c75l,.c25r,.c33r,.c38r,.c50r,.c62r,.c66r,.c75r {
  	width:100% !important;
	margin:0 0 1em 0 !important;
  }
  #col3 .subc, #col3 .subcr, #col3 .subcl { padding-left: 0px; }
 
  a[href]:after{content:"";}
  
  .printline { display: block; font-size: 8pt !important; color: #888888; margin-bottom: 2px;}
}
