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