/* Standartdrucklayout importieren. */
@import url(layout_print.css) print;

#row h2 {
	line-height:140%;
	width:100%;
	max-width:none;
}

#row h2 span {
	display:block;
	font-size:0.9em;
}

#row p {
	width:100%;
	max-width:none;
	margin-bottom:1em;
}

#row .text p.intro {
	width:100%;
	max-width:none;
}

#row h4 {
	padding:0px;
}

#row abbr, #row acronym {
	border-bottom:none;
}

#row q {
	color:#000;
	font-style:italic;
	background-color:transparent;
}

#row .text .book {
	background-color:#fff;
	border:none;
	margin:0px;
}

#row .text p {
	width:100%;
	max-width:none;
	padding:0px;
}

#row strong, #row .text .book p strong {
	color:#000;
	background-color:transparent;
}

#row .text .book, #row .text .book .description {
	background-color:transparent;
	border:none;
	margin-bottom:1.5em;
}

#row .text .book .description p.comments,
#row .text form {
	display:none;
}

/* Die nächsten beiden Angaben benötigt
	Mozilla < Firebird. Wieso? Gute Frage! */
#row .text form  {
	border:none; 
}

#row .text form div.form, #row .text form p, 
#row .text form h3 {
	display:none;
}