/* $Id: printer.css,v 4.3 2005/07/12 19:10:35 robertb Exp $
 *
 * weitere Informationen zu den verwendeten Style-Klassen in der Datei
 * /stylez.css.
 */

#grafik, #nav	{ display: none; position: absolute; top: 0px; left:0px; width: 0px; height: 0px; }
body		{ background-color: white; color: black; font-family: Times, Serif; }
h1, h2		{ font-family: Helvetica, Sans-Serif; text-align: center; }
h3, h4		{ font-family: Helvetica, Sans-Serif; }
p, td, ul, ol	{ text-align: justify; }
blockquote	{ text-align: justify; font-style: italic; }
blockquote:before, blockquote:after
		{ content: "\""; }
a:link		{ color: blue; text-decoration: underline; }
a:visited	{ color: blue; text-decoration: underline; }
a:active	{ color: blue; text-decoration: underline; }
address		{ text-align: center; font-style: italic; }
input, textarea, select
		{ font-family: Times, Serif; border: 1px solid black; }
p.klein, small	{ font-size: 80%; }
.vorwort	{ margin-left: 10%; margin-right: 10%; font-family: Helvetica, Sans-Serif; font-size: 93%; font-style: italic; }
.inhalt		{ text-align: center; font-size: 90%; }
.note		{ font-size: 80%; }
.countvalue	{ font-style: italic; }

