.titel{
  font-weight: bold;
  font-size: 30pt;
  
}

.bold{
  font-size: 26pt;
  font-weight: bold;
}

.nummer{
    font-size: 30pt;
    font-weight: bold;
}

.gray{
    color: gray;
}

.gesamt{
    width: 100pt;
}

.gesamt td{
    width: 50%;
    border-collaps: collapse;
    text-align: center;
}
.anzeige{
    text-align: center;
    valihn: top;
    border: 1px solid gray;
}

.anzeige table, .anzeige td{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.anzeige td{
    font-size: 50pt;
    font-weight: bold;
    color: green;
}