/* druck-spezifische styles */	body {background: #FFF;}	body, .navigation { color: #000;}	.text { margin-right: 0em; background: #FFF;}	/* right min. 1.2em wg. mac ie 5.1, sonst unten bildlaufleiste */	.navigation {display: none;}	h1, h2, h3, h4, h5, h6 {color: #000;}	h2 { border-style: none none solid none; border-width: 1px; }	/* druckt acronyme und abkuerzungen aus () */	acronym:after {	content: " (" attr(title) ")"; }	abbr:after {	content: " (" attr(title) ")"; }
