body 					{ margin: 10pt }
p, li, td, legend		{ color: black; font-size: 9pt; font-family: Arial, Helvetica; orphans: 2 }

a						{ color: #000080; text-decoration: none }
a:hover		       		{ text-decoration: underline; color: #CC3300 }
a:visited				{ color: purple }
a:active				{ color: red }

h1						{ font-family: Arial, Helvetica; font-size: 16pt; font-weight: bold; color: white; background-color:grey; text-align: left }
h2       				{ font-family: Arial, Helvetica; font-size: 14pt; font-weight: bold; color: black; text-align:left }

hr						{ width: 100%; height:1 px; color: grey;  }

a.link_anmeldung   { color:red; font-weight:bold }

table.kurstab {
    width: 100%;
    border-collapse: collapse;
	border-width:thin;
    border-color: #111111;
}

table {
    width: 100%;
    border-collapse: collapse;
	border-width:thin;
    border-color: #111111;
}

div.fehler {
  background-color: #FF0000;
  color: #FFFF66;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: 1px solid #666666;
  padding: 6px;
  margin-bottom:20px;
}
span.fehlertext {
  background-color: #FF0000;
  color: #FFFF66;
  font-size: 13px;
  font-weight: bold;
  padding:2px;
  margin-left:5px;
}

/* Tabellen-Zeilen even/odd, Kategorien */
.colA { background-color:#FFE7C6; }
.colB { background-color:#FFF6EA; }

.col1 { background-color:#FFEFD3; } /* Termine */
.col2 { background-color:#FFDFA8; } /* Einsaetze */
.col3 { background-color:#FFD589; } /* Kurse */
.col4 { background-color:#C3D175; } /* reserved */
.col5 { background-color:#78ADFF; }
.col6 { background-color:#9EDEFF; }
.col7 { background-color:#FFB5F9; }
.col8 { background-color:#BABA95; }
.col9 { background-color:#BAAC53; }
.col10 { background-color:aqua; }
.col11 { background-color:silver; }
.col12 { background-color:#CD661D; }
.col13 { background-color:lime; }
.col14 { background-color:fuchsia; }
.col15 { background-color:yellow; }
.col16 { background-color:white; }
.col17 { background-color:olive; }
.col18 { background-color:red; }
.col19 { background-color:teal; }

/* ========== MouseOver-Effekt in Tabellen: die Zeile unter der Maus wird hervorgehoben */
tr.mouse { background-color:#FFC04C; }

/* ========== Wird eine Zeile angeklickt, so bleibt diese in einer weiteren Farbe markiert */
tr.klick { background-color:#FFB42B; }

/* ========== Trennzeile zwischen verschiedenen Wochen */
tr.trenn {
  background-color:#CCCCCC;
}

#tnmeld_ueberschrift {
    font-family: Verdana, Helvetiva, Arial, sans-serif;
}
