@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: normal;
}
.BlauUeberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #0033FF;
}
.WeissUeberschriftKursiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}
.WeisskleinKursiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}
.BlauUeberschriftKursiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #0033FF;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.tabelleGelb {
	background-color: #FFFF00;
	text-align: right;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	white-space: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.gelbelinie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	background-color: #FFFF00;
	line-height: 5px;
	color: #FFFF00;
}
.lineohneFarbe {
	font-size: 2px;
	line-height: 5px;
}
.GelbBlinkendNotruf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFF00;
	text-decoration: blink;
	font-weight: 700;
	font-style: normal;
}
.normalerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.Blauaufzaehlung {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0033FF;
	list-style-type: square;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

