@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2010, 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.1
 * @revision        $Revision:302 $
 * @lastmodified    $Date:2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
 */


@media print
{
 /**
  * @section basic layout preparation
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body { font-size:10pt; background: none; }
	
	body,#main,#header,#footer,.page,.page_margins {background:#fff, float: none !important; overflow:visible !important; margin: 0;}

  /* Gestaltung der Hauptelemente des Layouts */
	.page { border: none; padding: 0; }
	.page_margins { width: 100%; }
	
	/* HEADER */
	#topnav { display: none; }
	
	/* NAVIGATION */
	#nav_channel { display: none; }
	#nav_function { display: none; }
	#nav_breadcrumb { border-top: none; border-bottom: 1px solid #000; margin: 0.5em 0 1.5em; padding: 0.5em 0; background: none; width: 100%; }
	span.micronav_screen { display: none; }
	span.micronav_print { display: inline; }
	
	/* CONTENT */
	#header h1 { height: auto; width: auto; position: relative; }
	#header h1 a { height: auto; width: auto; text-indent: 0; }
	
	/* FOOTER */
	#footer { border-top: 1px solid #000; width: 100%; padding: 1em 0 0; }
	#footer .adresse {  float: none; width: 100%; margin: 0 0 1em; }
	#footer .nav_footer { display: none; }
	#footer .honcode { display: none; }
	#google_translate_element { display: none; }
	
	/* FOOTERFLOATER */
	#footerfloater_wrapper { display:none; }
	
	
	#col1 .teaser { display: none; }
	
	.withTeaser .content_main { float: none; width: 100%; }
	.withTeaser .teaser_main { display: none; /*float: none; width: 100%;*/ }
	.withTeaser .teaser_main .teaser { display: none; /*float: left;*/ }


  /*------------------------------------------------------------------------------------------------------*/

  /* (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 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width:100%; margin:0; padding:0; border:0; }
	
	#homepage #col1 { display:none; }
  #homepage #col2 { display:none; }
  #homepage #col3, #homepage #col3_content { width:100%; margin:0; padding:0; border: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;
  }
  */

}
