#inhalt p {
    width: 650px;
    line-height: 1.5em;
    text-align: justify;
}

.preisliste {
    font-family: Georgia, Helvetica, sans-serif;
    width: 110px;
}

fieldset {
    font: 95% Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #009900;
    width: 630px;
}

#rechtespalte {
    float: right;
    visibility: visible;
    width: 125px;
    padding-top: 11.2em;
}

#rechtespalte h2 {
    color: #bebcb5;
    background: transparent;
    padding: 0;
    margin: 10px 0 0 0;
}

#rechtespalte h3 {
    margin-top: 0;
    border-width: 0 0 1px 0;
}

#rechtespalte p {
    margin: 10px 5px;
    font-size: 70%;
    line-height: 1.3em;
}

#rechtespalte p.datum {
    margin: 10px 0 2px 0;
}

label {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
 }

 label.leer {
    margin-top: 10px;
    margin-left: 5px;
    width: 265px;
    height: 30px;
 }


 label.saison {
    text-align: center;
    width: 90px;
    margin-left: 5px;
    margin-top: 10px;
    height: 30px;
 }

 label.preise {
    text-align: center;
    width: 90px;
    margin-bottom: 5px;
    margin-left: 5px;
    height: 28px;
}

 label.preise1 {
    text-align: center;
    width: 90px;
    margin-bottom: 5px;
    margin-left: 5px;
    height: 28px;
    background-color: #ccff99;
}

label.artikel {
    margin-left: 5px;
    width: 265px;
    height: 28px;
    text-align: left;
}

label.artikel1 {
    margin-left: 5px;
    width: 265px;
    height: 28px;
    text-align: left;
    background-color: #ccff99;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
    display: block;
    float: left;
    width: 95px; /* Breite.*/
    margin-bottom: 5px;
    margin-right: 10px;
    /* border: 1px solid black; */
    height: 17px;
    cursor: pointer;
}
