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

body {
  background-color: White;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  /* Das Hintergrundbild */
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Die Standard-Einrückung */
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  /* Die Scrollbars (leider nur IE) */  
  scrollbar-face-color: #000066;
  scrollbar-shadow-color: #0000A0;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #000066;
  scrollbar-track-color: #0000A0;
  scrollbar-arrow-color: #FFFFFF;
}

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

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

a:link, a:visited {
  background-color: transparent;
  color: Navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

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

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

