/* Gesamtes Dokument */
/* Arial, weiss, 11pt */
BODY {margin: 5Px;
      scrollbar-face-color: #ffbb44;
      scrollbar-shadow-color: #884422;
      scrollbar-highlight-color: #ffbb44;
      scrollbar-3dlight-color: #FFdd77;
      scrollbar-darkshadow-color: #884422;
      scrollbar-track-color: #ffbb44;
      scrollbar-arrow-color: #884422;
      color: #392b0f; font-family: sans-serif, arial; font-size: 11pt}

/* Links */
A {color: #00645C; font-size: 11pt; font-weight: bold; text-decoration: none}
A.SIMPLE {color: #392b0f; font-size: 11pt; font-weight: bold; text-decoration: none}
A.SMALL {color: #00645C; font-size: 7pt; font-weight: bold; text-decoration: none}

/* Spezielle Fonts */
/* Arial, schwarz normal */
/*  7pt */ FONT.AB07 {font-size: 7pt}
/*  8pt */ FONT.AB08 {font-size: 8pt}
/*  9pt */ FONT.AB09 {font-size: 9pt}
/* 10pt */ FONT.AB10 {font-size: 10pt}
/* 11pt */ FONT.AB11 {font-size: 11pt}
/* 12pt */ FONT.AB12 {font-size: 12pt}
/* 14pt */ FONT.AB14 {font-size: 14pt}
/* 16pt */ FONT.AB16 {font-size: 16pt}
/* 18pt */ FONT.AB18 {font-size: 18pt}
/* 20pt */ FONT.AB20 {font-size: 20pt}
/* 24pt */ FONT.AB24 {font-size: 24pt}

/* Ueberschriften */
H1 {font-size: 20pt}
H2 {font-size: 18pt}
H3 {font-size: 16pt}
H4 {font-size: 14pt}
H5 {font-size: 12pt}
H6 {font-size: 11pt}

/* Tabellenformate */
/* Arial, schwarz, 11pt */
TH       {text-align: center; vertical-align: center; font-size: 11pt; font-weight: bold}
TH.right {text-align: right; vertical-align: center; font-size: 11pt; font-weight: bold}
TH.left  {text-align: left; vertical-align: center; font-size: 11pt; font-weight: bold}
TD        {text-align: left; vertical-align: top; font-size: 11pt}
TD.right  {text-align: right; vertical-align: top; font-size: 11pt}
TD.center {text-align: center; vertical-align: top; font-size: 11pt}

