form span {
    visibility: hidden;
}

form table {
    width: 100%;
}

td {
    padding: 0.2em;
}

caption {
    font-size: 1.2em;
    color: #660000;
    text-align: left;
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    font-weight: bold;
}

legend {
    border-style: groove;
    border-width: 2px;
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
    color: #660000;
}

input {
    margin-bottom: .5em;
}

.feld {
    width: 300px;
}

.aktivh {
    text-decoration: underline;
    font-weight: inherit;
    color: #cccccc;
}

table h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.produkte input {
    width: 30px;
}

.beschreibung {
    width: 40%;
}

#daten input {
    border-style: none;
    width: 100%;
    background-color: #cccccc;
}

.personenbezogen {
    width: 15%;
}

#abschicken {
    width: 150px;
    height: 1.8em;
    cursor: pointer;
}

#loeschen {
    width: 150px;
    height: 1.8em;
    cursor: pointer;
}

#bestellen {
    width: 170px;
    height: 1.8em;
    cursor: pointer;
}

.textrechts {
    text-align: right;
}

.sternchen {
    font-size: 0.8em;
    font-weight: bold;
}

.bestellung {
    font-size: 0.9em;
    float: left;
    width: 260px;
    text-align: right;
}

.preis {
    padding: 0 0 0 10px;
    font-size: 0.9em;
    float: left;
    color: blue;
    width: 180px;
}

.platzhalter {
    height: 8px;
    float: left;
    width: 100%;
    visibility: hidden;
}

#fehler {
    margin: 0 auto;
    height: 1.5em;
    font-size: 1em;
    width: 500px;
}

.beitrag {
    text-align: right;
    width: 150px;
}

#auswertung table {
    width: 100%;
}

#auswertung .num {
    text-align: right;
}

#auswertung .sum>td {
    border-top: 1px solid #000;
}

#auswertung .total {
    border-bottom: 3px double #000;
}

p.notice {
    font-size: smaller;
    font-weight: bold;
}