body {
    margin: 10pt
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    color: #3B3B3B;
    background-color: #FFF;
}
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
}
h1 {
    font-size: 16pt;
    font-weight: bold;
    color: white;
    background-color: #3E8273;
    text-align: center
}
h2 {
    font-size: 14pt;
    font-weight: bold;
    color: #3B3B3B
}
hr {
    width: 100%;
    height: 1pt;
    color: #3E8273
}
a.link_anmeldung {
    color: red;
    font-weight: bold
}
table.kurstab {
    width: 550px;
    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: #3E8273;
}
#tnmeld_ueberschrift {
    margin-bottom: 15px;
    line-height: 120%;
    font-size: 23px
}

#tnmeld_tab_oben {
    border: 0;
}

#tnmeld_tab_unten {
    border: 0;
}

th, tr, td {
    border-style:none;
}
th {
    text-align: left;
}

input {
    padding: 5px 13px;
    border-radius: 2px;
    border: 1px solid #CCC;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03) inset;
    transition: box-shadow 0.5s ease 0s;
    position: relative;
}

textarea {
    padding: 8px 13px;
    border-radius: 2px;
    border: 1px solid #CCC;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03) inset;
    transition: box-shadow 0.5s ease 0s;
    position: relative;
    width: 338px;
    height: 60px;
}

select {
    display: block;
    width: 40%;
    padding: 5px 13px;
    border-radius: 2px;
    border: 1px solid #CCC;
    transition: box-shadow 0.5s ease 0s;
}

#tnmeld_tab_unten > tbody:nth-child(1) > tr:nth-child(14) > td:nth-child(1) > input:nth-child(1) {
    display: inline-block;
    font-size: 13px !important;
    margin: 0px 4px 0px 0px;
    background: #3E8273 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 2px;
    border: 0px none;
    cursor: pointer;
}

p, li, td, legend {
    color: #3B3B3B;
}


table.ba_extbox {
    background-image: url("/media/logo-georgswerk.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 30px;
}

a.zurueck {
    display: none;
}