/* ######################################################################################
   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: White;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  background-attachment: fixed;

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

  /* der Scrollbar, leider nur vom IE und Opera unterstuetzt */
  scrollbar-face-color: Black;
  scrollbar-shadow-color: Gray;
  scrollbar-highlight-color: White;
  scrollbar-3dlight-color: Silver;
  scrollbar-darkshadow-color: Silver;
  scrollbar-track-color: Gray;
  scrollbar-arrow-color: Gray;
  scrollbar-base-color: Gray;
}

/* ######################################################################################
   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: #666666; */
  color: #AA9D22;
}

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

/* ######################################################################################
   Verschiedene Formatierungen
   ###################################################################################### */

#HauptTitelText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  color: Black;
}

#SektionTitelText, #TitelText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: Black;
}

#CopyrightText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  font-style: italic;
  font-weight: bold;
  color: Black;
}

#HilfeText,#DescriptionText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  font-style: normal;
  font-weight: normal;
  color: Black;
}

/* ######################################################################################
   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;
}

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

