/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 09.02.2018, 00:43:42
    Author     : robertvonherz
*/

/* StyleSheet Radius-IKK */

/* Ergänzung Robert von Herz, 08.02.2018. Tabellenlayout für Termine Class= termintabelle */

/* Auf dem Weg per FTP Upload gehen diese Änderungen irgendwie verloren. Deshalb als Workaround ein eigenes Stylesheet. */

#kursliste{
    width:100%;
    font-size: 1em;
    margin-left: 36px;
    border-spacing: 0;
   border: solid 2px #bbb;
    border-collapse:collapse;

}

#kursliste td{
    text-align: center;
    width: 20%;

}
#kursliste td, #kursliste th {
    padding: 3px 10px;
    border: 1px solid #bbb;
    text-align: center;
}
#kursliste th {
    /*background-color: #666;*/
    color: #fff;
}
#kursliste tr:nth-child(1n+2) {
    background-color: white;
    color: #000;
}
#kursliste tr:nth-child(2n+3) {
    background-color: #f2f2f2;
    color: #000;
}
#kursliste tr:hover {
    background-color: #ddd;
    color: black;
}
.bundesland {color: #666666;}
.stadt {color: #E66B00;}