BODY {  /* Eigenschaften des Körpers der Seite */
		color: #555555;
		font-size: 10pt;
		font-family: Arial,Helvetica;

}
TD {    /* Eigenschaften von Standart-Tabellen-Zellen */
		color: #555555;
		font-size: 10pt;
		font-family: Arial,Helvetica;
}
TD.title { /* Eigenschaften der Titel-Zellen */
		color: black;
		font-size: 10pt;
		font-family: Arial,Helvetica;

}
A:link { /* Eigenschaften von Hyperlinks */
		color: #555555;
		text-decoration: none;
}
A:visited { /* Eigenschaften von besuchten Hyperlinks */
		color: #555555;
		text-decoration: none;
}
A:active { /* Eigenschaften von aktiven Hyperlinks */
		color: #B90000;
		text-decoration: none;
}
A:hover { /* Eigenschaften von berührten Hyperlinks (nur IE) */
		color: #B90000;
		text-decoration: none;
}

H1 {
		color: #E1BE1E;
		font-size: 12pt;
		font-family: Arial,Helvetica;

}


H2 {
		font-size: 11pt;
		font-family: Arial,Helvetica;

}

