body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Courir New;
  font-size: 10pt;
  }

body.index {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 8pt;
  }

table {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
  border: 0px;
  border-style: solid;
  border-color: #00FF00;
  border-collapse: collapse;
  }

table.relative {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  }

td {
  margin: 0px;
  padding: 0px;
  spacing: 0px;
  border: 0px;
  border-style: solid;
  border-color: #00FF00;
  border-collapse: collapse;
  }

td.verlauf {
  height: 155px;
  background-image: url(../img/verlauf.png);
  }

td.dot {
  height: 5px;
  background-image: url(../img/dot.png);
  }

td.vdot {
  height: 15px;
  width: 5px;
  background-image: url(../img/dot.png);
  }

td.language {
  height: 35px;
  text-align: right;
  vertical-align: bottom;
  }

td.ubc {
  height: 75px;
  vertical-align: bottom;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  }

td.utc {
  height: 45px;
  vertical-align: top;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  }

td.dbc {
  height: 80px;
  vertical-align: bottom;
  text-align: center;
  font-size: 8pt;
  }

td.duc {
  height: 40px;
  vertical-align: top;
  text-align: center;
  font-size: 8pt;
  }

td.main {
  width: 682px;
  height: 270px;
  vertical-align: bottom;
  font-size: 10pt;
  font-stretch: condensed;
  text-align: left;
  font-style: italic;
  }

img {
  border: 0px;
  }

a:link.index {
  color: #FFFFFF;
  }

a:hover.index {
  color: #FFFFFF;
  }

a:active.index {
  color: #FFFFFF;
  }

a:focus.index {
  color: #FFFFFF;
  }

a:visited.index {
  color: #FFFFFF;
  }

a:link {
  color: #009999;
  }

a:hover {
  color: #F5B70C;
  }

a:active {
  color: #F5B70C;
  }

a:focus {
  color: #F5B70C;
  }

a:visited {
  color: #99CC00;
  }
