.begaMap_button {
    color: white;
    border-radius: 5px;
    margin-bottom: 5px;
}
.begaMap_button_green2 {
    background-color: #1E8449;
}
.begaMap_button_green3 {
    background-color: #117A65;
}
.begaMap_button_green4 {
    background-color: #148F77;
}
.begaMap_button_abbrechen {
    color: #3b3a3a;
    border-radius: 5px;
    background-color: #f9882a;
}

.begaMap_padding_bottom {
    padding-bottom: 25px;
}

label.begaMap_fett {
    font-weight: bold;
}

select.begaMap {
    overflow-y: hidden;
    border: none;
    border-left: solid #f9882a 5px;
    color: #3b3a3a;
}

begaMap_line_bottom {
    border-bottom: solid;
}

.begaMap_padding_right {
    border-right: solid lightgray 1px;
}
.begaMap_padding_top {
    padding-top: 48px;
}
.rechts {
    float:right;
    margin-left: 0.5em;
}
.begaMap_table td {
    border: none;
}

/* these classes are only used in auto-generated templates*/
textarea.f3-form-error {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

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

.tx-bbb-begamap-be table {
    border-collapse: separate;
    border-spacing: 10px;
}

.tx-bbb-begamap-be table th {
    font-weight: bold;
}

.tx-bbb-begamap-be table td {
    vertical-align: top;
}

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

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

