/* Standartdrucklayout importieren. */
@import url(layout_print.css) print;

#row h2 {
	line-height:140%;
	width:100%;
	max-width:none;
}

#row h4 span {
	display:block;
	font-size:0.9em;
}

#row .text p.intro {
	width:100%;
	max-width:none;
}

#row p {
	max-width:100%;
	margin-bottom:1em;
}

#row .text h4 {
	float:none;
	width:100%;
	max-width:none;
}
	
#row .text p.author {
	float:none;
	text-align:left;
	width:100%;
	max-width:none;
	white-space:nowrap;
	padding:0em 0px 1em 40px;
	margin:0px;
}

#row .text p.author span.nocss {
	display:inline;
}

#row .text p {
	width:100%;
	max-width:none;
	padding:0px 0px 1.5em 40px;
}

#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 p.dowload, #row .text .textmenu,
#row .text p a {
	display:none
}