/* ######################################################################################
   Dieses Dokument legt das farbliche Design aller Seiten fest ! 

   Copyright (c) Thomas Eickwinkel, 2008-2018.
   ###################################################################################### */

body {
  /* Schriftarten */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  /* Einrueckung */
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

/* ######################################################################################
   Tabellen
   ###################################################################################### */

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: Black;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: White;
  background-color: Black;
  text-align: left;
}

/* ######################################################################################
   Verweise
   ###################################################################################### */

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: Green;
}

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: Lime;
}

