BODY {
  background-color: ghostwhite; color: black
}

A {
  color: orange
}

A:HOVER {
  color: darkorange
}

HR {
  background-color: cornflowerblue; color: cornflowerblue; height: 2pt; width: 98%
}

.EINGABEFELD {
  background-color: #DEE4FE; color: #2F4EB7; border-color: white;
}

INPUT.SCHALTER {
  background-color: cornflowerblue; color: ghostwhite; border-color: white;
  font-size: 10pt; font-weight: normal
}

.BESCHREIBUNG {
  font-size: 10pt; font-family: 'Arial', 'Helvetica'; font-weight: normal
}

.KOMMENTAR {
  color: gray; font-size: 10pt; font-family: 'Tahoma', 'Helvetica', 'Arial'; font-weight: normal
}

TD.HELL {
  background-color: white; color: midnightblue
}

TD.DUNKEL {
  background-color: whitesmoke; color: black
}

H1 {
  font-weight: bold; font-size: 24pt; color: black; text-align: center
}

H2 {
  font-weight: bold; font-size: 18pt; color: cornflowerblue; text-align: center
}

H3 {
  font-weight: bold; font-size: 16pt; color: midnightblue
}

P {
  font-size: 11pt; font-family: 'Arial', 'Helvetica'; color: black
}
