@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(http://www.torrex-chiesi.com/fileadmin/yaml/core/base.css);
@import url(http://www.torrex-chiesi.com/fileadmin/css/screen/basemod.css);
@import url(http://www.torrex-chiesi.com/fileadmin/css/screen/content.css);

/* #col1 - 0
** #col2 - x
** #col3 - x
*/

body {  padding: 10px; background: none; }
body, p { color: #666666; font-family: Verdana,Helvetica,Arial,sans-serif; text-align: justify ; }
.print_line { display: block; color: #666; background-color: #666666; height: 1px; border-bottom: 1px solid #666666 !important; padding: 0; margin: 25px 0 25px 0; }
h1, h2, h3 { color: #333; } 
a, a:hover, a:visited, a:active{ color:#0069b6;}
#print_logo { display: block; text-align: left; margin: 10px 0 0 0; }
#print_footer { display: block; font-size: 95%; }

.tx-wxproducts-pi1 ul li div, .tx-wxproducts-pi2 .product_info, .tx-wxproducts-pi2 .product_info .subcolumns, .tx-wxproducts-pi2 .projectprint { display: block !important; }
#print, #header h1, #logo span, .tx-wxproducts-pi2 #search_bar, .tx-wxproducts-pi2 .subcolumns { display: none; }
ul#crumb-menu li { display: inline; }
.tx-wxproducts-pi2 { width: 98%; }
.tx-wxproducts-pi2 .projectprint { font-weight: bold; margin-top: 10px; }
.tx-wxproducts-pi2 .product_info { margin: 0px !important; padding: 0px !important; }
#teaser, #flag { display: none; } 


@media print
{
	/* body, p, table, div, ul, dl { font-family: tahoma, arial; } */
	.tx-wxproducts-pi1 ul li div, .tx-wxproducts-pi2 .product_info, .tx-wxproducts-pi2 .product_info .subcolumns, .tx-wxproducts-pi2 .projectprint { display: block !important; }
	#print, #header h1, #logo span, .tx-wxproducts-pi2 #search_bar, .tx-wxproducts-pi2 .subcolumns { display: none; }
	ul#crumb-menu li { display: inline; }
	.tx-wxproducts-pi2 { width: 98%; }
   .tx-wxproducts-pi2 .projectprint { font-weight: bold; margin-top: 10px; }
	.tx-wxproducts-pi2 .product_info { margin: 0px !important; padding: 0px !important; }
	#teaser, #flag { display: none; }  
}
