@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-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) $
 */
 
 /**
 * 
 * !!! Dies ist ledigliche eine dumpfe Kopie der print.css für die Medien Screen, außer, dass hier nicht der printlink auf display none gesetzt ist.
 *
 */
 
 

@media screen, projection, 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; line-height: 150%; }
  
  /* (en) Reset Scrollbar-Fix for FF in screenlayout */
  /* (de) Zurücksetzen des Scrollbar-Fix for FF aus dem Screenlayout */
  html { height: auto; margin-bottom: 0; width: 19cm; height: 19cm; }
  #contentWrapperPrint{ text-align: left; margin: 0.5cm; }

  /* (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, .tx-sschgooglesitesearch-pi1 { display: none; }
    
 /**
  * (en) overflow:hidden Bug in print layouts
  * (de) overflow:hidden Bug in Drucklayouts
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */

  .floatbox,
  .subcolumns,
  .subcolums_oldgecko { overflow: visible; display: table; width: 100%; clear: both; }
	
	#main { clear: both !important; margin-top: 20px; }
	
	#header, #header-logo { display: block !important; }
	div.fplogo {  }
	div.su20logo {  }
	
	
  /* (en) Linearising subtemplates */
  /* (de) Linearisierung der Subtemplates */
  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
  .c25r, 	    .c38r, .c50r, .c62r, .c66r, .c75r {
    width: 100%; margin:0; padding: 0; float:none !important; overflow:visible; display:table !important;
  }
  .subc, .subcl, .subcr  { margin: 0; padding: 0; }

  /* (en) make .print class visible */
  /* (de) .print-Klasse sichtbar schalten */
  .print { position: static; left: 0; }

  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  .noprint { display:none !important; }

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

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6, .headline, .title { page-break-after:avoid; font-weight: bold; font-size: 120%; margin-bottom: 5px; }
  
  .tx-jppageteaser-pi1 .description { font-weight: bold; }	
	
	ul { clear: both; margin: 10px 0  5px 0; }
	
	.subcr{ display: none !important; }
	
	img { padding-right: 5px; } 
		
  .tx-jppageteaser-pi1 { clear: both; }	
  .tx-jppageteaser-pi1 .left, .teaser-top { float: left; margin-right: 20px; }
  
  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Preparation for optional column labels */
  /* (de) optionale Spaltenauszeichnung */

  #col1_content:before, #col2_content:before, #col3_content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }

	/* Anpassungen OW */

	#topnav, 
	#service,
	#breadcrumb,
	#col1,
	a.live,
	.c33r,
	.c66l .subcl .news-single-item .news-single-backlink a,
	.c66l .subcl ul li.csc-section,
	.c66l .subcl .csc-frame-55,
	.tx-irfaq-pi1 .tx-irfaq-singleview a {
		display: none;
	}
	
	img { border: 0; }

	#col3 {
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		margin-top: 35px !important;
	}
	
	#col3 #col3_content .tx-irfaq-pi1 .tx-irfaq-singleview {
		border: 0;
	}
	
	#col3 #col3_content .tx-jppageteaser-pi1-entry07 {
		margin-right: 20px;
	}
	
	.page:after {
		content: "\ © 2009 Bundeszentrale für gesundheitliche Aufklärung (BZgA)";
		color: #999 !important;
		font-size: 0.85em;
		border-top: 1px solid #999;
	}
	
	.seiten-id {
		color: #999 !important;
		margin-left: 0;
		margin-top: 20pt;
	}
	
	.seiten-id:before {
	 	content: "\ www.familienplanung.de/index.php?id=";
		color: #999 !important;
	 }
	
	.printlink { background: url(/fileadmin/shared/images/print.gif) no-repeat center left !important; display: block; margin-bottom: 20px; padding-left: 25px;  }
}
