.titel {
  font-weight: bold;
  font-size: 20pt;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.titelW {
  font-weight: bold;
  font-size: 20pt;
  color: white;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.titelO {
  font-weight: bold;
  font-size: 20pt;
  color: #F84B00;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.gross {
  font-weight: bold;
  font-size: 14pt;
  color: darkblue;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.fett {
  font-weight: bold;
  font-size: 10pt;
  color: black;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.std {
  font-weight: normal;
  font-size: 10pt;
  color: black;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.stdW {
  font-weight: normal;
  font-size: 10pt;
  color: white;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.fettW {
  font-weight: bold;
  font-size: 10pt;
  color: white;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.mini {
  font-weight: normal;
  font-size: 8pt;
  color: black;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.miniW {
  font-weight: normal;
  font-size: 8pt;
  color: white;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.tiny {
  font-weight: normal;
  font-size: 7pt;
  color: black;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.tinyW {
  font-weight: normal;
  font-size: 7pt;
  color: white;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.error {
  font-weight: bold;
  font-size: 12pt;
  color: red;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.confirm {
  font-weight: bold;
  font-size: 12pt;
  color: green;
  font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

.imgsmall {
  border: 1px solid black;
}

.body {
  background: #ff7a47;
}

.tableeven {
  line-height: 30px;
  background-color: #e7c968;
}

.tableodd {
  line-height: 30px;
  background-color: #e7d598;
}

