#content{
 height: 420px;
 background: #ebebe4;
 padding: 10px;
 color: #464438;
 font-size: 12px;
}

#head p{
    text-align: left;
    padding-top: 20px;
    font-size: 12px;
}

/* ############ CSS fuer Formular #################### */
input.mb {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
height: 20px;
/* background-color:#dbdde1; */
background-color:#ffffff;
border: 1px solid #777777;
}
textarea.mb {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
height: 200px;
background-color:#ffffff;
border: 1px solid #777777;
}

select.mb {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
height: 20px;
background-color:#ffffff;
border: 1px solid #777777;
}

.los {
font-size: 11px;
font-weight: bold;
color: #000000;
background: #c0cbd3;
/* border: 1px solid #000000; */
}
form { display: inline; }

td.feldname {
    width: 70px;
    margin-right: 10px;
    text-align: left;
}

td.feldwert {
    text-align: left;
}

td.inputname {
    width: 150px;
    margin-right: 10px;
    text-align: left;
}

td.inputwert {
    text-align: left;
}

td {
    padding-bottom: 20px;
    padding-right: 5px;
}

img {
    border: 0px;
}