@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../../yaml/core/print_base.css);

@media print
{
 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  body { font-family: Arial,Sans-serif; }
  #printheader img { float: left; }
  #printheader p.bodytext { float: right; font: bold 8pt/12pt arial, sans-serif; margin-top:20pt;}
  #col1 { clear: both; float:left; width: 100%; margin: 0; padding: 0; border: 0; }
  #col2 { display:none; }
  #col3 { display:none; float: right; width: 30%; margin: 0; padding: 0; border: 0; }
  #footer { clear: both; }

   /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
    
  /* Individuelle Einstellungen */
  
  .c760r { display:none; }
  #secnav { display:none; }
  
  #col1 h1 { color:#e41c3c; }
  #col3 h1 { color:#e41c3c; }
  #col1 h2 { color:#e41c3c; }
  #col3 h2 { color:#e41c3c; }
    
#col1_content h1 { font: bold 18px/22px arial, sans-serif; color:#e41c3c; background-color:inherit; margin-bottom: 12px; margin-top:22px; }
#col1_content h1.align-right { text-align:right; }
#col1_content h1.align-center { text-align:center; }
#col1_content h1.align-justify { text-align:justify; }
#col1_content h2 { font: bold 14px/16px arial, sans-serif; color:#000; margin-bottom:8px; margin-top:22px; }
#col1_content h2.align-right { text-align:right; }
#col1_content h2.align-center { text-align:center; }
#col1_content h2.align-justify { text-align:justify; }
#col1_content h3 { font: bold 12px/22px arial, sans-serif; color:#000; }
#col1_content h3.align-right { text-align:right; }
#col1_content h3.align-center { text-align:center; }
#col1_content h3.align-justify { text-align:justify; }
#breadcrumb { display:none; }
}
