body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    margin: 10pt;
}

p, li, td, legend {
    orphans: 2;
}

a {
    color: #000080;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #CC3300;
}

a:visited {
    color: purple;
}

a:active {
    color: red;
}

a.link_anmeldung {
    color:red;
    font-weight:bold
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: white;
    background-color: #426BBD;
    text-align: center;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: black;
}

hr {
    width: 100%;
    height: 1pt;
    color: #426BBD;
}


table.kurstab {
    width: 950px;
    border-collapse: collapse;
    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;
}

span.karten_link_kurse {
    float: right;
    display: none;
}

#karten_link_tnmeldung {
    display: none;
}
.kursanfrage, 
.tnformulare {
    display: none;
}