BODY {
  background-color: #6F86BB; color: black
}

A {
  color: orange
}

A:HOVER {
  color: darkorange
}

HR {
  background-color: cornflowerblue; color: cornflowerblue; height: 2pt; width: 98%
}

INPUT {
  background-color: Ghostwhite; color: #2F4EB7
}

.SUCHBEGRIFF {
  font-size: 11pt; font-family: 'Arial', 'Helvetica'; font-weight: bold
}

.BESCHREIBUNG {
  font-size: 10pt; font-family: 'Arial', 'Helvetica'; font-weight: normal
}

.KOMMENTAR {
  color: black; font-size: 10pt; font-family: 'Tahoma', 'Helvetica', 'Arial'; font-weight: normal
}

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
}