/* 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
        }

.txt_blau_headline {  font-weight: bold; color: #000000; font-size: 14pt}
