@media screen {
	a  { color: blue }
	body        { color: black; font-family: Verdana, Arial, Helvetica; background-color: #eeeeff }
	.abbildung  { color: black; font-family: Georgia, Verdana, Arial, Helvetica; font-style: italic; background-color: #eeeeff }

	.fachbegriff { color: #393; font-style: italic; font-weight: bold }
	.anmerkung   { color: blue; font-size: smaller }
	.zitat { font-size: smaller; text-align: left; margin-right: 4.23mm; margin-left: 4.23mm }
	.prinzip { color: #900; font-style: italic; font-weight: bold }

	h1  { color: #000080; font-size: 36pt; font-family: Arial }
	h2   { color: #930; font-size: 24pt; font-family: Arial }
	h3  { color: #0000C0; font-size: 18pt; font-family: Arial }
}
@media print {
	.fachbegriff { color: #393; font-style: italic; font-weight: bold }
	.anmerkung  { color: #930; font-size: smaller }
	.zitat { font-size: smaller; text-align: left; margin-right: 4.23mm; margin-left: 4.23mm }
	.prinzip { color: #900; font-style: italic; font-weight: bold }
	body { color: black; background-color: transparent; font-family: "Arial" }
	h3   { color: green; font-family: Arial }
	h1  { color: navy; font-size: 36pt; font-family: Arial }
	h2  { color: blue; font-size: 24pt; font-family: Arial }
}
