body { margin-top:20px; margin-bottom:0px; margin-left:10px; marginwidth:10px; marginheight:20px; background-color: #0171B8}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* margin-left = Abstand zwischen Fensterrand und Inhalt links */
/* maginwidth, marginheight = Für Netscape
/* Seitenhintergrund */

p {font: 10pt Arial; color: #FFFFFF}
h2 {font: 14pt Arial; color: #FFFFFF; font-weight: bold}
/* Allgemeine Bezeichner */
td {font: 10pt Arial; color: #FFFFFF}
b {font: 10pt Arial; color: #FFFFFF; font-weight: bold}
i {font: 10pt Arial; color: #FFFFFF; font-weight: bold}
/* Extra-Aktionen für Netscape */

.thead		{font: 10pt Arial; color: #FFFFFF; background: #FF9320; font-weight: bold}
.tbody0	{font: 10pt Arial; color: #FFFFFF; background: #0171B8}
.tbody1	{font: 10pt Arial; color: #FFFFFF; background: #0171B8}
.tbody2	{font: 10pt Arial; color: #FFFFFF; background: #0171B8}
.tbody3	{font: 10pt Arial; color: #000000; background: #C0C0C0}
.tbody4	{font: 10pt Arial; color: #FFFFFF; background: #0171B8}
/* Tabellenformat bei Datenbankausgabe */

.navi {font: 8pt Tahoma; color: #FFFFFF; font-weight: bold}
/* Navigationsfuß */

a:link { color: #FFFFFF; text-decoration:underline; }
a:visited { color: #FFFFFF; text-decoration:underline; }
a:active { color: #FFFFFF; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
