@charset "UTF-8";
 /**
  * @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 */
  #header, #breadcrumb, #startseite, #metanavi, #searchbox, #col1, #col2, #drucken, #oben, div.seiten-id, #footer { 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
  */

	body.noImg img { display: none; } 
	
	#toggleImages { margin-left: 10px; }

	.csc-textpicHeader{ float: right; }
	
	fieldset { display: none; }

	#logo { float: right; }

  .floatbox,
  .subcolumns,
  .subcolums_oldgecko,
  .floatcleaner 
  { overflow: visible; display: table; width: 100%; clear: both; }

  /* (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 */
  #contentWrapperPrint,
  #contentWrapperPrint h1,
  #contentWrapperPrint h2,
  #contentWrapperPrint h3,
  #contentWrapperPrint h4,
  #contentWrapperPrint h5,
  #contentWrapperPrint h6,
  #contentWrapperPrint .headline,
  #contentWrapperPrint .title { margin-top: 15px; page-break-after:avoid; font-size: 110%; color: #000; clear: both; }

  .tx-jppageteaser-pi1 { clear: both; }	
  .tx-jppageteaser-pi1 .left, .teaser-top { float: left; margin-right: 20px; }
  .tx-jppageteaser-pi1 p.link { padding-left: 0; }
  
  a, a:visited { text-decoration: underline; color: #000;}
  
  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Preparation for optional column labels */
  /* (de) optionale Spaltenauszeichnung */

  #contentWrapperPrint ul { padding-left: 0; }	
  
  #contentWrapperPrint .tx-owbzgalinks-pi1 a[href]:after {
    clear: both;
	 content:" <URL:"attr(href)">"; /* <------------------    Hier muss das leerzeichen sein! */
    color:#444;
    background:inherit;
    font-style:italic;
	 font-size: 95%;
  }

  #col1_content:before, #col2_content:before, #col3_content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }

		#col3:after {
		content: "\ © 2011 Bundeszentrale für gesundheitliche Aufklärung (BZgA) / www.kindergesundheit-info.de ist ein Angebot der BZgA";
		color: #999 !important;
		font-size: 0.85em;
		border-top: 1px solid #999;
		padding-bottom: 20px; 
	}
	
	.tx-owbzgalinks-pi1 a:link:after, .tx-owbzgalinks-pi1 a:visited:after { content:" [" attr(href) "] "; }

