LABEL{
    display: block;
}
.submit{
    background: #FFFFFF;
    color:#767676;
    font-weight: bold;
    border:0;
    margin-right:5px;
    cursor: pointer;
    font-size: 1em;
    outline: none;
}
.submit-hover{
    background: #FFFFFF;
    color:#AE1C1D;
    font-weight: bold;
    border:0;
    margin-right:5px;
    cursor: pointer;
    font-size: 1em;
    outline: none;
}
.textField{
    width: 11.8em;
}
.filetField{
    width: 11.8em;
}
.textareaField{
    width: 38.25em;
    height: 10em;
}
.formButtons{
    position: relative;
    width: 45.89em;
    margin-top:15px;
}
.formButtons #formReset{
    position: absolute;
    right: 0;
    padding:0 .25em 0 .25em;
    width:10em;
    overflow:visible;
}
.formButtons #formSubmit{
    position: absolute;
    left: 0;
    padding:0 .25em 0 .25em;
    width:10em;
    overflow:visible;
}
.formItem{
    margin-bottom:10px;
    float:left;
    width:19em;
    margin-right:1em;
}
#callbackLabel{
    display: inline;
}
#callback{
    margin:0
}
#phonenumberItem{
    display:none;
}
#warning, #warningApplication{
    display:none;
}
.error, .warning{
    color:#FF0000;
}

#bewerbung {
    display:none;
}
#kontakt{
    display:none;
}
/* Haupt-Navigation */
#mainnavi{
    height:1.5em;
}
