/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : print_003.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@import url(../yaml/core/print_base.css);

@media print
{
body * { font-family: Arial,Verdana,sans-serif; }

	/* (en) Enable URL output in print layout */
	/* (de) Sichtbare Auszeichnung der URLs von Links */
	a[href]:after {
		content:"";
	}

	/* Vermeidung von Seitenumbr�chen direkt nach einer �berschrift */
	h1,h2,h3 {page-break-after:avoid;}

	/* Umformatierung der Layoutboxen */
	body, #background_right, #background_right_3col { background: none; }

	#col1, #col2, #smallnavbar, #header, .product-title-menu, .com-single-footer, .tx-comments-pi1, .graphical_headline { display:none; }
	#col3, #col3_content, #background_right_3col #col3, #floatbox { width: auto; margin:0; padding: 0; border:0; }
	#header_content { text-align: left; }

	.tx-commerce-pi1, .tx-commerce-pi1 .com-single .com-single-article {
		width: auto;
	}

	.skip, .hideme, .print {
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: auto;
	}

	.print_top { margin-bottom: 15px; font-size: 18px; }
	.print_top table tr td { white-space: nowrap; }
}
