/* ** Allgemeines ** ------------------------------------------------------------------------- */ body { margin: 0px; background-color: #F3F6FA; } body, table, td { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 11pt; color: #000000; } h1 { font-size: 10pt; font-weight: bold; color: #ffffff; text-transform: uppercase; text-align: center; margin-bottom: 16px; padding: 3px; background-color: #3972AC; } a:link, a:visited, a:active { text-decoration: none; color: #3972AC; } a:hover { text-decoration: underline; color: #3972AC; }