.rot {
  background-color: #9D0033;
}

.gruen {
  color: #CCCCCC;
  background-color: #003300;
}

.rot_light {
  background-color: #D99DB0;
}

.gruen_light {
  background-color: #7E9B7E;
}

.shadow_lighter {
  background-color: #EEEEEE;
}

.shadow_dark {
  background-color: #777777;
}

.shadow_light {
  background-color: #BBBBBB;
}

.album {
  background-color: #111111;
  color: #CCCCCC;
}

.counter {
  background-color: #666666;
  color: #CCCCCC;
}

.error {
  font-weight: bold;
  text-align: center;
  color: #FF0000;
}


h1 {
  font-size: 36pt;
  color: black;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
}

h2 {
  font-size: 24pt;
  color: black;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
}

h3 {
  font-size: 18pt;
  color: black;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 6px;
}

h4 {
  font-size: 16pt;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 4px;
}

h5 {
  font-size: 14pt;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 4px;
}


a:link {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #990033;
  font-weight: bold;
}

a:active {
  color: #FFFFFF;
  background-color: #003300;
  font-weight: bold;
}


body {
  font-family: Tahoma, Lucida Sans, Arial;
  font-size: 12pt;
}


tr {
  vertical-align: top;
}

th {
  background-color: #CCCCCC;
}
