﻿div.buttons 
{
    float: right;
    margin-top: 13px;

}

.br 
{
    height: 22px;
}

.bestellung_text1 {
    padding: 6px 0px 6px 0px;
    width: 20%;
    float: left;
    display: inline;
}

.bestellung_eingabe1 {
    padding: 6px 0px 6px 0px;
    width: 30%;
    float: left;
    display: inline;
}

.bestellung_eingabe2 {
    padding: 6px 0px 6px 0px;
    width: 80%;
    float: right;
    display: inline;

}

.bestellung_eingabe3 {
    padding: 6px 0px 6px 0px;
    width: 50%;
    float: right;
    display: inline;

}

.textfeld_normal 
{
    background-color: white;
    color: #4b4b4b;
    font-size: 12pt;
    /*height: 20px;*/
    border: 1px solid #cdcdcd;
}

div.sprache 
{
    display: inline; 
    width: 25%; 
    height: 100px;
    float: left;

}

div.sprache_text 
{
    display: inline; 
    width: 25%;
    float: left;
}

.label_textNormal {
    font-size: 14pt;
    color: white;
    vertical-align: top;
}

.label_textFehler {
    font-size: 16pt;
    color: red;
    vertical-align: top;
    font-weight: bold;
}