/* Seitenformatierung allgemein */
body      { margin-top:              12px;
            margin-left:             12px;
            margin-right:            12px;
            margin-bottom:           12px;
            color:                   ##000000;
            font-family:             VERDANA,ARIAL,HELVETICA;
            font-size:               10pt;
            text-align:              justify; }

/* Links */
a:active  { text-decoration:    underline ;
            color:              #0B3E88; }
a:hover   { text-decoration:    underline ;
            color:              #E00045; }
a:link    { text-decoration:    underline ;
            color:              #0B3E88; }
a:visited { text-decoration:    underline ;
            color:              #0B3E88; }

/* Tabellenformate */
.titel     { width:             100%;
             padding-left:      10px;
             padding-bottom:    5px;
             text-align:        center;
             text-decoration:   none;
             vertical-align:    center;
             font-family:       VERDANA,ARIAL,HELVETICA;
             font-size:         16pt; }

.bild      { width:             33%;
             padding-left:      10px;
             padding-bottom:    5px;
             text-align:        center;
             text-decoration:   none;
             vertical-align:    center;
             font-family:       VERDANA,ARIAL,HELVETICA;
             font-size:         16pt; }


.adresse   { width:             33%;
             padding-left:      10px;
             padding-bottom:    5px;
             text-align:        center;
             text-decoration:   none;
             vertical-align:    top;
             font-family:       VERDANA,ARIAL,HELVETICA;
             font-size:         11pt; }