@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/print_base.css );

/* import Navigation layout | Navigations-Layout einbinden */
/* @import url( yaml/navigation/nav_shinybuttons.css ); */

/* import Form layout | Form-Layout einbinden */
/* @import url( yaml/screen/forms.css ); */

/* import Microformat layout | Microformat-Layout einbinden */
/* @import url( yaml/add-ons/microformats/microformats.css ); */

@media print, screen, projection
{
 /**
  * @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, .page_margins, .page, #main {
  	background: none;
  	height:		auto;
  }
  
  .page_margins { width: 100%; }
  	
  #col1 ,#col3,
  #header, #footer,
  #pageNavigation, .bottom { display:none; }
  
  
  #col2, #col2_content {
  	width:		100%;
  	margin:		0;
  	padding:	0;
  	border:		0;
  	opacity:	1.0;
  	background: none;
  	height:		auto;
  	float:		none;
  }

  .hiddenPage {
  	display: block;
  }
  
  .visiblePage, .hiddenPage {
  	margin: 5px;
  }
  
  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
  */
}
