.fehlFeld{
color:#FFAAAA;
font-weight:bolder;

}

.phpError{

}

.headText {

}

.inputStandard, .inputShort, .inputLong, .inputError, .inputErrorShort, .inputErrorLong, .inputDate {
background:#6D88C5;
border:1px solid white;
color:#FFFFFF;
font-size:14px;
font-weight:lighter;
padding-left:6px;
margin-left:12px;
}

.inputError, .inputErrorShort, .inputErrorLong {
border:1px solid white;
background:#FF7777;
}

.inputStandard{
width:294px;
}
.inputShort{
width:44px;
margin-right:6px;
}
.inputLong{
width:219px;
}

.inputError{
width:294px;
}
.inputErrorShort{
width:44px;
margin-right:6px;
}
.inputErrorLong{
width:219px;
}
.submitButton{
margin-left:62px;
}
.inputDate{
width:90px;
margin-right:12px;
}