/*Schriftart Reihenfolge definieren
  body       = body Text
  a          = Links
  table, td, tr = Tabelle
  ul, li     = Aufzählung, Liste
  p          = Textabsätze
  div        = Allgemeines Block Element mit Ausrichtung
  span       = Inneres Element
  h1, h2, h3 = Überschriften*/

body, a, table, td, tr, ul, li, div, span, h1, h2, h3 {font-family: Verdana, Arial, Helvetica, sans-serif}

/*Schrift grössen definieren*/
body, a, table, td, tr, ul, li, div, span {font-size: 13px}
h1 {font-size: 20px}
h2 {font-size: 18px}
h3 {font-size: 16px}

/*Schriftfarbe definieren*/
body, table, td, tr, ul, li, div, span, h1, h2, h3 {color: #000000}

/* class Schriften-Definition*/
.tabelle_titel {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF;  text-align : left}
.tabelle_titel_inhalt {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
font-weight: bold; color: #000000;  text-align : left}
.tabelle_inhalt {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
color: #000000;  text-align : left}
.tabelle_untertitel {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  text-align : left}

/*Hintergrundfarbe definieren*/
body {background-color: #FFFFFF}

/*Farbe der Links definieren*/
a:link  {color: #0000FF; text-decoration: none}
a:hover {color: #FF7F00; text-decoration: none}
a:visited {color: #FF7F00; text-decoration: none}
