/* Tabelle */
table          { font-family: arial; }

/* Tabellenüberschrift */
th.headline    { font-size: 16pt;
                 font-style: italic;
                 font-weight: bold;
                 text-align: left; 
                 background-color: #C0C0C0; }

/* Seitenüberschrift */
p.header       { font-size: 24pt;
                 text-align: center;
                 font-weight: bold; }

/* Vermerk */
td.note        { width: 100%;
                 text-align: left;
                 font-size: 12pt;
                 padding-top: 1em; }

td.header      { font-size: 16pt;
                 font-style: italic;
                 font-weight: bold;
                 text-align: center;
                 background-color: #C0C0C0; }

