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

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

h1 {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        text-decoration: none;
        margin-top:0pt;
        margin-bottom:0pt;
        color: #000000
        }

h2 {
        font-size: 12pt;
        color: #000000;
        margin-top:0pt;
        margin-bottom:0;
        }