/* Farben */ /* light blue: DEEDF3 */ /* dark blue: 012F75 */ /* orange: FF6410 */ /* Seitenausrichtung */ body { margin-left:153px; margin-top:0px; } /* Weisse Schriftfarbe */ td.Schriftfarbe {color:white; text-decoration:none; } /* weisse Schriftfarbe fuer Kategorie */ td.SchriftfarbeKlasse {color:white; } /* Seitenhintergrund */ td.Tabellenhintergrund {background-color:DEEDF3; border-style:solid; padding-right: 10px;{ padding-left: 10px } /* Orangener Hintergrund */ b.orange {border-width:3px; border-style:solid; text-align:justify; font-weight: bold; background-color:012F75; color: white} /* Sprachenmenue */ td.fahnen {width:80px; vertical-align:top; } /* Tabelle */ td.silverbox {background-color: silver; } td.rotbox {background-color: firebrick; font-size: 20pt; color: white} td.reservabox {background-color: firebrick; font-size: 13pt; color: white} /* TTracker */ td.Departure {background-color: aliceblue; font-weight:bold; } td.Dates {background-color: aliceblue; } td.ErstesJahr {background-color: aliceblue; font-weight: bold; font-size: 10pt; font-family: Arial; } td.ZweitesJahr {background-color: silver; font-weight: bold; } td.DrittesJahr {background-color: silver; font-weight: bold; } /* Font Size in TPlanner, "question.asp" */ font.question {font-size: 10pt; } /* Grauer Kasten in TTracker, "TTracker.inc" */ td.Inclusions {background-color:#678489; font-weight:bold; font-size: 10pt; font-family: Arial; } td.Exclusions {background-color:silver; font-weight:bold; font-size: 10pt; font-family: Arial; } /* Extensions in TTracker, "TTracker.inc" */ td.Extensions {background-color:skyblue; }