@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,700,700i');

/* Überschriftenleiste (Karte) */

.thRL { /* Schriftformatierung */

	    font-family: 'Architects Daughter';
/*        font-family:Verdana, Arial, Helvetica, sans-serif;*/

        font-size:14pt;

        font-weight: bolder;

        color:white;

}



th.thLinks {

        background-image:url(../img/v_grau.png);

        height:20px;

        background-color:#313131;

     text-align:      left;

}



th.thRechts {

        background-image:url(../img/v_grau.png);

        height:20px;

        background-color:#313131;

     text-align:      right;

}







/* Tabellen allgemein (außer Navigationsleiste) */

.tbl {

        background-color:#CFCFCF; /* Dies ist auch die Farbe "zwischen" den Zellen, wenn $tspacing > 0 ist */

        border:#4D4D4D 2px solid;

}



/* Tabellenfeld (Farbe) 1 */

.td1 {

        background-color:#FFFFFF;
        text-align: justify;

}



/* normale Schrift */

.norm {

        font-family: 'Exo 2', sans-serif;
        font-size:15pt;
        font-weight: 500;
        font-style: italic;
        color:black;

}

