@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

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

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{

  body {
    font-family: Arial, Tahoma, Geneva, 'Lucida Sans Unicode', Helvetica, 'Gill Sans', sans-serif;
    color: #000;  
    font-size: 0.85em; 
    text-shadow:none;
    overflow:visible !important;
  }
  h1,h2,h3,h4,h5,h6 {  
    margin: 0 0 7px 0;
  }
  h1,h2,h3,h4,h5,h6,ul,li,href,a.hrefcontent, a.hrefcontentnone, a.hrefnone, a.hrefcontentmail, a.hrefcontentextern, a.hrefcontentintern, a.hrefcontentback, a.hrefcontentpdf, a.hrefcontentvideo, hrefmore  {  
    color:#000;
    padding:0;
    border:0;
    background: none;	
    text-shadow:none;
    white-space:normal;
    letter-spacing: 0em;
  }  
  h3 {font-weight:bold;}
  hr {border-bottom: 1px #aaa dotted;}
  .backgraydark, .backgray, .backblack, .gray {background: none;}  

  #col1 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0; background: none;}

  #header { display:none; }
  #header2 { display: none; }
  #topnav { display:none; }
  #langnav { display:none; }
  
  #bg_foot { display:none; }
  #footer { display:none; }
  #footer_body { display:none; }
  .footer_content { display:none; }
  #footer_content_nav { display:none; }
  #footer_printer {clear:both;width:100%;}
  
  #itact { display:none; }
  div.box,div.boxfull, div.boxhalb, div.boxdrittel, div.box2drittel, div.boxviertel { background: #fff; border:1px #aaa solid; }    
  div.aktuell_content {overflow:visible !important;}
  a {color: #000; text-decoration:none;}
  a.hrefcontent, a.hrefcontent:focus, a.hrefcontent:hover, a.hrefcontent:active { color: #000; font-weight: bold; text-decoration:none;} 

  #fontcrease, #bgshd_left, #bgshd_right, #schnellinfo, #form_such, #imgheader, #slider-wrapper, #header, #aktion, #logo, div#header_page, div#topcontrol { display:none; }
  .addthis_toolbox { display:none; }
  .prodtitle, .preis {color:#000;}
  acronym {display:none; }
  #pageCorner{display:none;}
}