body {
	color: darkblue; 
	font-size: x-small; font-family: Verdana, Arial, Helvetica; font-style: italic; 
}
p.klein {
	color: black; 
	font-size: xx-small; font-family: Arial; font-style: normal; 
}
table {
	color: darkblue; 
	font-size: x-small; font-family: Verdana, Arial, Helvetica; font-style: italic; 
}
td.gerade {
	font-style: normal; 
}
BODY {
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-ARROW-COLOR: darkblue; 
	SCROLLBAR-TRACK-COLOR: white; 
}

table.flug { border-color: darkgreen; }
table.flug td { color: black; font-size: xx-small; font-family: Arial; font-style: normal; }

/* für Flugplan */
tr.b1 td { background-color: snow; }
tr.b2 td { background-color: lightcyan; }

/* für Inhaltsverzeichnisse */
span#inhalt a { color: darkblue; }
