/* default styles for extension "tx_nestor_joblist" */
.three-images img {
    height: auto;
    max-width: 100%;
    padding-bottom: 10px;
}
/* default styles for extension "tx_kaufberater" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-kaufberater table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-kaufberater table th {
        font-weight:bold;
    }

    .tx-kaufberater table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
