@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:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media print
{
      
    .page_margins {
        
        -moz-box-shadow: none !important; 
        -webkit-box-shadow: none !important; 
        box-shadow: none !important;  
    }
    
    #topnav,
	#nav,	
	#header,
	#footer,
	
	#MaSp_001, /* Glossar */
	#MaSp_034,
	#MaSp_016,
	#cosp_010,
	
	.quicksearch,
	.ui-icon,
	.tab-list
	{ 
		display:none !important; 
	}
	
	#printFooter,
	.acc-item,
	.tab-content
	{
		display: block !important;
	}
	
	.fl {
		float:left;
	}
	.fr {
		float:right;
	}
	
	#printLogo {
		display:block;
		position:relative;
		top:30px;
		left:665px;
	}
	#printHeader {
		display:block;
		border-top:1px solid #D9D7D9;
		border-bottom:1px solid #D9D7D9;
		height:30px;
		margin-top: 50px;
		font-size:11px;
		line-height:30px;
		/* color:#817c80; */
	}
	#printHeader .red {
		color:#cc1c1c;
		text-transform:uppercase;
	}

	#col3 .tab-content,
	#col3 .block h2,
	#col1 .c50-block h2,
	#col3 .block .top
	{
		background:none;
	}
	#col3 .block,
	#col1 .c50-block {
		background:none;
		border:1px solid #D9D7D9;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	#col3 h2.black {
		background:#3F373F;
		border-top-right-radius:5px;
		-moz-border-radius-topright:5px;
		-webkit-border-top-right-radius:5px;
		border-top-left-radius:5px;
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius:5px;
	}
	
	#printFooter .logo {
		/*position:relative;
		top:0;
		left:820px;*/
	}
	#printFooter .copy {
		font-size:11px;
	    margin-right: 15px;
		/*position:relative;
		top:0;
		left:810px;*/
	}
 /**
  * @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; }

  /* (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, #header, #footer { display:none; }
  #hideAddressSearchForPrint { 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 { float:none; width:100%; margin:0; padding:0; border:0; }
  #col2 { display:none; }
  #col3 { display:none; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
 
}
