/* ######################################################################################################
** # "Typo3 XHTML Framework auf YAML-Basis" (c) by beCRE8TIVEstudios (http://www.kreatives-inter.net)   #
** ######################################################################################################
** 
**  Dateiversion: 12.06.06  
**  Datei       : kunden/gjnrw/druck.css
**  Funktion    : Druck-CSS, Styles werden zwar eingebunden aber keine Farben; Spalten werden ausgeblendet
**
*/

		/* Formate */
		    @import url(base.css);
  			@import url(css/variations/formate/medium_modern.css);

			 @import url(css/druck_style.css);

		/* Druckseiten, PDF - Styles */
			@import url(extensions/css/pdf_print.css);		
      
      * {color: #000;}
      h1,h2,h3, h4 {color: #000; border:0;}
      table, td, tr {background: #fff; color:#000;}
      
      
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

.csc-textpic {
clear:both;
display:block;
width:100%;
}