@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(../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: 'Trebuchet MS',Verdana,Arial,Helvetica,Sans-Serif; font-size: 80%;}
  div.page_margins { margin:0 }
  table.typo3-adminPanel {display:none}	

  #col3_content h2 {
	margin-bottom:1em;
  }
  
  h2 {
    font-size:150%;
  }

  h1, h2, h3, h4, h5, h6 {
	color:#E53415;
	font-weight:normal;
	margin:0 0 0.25em;
  }

  a {
    color:#535353;
    text-decoration:none;
  }
  
  h1 span.h1_text a { color:#E53415; }

  p { line-height: 1.5em; }

  a.skip, span.hideme {display:none;}
  
  #loginstatus { display:none; }
  #header { display:none; }
  #subnav { display:none; }
  #col1 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width: 110%; margin:0 0 0 -5.5em; padding: 0; border:0; }
  #main { width: 65%; }
  #footer { display:none; }

  div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    font-size:85%;
    font-style:italic;
    font-weight:normal;
    margin:0.25em 0.25em 1em;
  }

  div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: none;
  }


  #floatdummy {
      padding: 0;
  } 
  
  .subcolumns {
      overflow: hidden;
      width: 100%;
  } 
  
  .c66l, .c66r {
      width: 66.666%;
  } 
  
  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {
      float: left;
  } 
  
  .c33l, .c33r {
      width: 33.333%;
  } 
  
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {
      float: right;
  } 
  
  .subcl {
      padding: 0 1.5em 0 0;
  } 
  
  .subcr {
      padding: 0 0 0 0;
  }
  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
  */
}
