@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @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: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
/*@import url(../../../../../typo3conf/ext/db_yamltv/template/yaml/core/slim_print_base.css);*/

@import url(slim_print_preview_base.css);
@import url(print_003.css); /* necessary, due to load order */


/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media screen
{
	/**** yaml base */
	body, #page_margins, #page, #main { background-color: #ffffff; background-image:none; }
	body, #page_margins, #page { width: 665px;} /* 16+628+16+ 2(borders)*/
	
	#main { background: inherit; }
	
	#col1 { display:none}
	#col2 { display:none}
	#col3 { margin-left:16px; margin-right: 16px; margin-bottom:0px; margin-top:5px; padding:0px; }
	
	#col3_content { width: 100%; margin:0; padding: 0; border:0; }
	#header {display:none;}
	#teaser {display:none;}

	/*img { display: none; }*/
	
	/**** custom content */
	.pbContainer { margin-left:500px; margin-bottom:20px; padding-top:20px;}
	.printbutton { background-color: #f0f0f0; border:1px #cccccc solid; padding:5px; font-size:12px; font-weight:bold;}
	.ctHeadImageHRuler { display:none;} 
	
	/* headlines */
	h1.ctHeadline span { font-size:9px; }
	h6 { font-size: 12px;} 
	
	/* info boxes */
	.ctBlueBox h6, .ctRedBox h6, .ctOrangeBox h6 { font-size: 12px; color:#000000 }
	.ctBlueBox, .ctRedBox, .ctOrangeBox { background: transparent;}
	
	/* tables */
	table.contenttable tr { font-size:10px; }
	table.contenttable th, table.contenttable tr.tr-0, table.contenttable tr.tr-odd, table.contenttable tr.tr-even { background: transparent; }
	table.contenttable td.td-0 { background: transparent; }
	table.contenttable td.td-1 { background: transparent;}
}
