/* Datei: FORMATE.CSS */
/* Autor: This Manhart */
/* Datum: 14.6.2000 */

  /* Schriftfamilie fuer alle Texte */
  p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
    { font-family:Arial,sans-serif; color:#000000; font-style:normal; }

  /* Ueberschriften */
  h1 { font-size:20pt; color:#0000FF; font-weight:bold; }
  h2 { font-size:18pt; color:#0000FF; }
  h3 { font-size:14pt; color:#0000FF; }
  h5 { font-size:9pt; color:#FF40FF; }

  /* Diverse */
  body          { font-size:10pt; }
  p             { font-size:10pt; }
  li            { font-size:10pt; }

  /* Links */
  a  { font-family:Arial,sans-serif; }

  /* Tabelle */
  td            { font-size:10pt; }
  td.small      { font-size:8pt; }
  td.smallblue  { font-size:8pt; color:#0000FF; }
  td.blue       { color:#0000FF; }
  td.bluebold   { font-weight:bold; color:#0000FF; }

  /* Eigene Formate */
  #standard     { font-family:Arial,sans-serif; font-size:10pt; color:#000000; font-style:normal; }
  #smallfont    { font-size:8pt;}
  #bigfont      { font-size:14pt; font-weight:bold; }
  #redbold      { font-weight:bold; color:#FF0000; }
  #bluebold     { font-weight:bold; color:#0000FF; }

/* Datei-Ende */