@charset "utf-8";

body, table, tr, td
  {
  font-family: Verdana, Tahoma, Arial, "Sans MS";
  font-size: 10pt;
  }

table
  {
  width: 550px;
  }

.cell
  {
  height: 30px;
  vertical-align: top;
  }

.a, .b, .c
  {
  text-align: left;
  }

.a { width: 12px; }
.b { width: 25px; }
.c { width: 25px; }
.d { width: 150px; }
.z { width: 12px; }

.kal_o { border-top: 1px solid #000000; }
.kal_u { border-bottom: 1px solid #000000; }
.kal_l { border-left: 1px solid #000000; }
.kal_r { border-right: 1px solid #000000; }

.schwarz { color: #000000; }
.grau { color: #555555; }
.hellrot { color: #ff5555; }
.hellgruen { color: #55ff55; }
.rot { color: #ff0000; }
.weiss { color: #ffffff; }

.copyright
  {
  text-align: right;
  font-size: 8pt;
  color: #888888;
  text-decoration: none;
  }

.info
  {
  font-family: "Times New Roman";
  vertical-align: super;
  font-size: 50%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000ff;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 2px #666;
  }
