/* BODY - Hauptteil der HTML-Datei */

body  {
	text-decoration : none;
	bgproperties : fixed;
	text-align: justify;
	background: #990000;
}

a:link  {
	color : #FFCC00;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:visited  {
	color : #FFCC00;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:active  {
	color : #FF3300;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* none = nicht unterstrichen, Wert aenderbar*/

a:hover  {
	color : #FF9933;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.ct01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: blink;
	text-align: right;
}

