@charset "iso-8859-1";
/* ========================== */
/*  allgemeine Einstellungen  */
/* ========================== */

 
/* Textkörper, Hyperlinks und Bilder */
/* --------------------------------- */

body {
  background-color: #000000;
  font-family: arial;
  color: #000000;
}

a:link {
  color: #be4f00;
  text-decoration: underline;
}

a:visited {
  color: #666666;
  text-decoration: underline;
} 

a:link.navigator {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:visited.navigator {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

img.border {
  border: 1px solid black;
}


/* Text allgemein */
/* -------------- */

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }


/* Tabellen */
/* -------- */

table {
  border-spacing:0px;
  empty-cells:show;
}

td {
  background-color: #FFFAF0;
}

td.top-navigator {
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  padding-top: 3pt;
  padding-bottom: 3pt;
  color: black;
  background-color: rgb(255, 106, 0);
}

td.navigator {
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  padding-top: 3pt;
  padding-bottom: 3pt;
  color: black;
  background-color: rgb(255, 135, 15);
}

td.thinborder {
  border: 1px solid black;
  background-color: white;
  padding: 10pt;
}
