/* Standartdrucklayout importieren. */
@import url(layout_print.css) print;

#row .columnA {
	float:none;
	max-width:none;
	width:100%;
}

#row .text {
	background-image:none;
}

#row h2 {
	line-height:140%;
}

#row h4 span {
	display:block;
	font-size:0.9em;
}

#row p {
	max-width:none;
	margin-bottom:1em;
}

#row abbr, #row acronym {
	border-bottom:none;
}

#row q {
	color:#000;
	font-style:italic;
	background-color:transparent;
}

#row strong {
	color:#000;
	background-color:transparent;	
}

#row .text #panorama a, #row .columnB,
#row .text .textmenu, #panorama .picture h3 {
	display:none
}