.ubersrift_serie{
    font-size: 2em;
    margin: 10px;

    border: 0px solid Blue;
}


.tabelle{
    padding: 5px;
    height: 470px;
    border: 1px solid Maroon;
    overflow: scroll;
}


.uberschrift{
    font-size: 1.6em;
    margin: 20px 0px 10px 0px;
}


.uberschrift .bemerkung{
    font-size: 0.625em;
}


.attributen_liste{
    margin-left: 10px;
    margin-right: 10px;
    width:740px;
}


.attributen_liste .zeile_w{
    background: #FFFFFF;
    height:20px;
}


.attributen_liste .zeile_g{
    background: #EEEEEE;
    height:20px;
}

.attributen_liste .zeile_g1{
    background: #DDFADC;
    height:20px;
}


.attributen_liste .zeile_g2{
    background: #EDFCED;
    height:20px;
}


.attributen_liste .zeile_y1{
    background: #FFFFC1;
    height:20px;
}


.attributen_liste .zeile_y2{
    background: #FFFFDD;
    height:20px;
}


.anzahl{
    height: 15px;
    width:50px;
    border: 1px solid Black;
    text-align: right;
    color: #000066;
    padding-top:3px;
    padding-left:5px;
}


.preis{
    font-size: 1.2em;
    margin-top:10px;
    width: 790px;
    border: 1px solid #713800;
    border-left:none;
    border-right:none;
    background: #FFCA95;
}

.preis .zeile{
    height: 2em;
}


.bemerkung{
    margin-top:20px;
    font-size: 1em;
    font-weight: normal;
    color:#FF3300;
    padding: 0px 5px;
}

.bemerkung .l{
    float: left;
    width: 15px;
}

.bemerkung .r{
    margin-left: 20px;
    margin-bottom: 4px;
}


.meldung{
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 5px 10px 5px;
}





