@charset "ISO-8859-1";
body {
	background-color: #000000;
}
.Standardtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	vertical-align: top;
	color: #CCCCCC;
}
.Aufzaehlung {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #CCFF00;
	text-align: left;
	margin-left: 200px;
	list-style-type: circle;
	list-style-position: inside;
}
.Header_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #33FFFF;
}
.Hervorgehoben {
	color: #FFFFFF;
	font-weight: bold;
}
.Aktualisierung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFCC00;
}
link {
	color: #99FF00;
}
a:hover {
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	padding-right: 3px;
	padding-left: 3px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}