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

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

body {
  /* Schriftarten */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;

  /* Farbgestaltung und Hintergrund */
  color: Black;
  background-color: #EEE8AA;

  /* Einrueckung */
  margin-left: 2.5px;
  margin-bottom: 2.5px;
  margin-right: 2.5px;
  margin-top: 2.5px;
}

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

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

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: 10pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: Black; /* #666666; */
}

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

/* ######################################################################################
   Formatierung fuer den Besucherzaehler
   ###################################################################################### */

#UserCounter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.0pt;
  font-style: normal;
  font-weight: normal;
  color: Black;
  background-color: transparent;
}

/* ######################################################################################
   ###################################################################################### */

