@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
{
 /**
  * @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; color:#000; }

  /* (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 { display:none; }

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

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6, h1 a, h2 a, h3 a, h4 a { color:#000 !important; page-break-after:avoid; }
  a {color:#444 !important;}
  /*------------------------------------------------------------------------------------------------------*/

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

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

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



 #col3_content div.subcolumns div.c28r {
	display:none; 
 }

#col3_content div.subcolumns div.c72l {
	width:auto; 
 }

 #ie_clearing {
	clear:both;
	display:block;
 }


.pagebreakbefore, div.print_pagebreak {
	clear:both;
	height:1px;
	page-break-before:always;	
}


#startpage ul.newslist {
	margin-bottom:80px;	
}

table {
	border-collapse:collapse !important;
	border-top:solid #444 1px;
	border-bottom:solid #444 1px;
	
}

table thead th {
	background-color:#fff;
	color:#000;
	border-collapse:collapse !important;
	border-top:solid #444 1px;
	border-bottom:solid #444 1px;
}

table tr, table td {
	border-collapse:collapse !important;
	border-top:solid #ccc 1px;	
	border-bottom:solid #ccc 1px;	
}


ul.newslist li span.title {
	width:80%;
}

div.conl img.posl {
	margin:0 15px 15px 0;
}


#footer {
	page-break-before:avoid;
	clear:both;
	display:block;
	color: #000;
	border-top: solid #000 1px;
	margin-top:30px;
  }

 #footer div.footer_left {
 }

  #footer div.footer_right {
	display:none;  
  }


}
