body {
  background-color:#FFFFFF;
}

* {
  color:#660000;
}

a:link {
  color:#CC0000;
}

a:visited {
  color:#3C0000;
}

#index td {
  background-image: url( emptyButton.gif );

  font-size: 14px;
  text-align: center;

  height: 20px;
}

#oeffnung td {
  font-size: 12px;
  color: #9d0404;

}

#index a:link {
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
}

#index a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF
}

#index a:hover {
  text-decoration: none;
  font-weight: normal;
  color: rgb( 204, 153, 153 );
}

#index a:active {
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
}

#index a:focus {
  text-decoration: underline;
  font-weight: normal;
  color: #FFFFFF;
}

.message {
    font-size: 1.5em;
    color: #CC0000;
    border-style: solid;
    border-width: 5px;
    border-color: #be0000;
    padding: 1em;

}

.message * {
    color: #CC0000;
}

.messageHeader {
    font-size: 1.75em;
    margin-bottom: 1em;
}