body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  background-color: white;
}

table.kopf {
  background-repeat: no-repeat;
}

div {
  padding: 5px;
}

table.preis {
  margin: 5px;
}

div.obenabstand {
  margin-top: 10px;
}

div.untenabstand {
  margin-bottom: 10px;
}

div.zentriert {
  text-align: center;
}

span {}

span.gross {
  font-size: 16px;
  white-space: nowrap;
}

span.fett {
  font-weight: bold;
}

span.plus1 {
  font-size: 15px;
}

span.plus2 {
  font-size: 17px;
}

span.plus3 {
  font-size: 19px;
}

span.plus4 {
  font-size: 21px;
}

td.rechts {
  text-align: right;
}