@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/slim_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
  */

  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0;   
}
  #col2 { display:none; }
  #col3 { display:none; }

  #print-header{
  font-weight:900;
  text-align:center;
  color:#DD6600;
  font-family: Kabel, Trebuchet MS, Tahoma, sans-serif;
  font-size:10pt;
  border-bottom:.5mm solid #ccc;
  padding: 0 0 1mm 0;
  margin: 0 0 2mm 0;
  }
  #print-header h1 { margin:1mm 0; }
  
  #print-footer {
  font-weight:900;
  text-align:center;
  color:#DD6600;
  font-family: Kabel, Trebuchet MS, Tahoma, sans-serif;
  font-size:8pt;
  border-top:.5mm solid #ccc;
  padding: 1mm 0 0 0;
  margin: 2mm 0 0 0;
  }
  
  #print-header a, #print-footer a { color:#DD6600; text-decoration:none; }
  
  body { font-family: Times, serif; }
  
  h1,h2,h3,h4,h5,h6 { font-family: Kabel, Trebuchet MS, Tahoma, sans-serif; line-height:120%; margin:0; padding:0; }  
 
  h1 { font-size:10pt; }
 
  .noprint { display:none !important; }

  .flir-replaced img.flir-image { font-size:100%; height:1em; }  
 
  .imageleft { float:left; margin: 0 5mm 3mm 0; }
  .imageright { float:right; margin: 0 0 3mm 5mm; }
  
  a img { border:1px solid #DDD; }
  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
  #print-header a[href]:after { display:none; }
  #print-footer a[href]:after { display:none; }
*/

.tweetmeme_button, #lttp_header, #lttp_header2,  #lttp_left, #lttp_right, #lttp_dialog { display:none !important; }

}
