@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.2
 * @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: 12pt;
	font-family:'Times New Roman',Times,serif;
	color:#000000; 
	margin:0; 
	padding: 0; 
	border: 0;
	line-height: 1.3;
	}

  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; background:none !important; color: #000000; }
  
  #header, #content, #primary, #footer { width: 100% !important; min-width:0; max-width: none; margin:0px;}

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  
  #crumbList, #right, #navPrimary, #searchForm, .svPager { display:none !important; }

  /*------------------------------------------------------------------------------------------------------*/

#header {
	height: auto !important;
	margin: 0 !important;
	padding: 0;
	border-bottom: 1px solid #888 !important
	}
#header * {
	display: none !important;
	}
#header h1 {
	position: relative;
	display: block !important;
	width: 100% !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-indent: 0 !important;
	}
#header h1 a {
	display: block !important;
	width: 100% !important;
	font-size: 30pt !important;
	text-indent: 0 !important;
	text-decoration: none;
	}


#footer {border-top:1px solid #888; padding-top: 10pt; margin-top: 20pt;}

table {width: 50%, margin:0;}
	
}

