body	{
	background-color: #00CC00; color: black;
	font-family: Helvetica, Arial, Sans-Serif;
}
h1, h2, h5, th	{ color: #FFFFFF; text-align: center; }
h3	{ color: #FFFFFF; text-align: left; }
dir, ul, ol, p, td, textarea, dl, dt, dd
	{ text-align: justify; }
pre	{
	color: #000000; background-color: #EEEEEE;
	font-family: Courier, Monospace;
	margin-left: 5%; margin-right: 5%;
}
table	{ margin: auto; }
thead th	{ font-size: 125%; text-decoration: underline; }
address	{ color: #666666; text-align: center; }

a:link	{ color: #CC0000; text-decoration: underline }
a:visited	{ color: #000000; text-decoration: underline }
a:hover	{
	color: #CC0000; background-color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC0000; background-color: #FFFFFF;
	text-decoration: none;
}

/* Positionierung des Kopfes */
#grafik	{ float: right; }

/* Listen */
.unordered {
	list-style-type: disc;
}

/* Inline-Elemente */
kbd	{ color: #0000CC; font-family: Courier; font-size: 110% }
em	{ color: #CC0000; }
img	{ border: none; }
q:before, q:after, cite:before, cite:after
	{ content: "\""; }
.kopf	{ text-align: center; font-size: 110% }
.nav	{ text-align: center; font-size: 80% }
.part	{ font-weight: bold; padding-right: 5px; padding-left: 20px; }
.url	{ padding: 5px; white-space: nowrap; }
