/* Standartdrucklayout importieren. */
@import url(../layout_print.css);

p.print {
	display:block;
	text-align:left;
}

h3 span, h3 span.nocss {
	display:inline;
}

#row, .column1, .column2, .column3,
head:first-child+body .column3,
head:first-child+body .column3[class^="column3"] {
	float:none;
	clear:both;
	width:100%;
	max-width:none;
	padding:0px;
}

#row .column3 a,
head:first-child+body .column3 a,
head:first-child+body .column3[class^="column3"] a {
	color:#000;
	text-decoration:none;
	background-color:transparent;		
}
	
h3 img, dt img {
	display:none;
}