@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet - print layout
 * (de) YAML Core-Stylesheet - Druck Layout
 *
 * Don't make any changes in this file!
 * Your changes should be added to 'print_xyz_draft.css' drafts from 'yaml/print/' folder.
 *
 * @copyright       Copyright 2005-2007, 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.0.4
 * @revision        $Revision: 134 $
 * @lastmodified    $Date: 2007-10-12 20:31:37 +0200 (Fr, 12 Okt 2007) $
 */

@media print
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * @section layout preparation
   * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
   */

  /* (en) Preparing base layout for print */
  /* (de) Basislayout für Druck aufbereiten */
  body, #pageMargins, #page, #main {margin:0; padding: 0; border: 0;}
  #pageMargins, #page {width: 100% !important; min-width:0; max-width: none}
  #header {height: 89px; text-align:left; border-bottom:2px solid #D40122; margin-bottom:1cm;  }
  #footer {display: none}

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #topnav {display: none}
  #nav {display:none}
  #search {display: none}

  /* (en) Linearising subtemplates */
  /* (de) Linearisierung der Subtemplates */
  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
  .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
    width: 100%; margin:0; float:none; overflow:visible; display:table;
  }
  .subc, .subcl, .subcr  {margin: 0; padding: 0;}

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

  /**
   * @section content preparation
   * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
   */

  /* (en) Change font to serif */
  /* (de) Zeichensatz auf Serifen umstellen */
  body * {font-family: Arial, Helvetica, Verdana,   sans-serif; }
  code, pre { font-family:"Courier New", Courier, mono}
  body {font-size: 10pt}

  /* (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; font-style:normal; }
  
  h1 { font-size:15pt; }
  h2 { font-size:13pt; }
  h3 { font-size:12pt; }
  h4 { font-size:11pt; }
  h5 { font-size:11pt; }
  h6 { font-size:11pt; }

  /* (en) Format acronyms and abbreviations for print*/
  /* (de) Auszeichnung von Abkürzungen */
  abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}

  /* (en) Disable background graphics of links  */
  /* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
  #page a[href^="http:"], #page a[href^="https:"]
  {
    padding-left: 0;
    background-image: none;
  }

  /* (en) Enable URL output in print layout */
  /* (de) Sichtbare Auszeichnung der URLs von Links */
  a[href^="/"]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  
  a.thickbox:after, #breadcrumb a:after, #header a:after {
  	content:"";
  }

  /* (en) Preparation for optional column labels */
  /* (de) Vorbereitung für optionale Spaltenauszeichnung */
  #col1Content:before, #col2Content:before, #col3Content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }

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

  /**
   * @section browser fixes for print layouts
   * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
   */

  /**
   * (en) overflow:hidden Bug in print layouts
   * (de) overflow:hidden Bug in Drucklayouts
   *
   * @bugfix
   * @since     3.0
   * @affected  FF2.0, IE7
   * @css-for   all browsers
   * @valid     yes
   */
  
  .floatbox { 
    overflow:visible; 
    display: table; 
  }
  
  
  #header, #searchDiv, #nav, #col1, #col2, #mood,
  .cqBar, #sidekickPanel, #service_navigation,
  .contentImageCaption, #footerContainer {
  	display:none;
  }
  
  #col3, .homepage #col3 {
  	margin:0px;
  }
  
  #main #shortCut {
  	position:relative;
  	top:0px;
  	left:0px;
  	right:0px;
  }
  
  #main #shortCut img {
  	display:none;
  }

  #main, #col3, ul li, #main #shortCut {
  	background:none;
  }

  #shortCut h3 {
  	margin-left:0px;
  }
  
  #main #shortCut ul {
    list-style-type:disc;
  	padding-left:25px;
  	margin:0px;
  }
  
  #main #shortCut ul li {
   margin:0px;
  }
  
  #col3Content, #col3ContentWrapper {
  	width:auto;
  	margin:0px;
  	padding:0px;
  }
  
  #col3 .component, #col3 div.contentText {
  	width:auto;
  }
  
  .toggleTable.off table {
  	display:block;
  }
  
  .component ul {
  	list-style-type:disc;
  	padding-left:25px;
  }
  
  .component ol {
  	padding-left:25px;
  }
  
  .component ul li, .component ol li {
    margin:0px;
  }
  
  .segment .content {
  	height:auto;
  }
  
  #printHeader {
    display:block;
	overflow:hidden;
	height:20.8mm;
  }

  #printHeader img {
    position:absolute;
    top:0px;
    right:0px;
    height:20.8mm;
  }

  #breadcrumb {
    margin:1cm 0 1cm 0;
  }

  #shortCut {
    margin:2cm 0 0.5cm 0;
  }

  #printFooter {
  	display:block;
    margin-top:2cm;
  	font-size: 8pt;
  	background-color:white;
  	text-align:left;
  }
  
  #printFooterLine1 {
  	font-weight:bold;
  }
  
  hr {
  	width:100%;
  }
  
  div.contentTable table {
  	border-color:black;
  }
  
  div.contentTable .grid th, 
  div.contentTable .grid td, 
  div.contentTable tbody.grid th, 
  div.contentTable tbody.grid td {
  	border-color:black;
  }
  
  div.contentTable thead.grid th {
  	border-bottom:2px solid black;
  }
  
  div.contentTable tbody.grid th {
  	border-right:2px solid black;
  }
  
  div.component.pagetitle {
  	margin:0.5cm 0;
  }
  


	body.printThickbox {
		background-color: #fff;
	}
	
	.printThickbox #pageMargins,
	.printThickbox #TB_Window,
	.printThickbox #TB_overlay,
	.printThickbox #TB_closeWindow,
	.printThickbox #TB_caption,
	.printThickbox #TB_Print,
	.printThickbox #TB_window img#TB_Image 
		{
		display:none;
	}
	
	.printThickbox #TB_window {
		top: 0;
		left: 0;
	}
		
	.printThickbox #TB_PrintOutput {
		display:block;
	}
}
	
	
