/* Fuer die Druckausgabe ueberfluessiges abschalten */
#noprint { display: none; }

/* text allgemein */
body, table, tr, td, div, input, textarea, select, p, br, li, ul {
        font-family: Arial;
        font-size: 11pt;
        text-decoration: none;
        color: #000000;
        background: transparent
        }


/* alt  
.txt_blau_headline {  font-weight: bold; color: #000000; font-size: 14pt}
*/


/*Überschriften */
.txt_blau_headline { font-size: 9px}

.ueberschrift_1 { font-weight: bold; font-size: 16px}


.ueberschrift_2 { font-weight: bold; font-size: 14px}


.ueberschrift_3 { font-weight: bold; font-size: 12px}


