@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.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
html * { font-size:9pt; }

	body { background-color:white!important; background-image:none!important;  }

  .subcolumns > div,
  .floatbox { 
    display:table;
    overflow:visible; 
  } 
  


  body { font-size:10pt; }
  
  .page_margins { margin-left:0; background-image:none; }
  #main, .whitefooter, .firstfooter { border-width:0 0 0 0; }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #topnav, #nav, #search { display:none; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  /*------------------------------------------------------------------------------------------------------*/

 /**
  * @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
  */

  #col1, #col1_content,
  #title_or_subtitle  { float:none; width:100%; margin:0; padding:0; border:0; clear:both; }
  #col2, #col2_content { float:none; width:100%; margin:20pt 0 0 0; padding:0; border:0;  clear:both; }
  #col3_innen, #col3, #col3_content, .innerfirstfooter {  float:none; display:block; width:100%; margin:0!important;  padding:0; border:0; clear:both; }
  #col3_innen { margin:20pt 0 0 0!important; }
  
  

  /*------------------------------------------------------------------------------------------------------*/

  /* Optional Column Labels | Optionale Spaltenauszeichnung
  #col1_content:before { content:" [ left | middle | right column ]"; }
  #col2_content:before { content:" [ left | middle | right column ]"; }
  #col3_content:before { content:" [ left | middle | right column ]"; }

  #col1_content:before, #col2_content:before, #col3_content:before {
    content:"";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
  */
  
  .schnickschnack,
  .backtotop,
  .werbung,
  .web20div,
  .menu_area,
  .headerphoto,
  .tx-macinasearchbox-pi1  { display:none; }
  .red_bg_footer { background-color:transparent; background-image:none; color:black; border-top:1px #666 solid; margin:0 0 0 0; }
  .red_bg_footer a, .red_bg_footer a:link, .red_bg_footer p { color:black;  }
  #header { background-image:none; height:140px; }
  .company-logo { top:20pt; right:0;}
  .company-logo img { width:180px; height:67px;  }
  .red_wrap_footer { border-width:0 0 0 0; }
  .marg12footer { background-image:none; }
  .red_bg_footer { padding-left:0; padding-right:0;}
  .csc-textpic ul, .csc-textpic li { list-style:none; list-style-image:none;}
}

@media print
{
  .printpreview { display:none; }
}
