﻿/* 
--------------------------------------------------------------------------------
Formulare
--------------------------------------------------------------------------------
*/
fieldset {
    margin-top: 5px; 
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #9acbee;
}
    fieldset legend {
        color: #0070a0; /*#F58700;*/ /*#0055A6*/
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1em;
        width: auto;
        margin: 0;
        border: none;
    }

    fieldset.messages-error {
        border-color: #CC0000;
    }
        fieldset.messages-error legend {
            color: #CC0000;
        }

    fieldset ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        fieldset ol li {
            padding-bottom: 5px;
            list-style-type: none;
        }

    fieldset fieldset {
        width: auto;
    }

        fieldset fieldset legend {
            font-weight: bold;
            font-size: 0.85em;
        }

.editor-label {
}
td.editor-label {
    text-align: left;
    vertical-align: top;
    /*martina */
    /*padding: 10px 10px 0 0;*/
    padding: 5px 10px 2px 0;
    white-space: nowrap;
}
    td.editor-label label::after {
        content: ":";
    }
td.editor-label-chosen {
    text-align: left;
    vertical-align: top;
    padding: 5px 10px 0 0;
    white-space: nowrap;
}
    td.editor-label-chosen label::after {
        content: ":";
    }

.editor-field {
}
td.editor-field {
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
td.editor-field-chosen {
    text-align: left;
    vertical-align: top;
    padding: 5px 0;
    margin: 0;
}

td.editor-field-radio {
    padding-top: 8px;
    padding-bottom: 8px;
}
td.editor-field-checkbox {
    padding-top: 8px;
    padding-bottom: 0px;
}
.editor-field-display {
    margin-bottom: 5px;
	padding: 8px 0 8px 0;
}
td.editor-fields {
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
    td.editor-fields p {
        margin: 5px 0 0 0;
    }
        td.editor-fields p:first-child {
            margin-top: 10px;
        }
    td.editor-fields label::after {
        content: ":";
    }

label {
    display: block;
    font-weight: 600;
}
label.checkbox {
    display: inline;
}
input, textarea {
    border: 1px solid #C7C7C7;
    background: #fff;
    color: #333;
    /*  Martina 18.12.2015 */
    /* font-size: 1.2em; */
    /* margin: 5px 0 6px 0;*/
    /* padding: 5px; */
    /* width: 300px; */
    font-size: 1em;
    margin: 2px 0 3px 0;
    padding: 2px 5px 2px 5px;
    }

td.editor-field input, textarea {
    width: 100%;
}

select {
    margin: 5px 0 6px 0;
    padding: 3px;
}
textarea {
    font-family: inherit;
    width: 100%;
}
input:focus, textarea:focus {
    border: 1px solid #9ACBEE;
}

input[type="text"]:disabled {
    color: #999999;
    background-color: #DDD;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}
input[type="checkbox"].left {
    margin-right: 8px;
}
input[type="checkbox"].highlight {
    outline: solid 2px #CC0000;
}

input[type="radio"] {
    width: auto !important;
}

input[type="image"] {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
}

.b2fBlue {
    background-color: #0070a0;
}
.b2fBlue:hover {
      background-color: #3069A4;
        border-color: #0055A6;
  }

input[type="submit"].b2fBlue, input[type="submit"].b2fOrange,input[type="submit"].b2fGrey,
input[type="button"].b2fBlue, input[type="button"].b2fOrange, input[type="button"].b2fGrey, 
button.b2fBlue, button.b2fOrange, button.b2fGrey {
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding: 8px 20px;
    margin-right: 8px;
    width: auto;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*
    input[type="submit"].b2fBlue:hover, input[type="submit"].b2fOrange:hover,
    input[type="button"].b2fBlue:hover, input[type="button"].b2fOrange:hover,
    button.b2fBlue:hover, button.b2fOrange:hover {
        background-color: #3069A4;
        border-color: #0055A6;
    }
*/
input[type="submit"].b2fOrange,
input[type="button"].b2fOrange,
button.b2fOrange {
    background-color: #FA8A00;
}

input[type="submit"].b2fGrey,
input[type="button"].b2fGrey,
button.b2fGrey {
    background-color: #cccccc;
}

input[type="submit"].ui-widget,
input[type="button"].ui-widget,
button.ui-widget {
    font-size: 0.9em;
}

input[type="date"], td.editor-field input[type="date"] {
    width: 130px;
}
input[type="text"].time {
    width: 90px;
}

table.checkboxlist {
    width: auto;
}
    table.checkboxlist td {
        text-align: left;
        vertical-align: middle;
        padding-right: 10px;
    }
table.editor-fullsize {
    /* martina  11.09.2015 */
    text-align: left;
    width: 100%;
}
    table.editor-fullsize td.editor-label {
        width: 20%;
    }
    table.editor-fullsize td.editor-field {
        width: 80%;
    }
/* styles for validation helpers */
.field-validation-error {
    color: #CC0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}
input.input-validation-error, 
textarea.input-validation-error,
a.input-validation-error {
    border: 1px solid #CC0000 !important;
}

input[type=radio].input-validation-error {
    outline: 1px solid #CC0000;
    border: 0 none;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.validation-summary-errors {
    color: #CC0000;
    font-weight: bold;
    font-size: 1.1em;
}
.validation-summary-valid {
    display: none;
}



/* 
--------------------------------------------------------------------------------
Meldungen
--------------------------------------------------------------------------------
*/
div.messages-error {
	background-image: url(../images/MessageError.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    border: solid 1px #CC0000;
    padding: 5px 10px 0px 50px;
    margin: 10px 0 10px 0;
    min-height: 40px;
}
    div.messages-error ul {
        margin: 0;
        padding: 0;
    }
    div.messages-error li {
        list-style: none;
        margin: 0 0 8px 0;
        padding: 0;
        color: #CC0000;
    }

p.messages-error, td.messages-error {
    color: #CC0000;
}

div.messages-info {
    background-image: url(../images/MessageInfo.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    border: solid 1px #006699;
    padding: 5px 10px 0px 50px;
    margin: 10px 0 10px 0;
    min-height: 40px;
}
    div.messages-info ul {
        margin: 0;
        padding: 0;
    }
    div.messages-info li {
        list-style: none;
        margin: 0 0 8px 0;
        padding: 0;
        color: #006699;
    }

div.messages-success {
    background-image: url(../images/MessageSuccess.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    border: solid 1px #339900;
    padding: 5px 10px 0px 50px;
    margin: 10px 0 10px 0;
    min-height: 40px;
}
    div.messages-success ul {
        margin: 0;
        padding: 0;
    }
    div.messages-success li {
        list-style: none;
        margin: 0 0 8px 0;
        padding: 0;
        color: #339900;
    }

/* 
--------------------------------------------------------------------------------
Buttons (oben)
--------------------------------------------------------------------------------
*/
div.bmButtonTop {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    line-height: normal;
}
    div.bmButtonTop button.b2fBlue {
        margin-bottom: 10px;
    }

    div.bmButtonTop span.right button.b2fBlue {
        margin-right: 0;
    }

@media all and (max-width: 640px) {
    div.bmButtonTop span {
        width: 49%;
        float: left;
    }
        div.bmButtonTop span:nth-child(2n+1) {
            float: right;
        }
    div.bmButtonTop button.b2fBlue {
        width: 100%;
        margin-bottom: 2px;
    }
}

@media all and (max-width: 480px) {
    div.bmButtonTop span {
        width: 100%;
        float: none;
    }
    div.bmButtonTop button.b2fBlue {
        width: 100%;
        margin-bottom: 2px;
    }
}
/* 
--------------------------------------------------------------------------------
Tabellen
--------------------------------------------------------------------------------
*/
table.display-fullsize {
    text-align: left;
    width: 100%;
}
    table.display-fullsize td.display-label {
        width: 20%;
    }
    table.display-fullsize td.display-field {
        width: 80%;
    }

td.display-label {
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
    white-space: nowrap;
}
    td.display-label label {
        font-size: 0.9em;
        padding-top: 0.1em;
    }
        td.display-label label::after {
            content: ":";
        }

td.display-field {
}

/* bmms */
table.bmEdit {
    border: solid 1px #C7C7C7;
    border-collapse: collapse;
}
    table.bmEdit th {
        font-weight: bold;
        font-size: 95%;

        white-space: nowrap;
        background-color: #DDD;
        padding: 5px 8px;
        border-bottom: solid 1px #999999;
    }
    table.bmEdit td {
        padding: 5px 8px;
        border-bottom: solid 1px #C7C7C7;
        text-align: left;
        vertical-align: middle;
    }
        table.bmEdit td.editor-field {
            border-bottom: solid 1px #999999;
        }
    table.bmEdit input[type="button"] {

        padding: 6px 15px;
        margin-right: 0;
        width: auto;
    }
    table.bmEdit input[type="checkbox"],
    table.bmEdit input[type="radio"] {
        display: inline;

        margin-right: 0px;
        width: auto;
    }

table.bmDisplay {
    border: solid 1px #C7C7C7;
    border-collapse: collapse;
}
    table.bmDisplay th {
        font-weight: bold;
        font-size: 95%;
        white-space: nowrap;
        background-color: #E7E7E7;
        padding: 5px 8px;
        border-bottom: solid 1px #999999;
    }
    table.bmEdit td {
        padding: 5px 8px;
        border-bottom: solid 1px #C7C7C7;
        text-align: left;
        vertical-align: top;
    }

/* 
--------------------------------------------------------------------------------
Email
--------------------------------------------------------------------------------
*/
fieldset.b2fEmail {
    margin-bottom: 0;
}
    fieldset.b2fEmail td.editor-label,
    fieldset.b2fEmail td.editor-label-chosen {
        width: 150px;
    }

.b2fEmailtext {
    font-family: Verdana, Arial, sans-serif;
    color: #333333 !important;
    font-size: 12px;
    line-height: normal;
}

    .b2fEmailtext h1 {
        margin: 0;
        padding: 0;
        font-size: 1.8em;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .b2fEmailtext h2 {
        margin: 0;
        padding: 0;
        font-size: 1.4em;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .b2fEmailtext p {
        padding: 0;
        margin: 0;
    }
    .b2fEmailtext table {
        line-height: normal;
        margin: 0 !important;
        padding: 0;
        border: none;
    }
    .b2fEmailtext td, th {
        text-align: left;
        vertical-align: middle !important;
    }

    /* Links */
    .b2fEmailtext a:link,
    .b2fEmailtext a:visited {
        color: #666666;
        text-decoration: underline;
    }
    .b2fEmailtext a:hover {
        color: #f07f3c;
        text-decoration: underline;
    }

/* Anzeige bei der Eingabe*/
div.b2fEmailtext {
    display: inline-block;
    border: solid 1px #C7C7C7;
    padding: 10px;
}

/* 
--------------------------------------------------------------------------------
Terminverwaltung
--------------------------------------------------------------------------------
*/
div.bmms {
    margin-bottom: 30px;
}
    div.bmms h1 {
        margin-bottom: 10px;
    }

    div.bmms h2 {
        margin: 10px 0 15px 0;
        color: #0055A6;
    }

    div.bmms table {
        font-size: 100%;
        line-height: normal;
        margin-bottom: 10px;
    }

    div.bmms td {
        text-align: left;
        vertical-align: top;
    }

    div.bmms table.dataTable, 
    div.bmms .dataTables_info,
    div.bmms .dataTables_paginate {
        font-size: 90%;
    }

    div.bmms p.buttons {
        float: right;
        margin: 0 0 0 10px;
    }
        div.bmms p.buttons img {
            margin: 0;
            padding: 0;
            border: none;
        }
        div.bmms p.buttons a:hover,
        div.bmms p.buttons a:focus,
        div.bmms p.buttons a:active {
            text-decoration: none;
        }

    div.bmms td.buttons {
        white-space: nowrap;
    }
        div.bmms td.buttons img {
            margin: 0;
            padding: 0;
            border: none;
        }
        div.bmms td.buttons a:hover,
        div.bmms td.buttons a:focus,
        div.bmms td.buttons a:active {
            text-decoration: none;
        }

.bmNew {
    font-weight: bold;
    font-style: italic;
    color: #DD0000;
}

.bmExhibitor {
    color: #ffAA00; /*#FF6600;*/
    cursor: default;
}

.bmVisitor {
    color: #00AA00; /*#006600 ;*/
    cursor: default;
}

.bmDesired {
}
    .bmDesired a,
    .bmDesired a:active,
    .bmDesired a:focus {
        color: #333;
        text-decoration: none;
    }
.bmRequested {
    color: #993300;
}
    .bmRequested a,
    .bmRequested a:active,
    .bmRequested a:focus {
        color: #993300;
        text-decoration: none;
    }
img.bmRequested {
    width: 18px;
    max-width: 18px;
    padding: 0;
    vertical-align: bottom;
}

/* 
--------------------------------------------------------------------------------
Abwesenheitszeiten
--------------------------------------------------------------------------------
*/
div.bmAbsent p { margin: 0; padding: 0; }
div.bmAbsent p.bmAbsentInfo { font-size: 85%; margin-bottom: 10px; }
div.bmAbsent p.bmAbsentError { font-size: 85%; margin-bottom: 10px; color: #CC0000; }

/* 
--------------------------------------------------------------------------------
SMS
--------------------------------------------------------------------------------
*/
div.bmSMSText {
}

table.bmSMSText {
}
    table.bmSMSText td.editor-label {
        width: 120px;
    }

/* Auswahldialog für SMS Texte */
div.bmSMSTextDialog {}

    div.bmSMSTextDialog h1 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 1.1em;
        border-bottom: solid 1px #999999;
    }
    div.bmSMSTextDialog p {
        display: list-item;
        list-style: square;
        margin-left: 15px;
    }
    div.bmSMSTextDialog a {
        color: #DD0000;
        text-decoration: none;
    }
        div.bmSMSTextDialog a:hover {
            color: #008b6c;
            text-decoration: underline;
        }


/* 
--------------------------------------------------------------------------------
Workshops
--------------------------------------------------------------------------------
*/
div.bmWorkshops {}
    div.bmWorkshops h2 {
        color: black;
    }
    div.bmWorkshops p.Ueberschrift {
        font-weight: 600;
        margin: 0.4em 0;
        padding: 0;
    }
    div.bmWorkshops span {
        display: inline-block;
        padding: 0px 1em 0px 0px;
    }
    div.bmWorkshops p.bmError {
        font-size: 85%;
        margin-bottom: 10px;
        color: #CC0000;
    }

/* 
--------------------------------------------------------------------------------
Toolbar
--------------------------------------------------------------------------------
*/
div.bmToolbar {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}
    div.bmToolbar table.bmToolbar {
        padding: 0;
        margin: 0;
    }
    div.bmToolbar table.bmToolbar td {
        padding-right: 10px;
    }
        div.bmToolbar table.bmToolbar td img {
            margin: 0;
            padding: 0;
            border: none;
        }
        div.bmToolbar table.bmToolbar td a {
            display: inline-block;
            padding: 7px 12px;
            border: solid 1px #C7C7C7;
            border-radius: 8px;
            background-color: #E7E7E7;
            box-shadow: 3px 3px 3px 0 rgba(204, 204, 204, 1);
        }
            div.bmToolbar table.bmToolbar td a:hover,
            div.bmToolbar table.bmToolbar td a:focus,
            div.bmToolbar table.bmToolbar td a:active {
                text-decoration: none;
            }
            div.bmToolbar table.bmToolbar td a:hover {
                background-color: #EEE;
            }

/* 
--------------------------------------------------------------------------------
Menu
--------------------------------------------------------------------------------
*/
div.bmMenu {
    background-color: #F58700;  /*#DD0000;*/
    margin: -11px -11px 10px -11px;
    margin-right: -50px;
    padding: 10px;
    color: #ffffff;
}

    div.bmMenu h1 {
        margin: 0 10px 0 0;
        padding-top: 2px;
        padding-bottom: 0;
    }
        div.bmMenu h1 a {
            color: #FFF;
            padding: 10px 20px 10px 0;
            border-right: dotted 1px #FFF;
            margin-right: 20px;
            text-decoration: none;
            font-size: 1.4em;
        }
            div.bmMenu h1 a:hover,
            div.bmMenu h1 a:focus,
            div.bmMenu h1 a:active {
                text-decoration: none;
            }

a.bmButton {
    text-align: center;
    margin-left: 5px;
    padding: 0px 4px 1px 4px;
    text-decoration: none;
    font-size: 1.4em;
    color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #666;
}
    a.bmButton:hover {
        background-color: #DD0000;
    }

/* 
--------------------------------------------------------------------------------
Terminplan
--------------------------------------------------------------------------------
*/
div.bmSchedule {
    margin-bottom: 30px;
}
    div.bmSchedule h2 {
        margin: 10px 0 10px 0;
        color: #0055A6;
    }

        div.bmSchedule h2 img {
            max-height: 24px;
            vertical-align: middle;
        }

    div.bmSchedule table {
        font-size: 90%;
        line-height: normal;
        margin-bottom: 10px;
    }

        div.bmSchedule table label {
            font-size: 100%;
        }

        div.bmSchedule table.editor {
            border: none;
            margin: 0;
        }
            div.bmSchedule table.editor td {
                border: none;
            }
            div.bmSchedule table.editor td.editor-label {
                padding: 5px 8px 5px 0;
                vertical-align: middle;
            }

    div.bmSchedule td.title {
        color: #FFF;
        border-left: solid 1px #0055A6;
        border-right: solid 1px #0055A6;
        background-color: #0055A6;
        padding: 5px 8px;
    }

    div.bmSchedule p.buttons {
        float: right;
        margin: 0 0 0 10px;
    }
        div.bmSchedule p.buttons img {
            margin: 0;
            padding: 0;
            border: none;
        }
        div.bmSchedule p.buttons a:hover,
        div.bmSchedule p.buttons a:focus,
        div.bmSchedule p.buttons a:active {
            text-decoration: none;
        }

table.bmSchedule, table.bmWaitinglist {
    font-size: 90%;
    line-height: normal;
    margin-bottom: 10px;
    border: solid 1px #C7C7C7;
    border-collapse: collapse;
}
    .contact3 {
        width: 270px;
    }
    .contact2 {
        width: 350px;


    }
    .contact1 {
        width: 450px;


    }

    table.bmSchedule th {
        font-weight: normal;
        color: #003C7E;
        background-color: #E9E9E9;
        padding: 5px 8px;
        border: solid 1px #C7C7C7;
        border-bottom: solid 1px #999999;
        text-align: center;
    }
        table.bmSchedule th.time {
            width: 110px;
        }
        table.bmSchedule th.contactname {

            text-align: center;
            font-weight: bold;
        }
        table.bmSchedule th p.buttons {
            float: right;
            margin: 0 0 0 10px;
        }

    table.bmWaitinglist th {
        font-weight: normal;
        color: #FFF;
        background-color: #0055A6;
        padding: 5px 8px;
        border: solid 1px #C7C7C7;
        text-align: left;
    }

    table.bmSchedule td, table.bmWaitinglist td {
        padding: 5px 8px;
        border: solid 1px #C7C7C7;
        text-align: left;
        vertical-align: top;
    }

        table.bmSchedule td.day {
            color: #FFF;
            border-left: solid 1px #0055A6;
            border-right: solid 1px #0055A6;
            background-color: #0055A6;
        }
        table.bmSchedule td.time {
            color: #003C7E;
            white-space: nowrap;
            width: 110px;
        }

/*
table.bmSchedule td.meetingpoint {
    background-image: Url(/Content/images/Meetingpoint.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 6px 7px;
    padding-left: 23px;
}

table.bmSchedule p.meetingpoint {
    background-image: Url(/Content/images/Meetingpoint.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-top: 3px;
    padding-left: 18px;
}
*/
    table.bmSchedule p.meetingpoint {
        padding-top: 5px;
    }
    table.bmSchedule td.prioritytime {
        font-weight: bold;
    }
    table.bmSchedule td.workshop {
        background-color: #DDD;
        text-align: center;
    }
    table.bmSchedule td.break {
        background-color: #DDD;
        text-align: center;
    }
    table.bmSchedule td.absent {
        background-color: #DDD;
        text-align: center;
    }
    table.bmSchedule td.modified {
        font-weight: bold;
    }
    table.bmSchedule td.highlight {
        border: solid 2px #45BB37;
    }

    table.bmWaitinglist td.priority {
        width: 110px;
    }

/* 
--------------------------------------------------------------------------------
Teilnehmerliste
--------------------------------------------------------------------------------
*/
div.bmParticipantlist {
    margin-bottom: 15px;
}
    div.bmParticipantlist h3 {
        color: #FFF;
        background-color: #0055A6;
        padding: 5px 10px;
        margin-bottom: 5px;
        border: solid 1px #0055A6;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

/* 
--------------------------------------------------------------------------------
Help-Desk
--------------------------------------------------------------------------------
*/
div.bmHelpdesk {
}

h4.bmHelpdeskGroup {
    font-weight: bold;
    text-align: left;
    font-size: 1em;
    padding: 5px 8px;
    margin: 0;
    border: solid 1px #AAA;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #E7E7E7;
}
div.bmHelpdeskGroup {
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

    div.bmHelpdeskGroup h5 {
        font-weight: bold;
        text-align: left;
        font-size: 0.95em;
        margin: 5px 0;
        padding: 0;
    }

    div.bmHelpdeskGroup h6 {
        font-weight: normal;
        text-align: left;
        font-size: 0.85em;
        margin: 0;
        padding: 0;
        margin-left: 20px;
    }
        div.bmHelpdeskGroup h6.bmToggleboxHeader,
        div.bmHelpdeskGroup h6.bmToggleboxHeaderDisabled {
            display: block;
            position: relative;
            margin: 0;
            padding: 0 0.5em 0 2.2em;
            min-height: 0px;
        }
        div.bmHelpdeskGroup h6.bmToggleboxHeader {
            cursor: pointer;
        }
            div.bmHelpdeskGroup h6.bmToggleboxHeader.active {
                font-weight: bold;
            }

    div.bmHelpdeskGroup .bmToggleboxHeaderIcon {
        position: absolute;
        left: 0.5em;
        top: 0.95em;
        margin-top: -8px;
    }

    div.bmHelpdeskGroup div.bmToggleboxContent {
        padding: 0 0.5em 0.8em 2.2em;
        margin: 0;
        border: none;
        font-size: 0.85em;
    }
        div.bmHelpdeskGroup div.bmToggleboxContent table {
            margin: 0;
            width: 100%;
        }
            div.bmHelpdeskGroup div.bmToggleboxContent table td {
                padding: 0.5em 0;
                border-top: dashed 1px #AAA;
                border-bottom: dashed 1px #AAA;
            }
            div.bmHelpdeskGroup div.bmToggleboxContent table tr:last-child td {
                border-bottom: dashed 1px #AAA;
            }

    div.bmHelpdeskGroup p.bmHelpdeskCode {
        font-weight: bold;
        margin-top: 0.3em;
    }

/* 
--------------------------------------------------------------------------------
Popup
--------------------------------------------------------------------------------
*/
div.bmPopup {
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

    div.bmPopup .bmLogo {
        float: right;
    }

        div.bmPopup .bmLogo img {
            max-width: 120px;
            max-height: 120px;
        }

    div.bmPopup h1.bmDatetime {
        font-size: 1em;
        color: #0055A6;
        background-image: Url(/Content/images/Time.png);
        background-size: 48px 48px;
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 58px;
        padding-bottom: 15px;
        border-bottom: solid 1px #666666;
        margin-bottom: 15px;
    }

    div.bmPopup h2 {
        font-size: 0.9em;
        margin: 10px 0 5px 0;
        line-height: normal;
    }

    div.bmPopup p, div.bmPopup table {
        font-size: 0.9em;
        line-height: normal;
    }

    div.bmPopup td {
        padding: 0 8px 5px 0;
        text-align: left;
        vertical-align: top;
    }

div.bmPopupCatalogue {
    background: #FFF none repeat scroll 0% 0%;
    padding: 15px 40px;
    text-align: left;
    max-width: 90%;
    margin: 40px auto;
    position: relative;
    font-size: 90%;
}

/* 
--------------------------------------------------------------------------------
Togglebox
--------------------------------------------------------------------------------
*/
div.bmTogglebox {
}
    div.bmTogglebox h2 {
        padding: 0.7em 0.5em 0.7em 0.7em;
        margin: 0;
        min-height: 0px;
        font-size: 1em;
        border: 1px solid #AAA;
    }
h3.bmToggleboxHeader {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 2.2em;
    min-height: 0px;
    font-size: 1em;
    font-weight: normal;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}
    h3.bmToggleboxHeader:first-child {
        border-top: 1px solid #AAA;
    }

    h3.bmToggleboxHeader.active {
        font-weight: bold;
        background-color: #E7E7E7;
    }

.bmToggleboxHeaderIcon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}

div.bmToggleboxContent{
    padding: 0.5em 0.5em 0.5em 2.2em;
    margin: 0;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}
    div.bmToggleboxContent table {
        margin: 0;
        width: 100%;
    }
        div.bmToggleboxContent table td {
            padding: 0.5em 0;
            border-bottom: dashed 1px #AAA;
        }
        div.bmToggleboxContent table tr:last-child td {
            border-bottom: none;
        }
/* 
--------------------------------------------------------------------------------
Tooltip
--------------------------------------------------------------------------------
*/
.ui-tooltip {
    font-size: 0.7em !important;
    line-height: 1.5em;
    max-width: 600px;
}
    .ui-tooltip h1 {
        margin: 0;
        padding: 0;
        color: #0055A6;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.5em;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: solid 1px #999999;
    }
    .ui-tooltip p {
        padding: 0px 0px 2px 0px;
    }

    .ui-tooltip table td {
        text-align: left;
        vertical-align: top;
        padding-right: 5px;
    }

.ui-tooltip-text {
    cursor: pointer;
    color: #1F4E8E !important;
}
    .ui-tooltip-text:hover {
        color: #1F4E8E !important;
        text-decoration: underline;
    }
	
	
/*
-------------------------------------------------------------------------------
Tabs
--------------------------------------------------------------------------------
*/
.ui-widget label {
    font-size: 1em;
}
.ui-widget input, 
.ui-widget textarea {
    font-size: 1.2em;
}
.ui-tabs-panel input.ui-widget[type="submit"], 
.ui-tabs-panel input.ui-widget[type="button"], 
.ui-tabs-panel button.ui-widget {
    font-size: 1em;
}

/* 
--------------------------------------------------------------------------------
tinymce
--------------------------------------------------------------------------------
*/


/* Anpassungen Martina */

.field-validation-error     { color: #DD0000; font-weight: normal; padding-left: 10px; }

.ui-widget{ font-size: 0.8125em;}

p.buttonTop{
    margin: 15px 0 0 0;
}
p.msgUnten{
    text-align: right;
    font-size: 0.75em;
    opacity: 0.85;
}
p.msgOben {
    opacity: 0.85;
}

#Workshop
#Workshop .Uhrzeit {
    font-weight: bold;
}
#Workshop .Ueberschrift {
    font-weight: bold;
    color: #F58700;
    font-size: 1.2em;
    margin: 10px 0 0 0;
}
#Workshop p 
{
    padding: 5px 0px 5px 0;
}

/* 
--------------------------------------------------------------------------------
admin
--------------------------------------------------------------------------------
*/
#areaAdmin {
    font-size: 0.8725em;
    margin: 0;
    padding: 5px;
    width: 100%;
}
/*
    #areaAdmin.box h1 {
    background-color: #DD0000;
    color:  #FFFFFF;
}
*/

#areaAdmin table {
    text-align: left;
}



/* 
--------------------------------------------------------------------------------
organiser
--------------------------------------------------------------------------------
*/

#areaOrganiser {
    margin: 0;
    padding: 5px;
    width: 100%;
}
#areaOrganiser select { width: 30%; }
/*
workshops
*/
#areaWorkshop {
    line-height: 1.2;
}
#areaWorkshop span { 
    display: inline-block;
    width: auto;
    padding: 0 1em 0 0; 
}
#areaWorkshop p.Ueberschrift { 
    font-weight: 600;
    padding: 1em 0 0.3em 0;

}


/* 
--------------------------------------------------------------------------------
Partner
--------------------------------------------------------------------------------
*/

#areaPartner {
    margin: 0;
    padding: 5px;
    width: 100%;
}

/* 
--------------------------------------------------------------------------------
dies und das
--------------------------------------------------------------------------------
*/

label {
    font-size: 0.8125em;
}
select 
{ 
    border-radius: 5px; 
    box-shadow: inset 0px 0px 3px white, 0px 1px 1px rgba(0,0,0,0.1);
}
td.editor-field-chosen.RequiredBorder ul{
    border-color: #DD0000;
}

td.editor-field.Required ul {
    border-color: #DD0000;
}
/* 
--------------------------------------------------------------------------------
EventPartner
--------------------------------------------------------------------------------
*/

#areaEventPartner {
    text-align: left;
    font-size: 0.8125em;
    line-height: normal;
}

#areaEventPartner label
{ 
    display: inline-block; font-size: 0.78em; font-weight: normal;
}
#areaEventPartner label::after
{ 
    content: " :";
}

/* 
--------------------------------------------------------------------------------
Anmeldung
--------------------------------------------------------------------------------
*/
    td.editor-label-Required {
        color: #DD0000;
    }
    td.editor-label-Required label::after {
        content: ":*";
    }


#anmeldung {
    margin: 0;
}
#anmeldung h5 /*, #anmeldung h4*/
{
    border: none;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #F58700;
    border-bottom: solid 1px #F58700;
    text-align: left;
    height: auto;
    min-height: inherit;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}
#anmeldung div.inner {width : 75%; float: left;}
#anmeldung input[type="radio"] {
    width: 50px;
    margin: 7px 0 0 20px;
    background-color: transparent;
}
#anmeldung input[type="text"].T100 {
    width: 100px !important;
}
#anmeldung input[type="text"].T200 {
    width: 200px !important;
}
#anmeldung input[type="text"].T300 {
    width: 300px !important;
    width: 300px !important;
}
#anmeldung input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: 50px;
}
#anmeldung textarea {
    font-size: 1em;
    margin: 3px 0 3px 0;
    padding: 2px;
    border-radius: 5px; 
    height: 10em;
}

#anmeldung textarea.RequiredBorder {
    border-color: #dd0000;
}
.BankingView { font-size: 0.875em;}
.boxgebuehr {
    float: right;
    height: auto;
    font-size: 0.8em;
    padding: 5px;
    line-height: 1;
    border: solid 1px #cccccc;
}
#boxFee.boxgebuehr h6 {
    margin: -6px -6px 10px -6px;
    font-size: 1.4em;
}
.boxgebuehr .textleft {
    width: 100px;
    text-align: left;
    height: auto;
    line-height: 1.2;
}
#anmeldung .boxgebuehr textarea.textleft {
    width: 100px;
    text-align: left;
    height: auto;
}
#anmeldung .boxgebuehr input.textright {
    width: 40px;
    text-align: right;
    height: auto;
}
/*
#anmeldung td.editor-field input[type="text"], #anmeldung textarea {
    width: 75%;
}
    */
#anmeldung td.editor-field input[type="radio"] {
    margin-right: 10px;
}




#dialog {font-size: 0.825em; line-height: 1.2;}

.transparent {
    font-size : 1px;
    color : transparent;
}
#areaDataTable {

    font-size: 0.8125em;
    line-height: 1.2;
    margin: 0;
    padding: 5px;
    width: 100%;

}
#areaDataTable select {width: auto;}

#nhDataTableList { }

a.LinkInListe {
    width: 16em;
    height: 2.5em;
    padding: 0.5em;
    display: block;
    margin: 0 0 7px 0;
    text-align: center;
    background-color: #0070a0;
    color: #FFFFFF;

	border: 1px solid transparent;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.4);
}
a.LinkInListe:hover{
    background-color: #DD0000; 
    color: #FFFFFF;
    text-decoration: none;
}

/* 
--------------------------------------------------------------------------------
my b2fair
--------------------------------------------------------------------------------
*/
#areaMyB2fair {
    margin: 0;
}

#areaMyB2fair .box.aside {
    min-width: 97%;
    text-align: left;
    font-size: 1em;
    line-height: normal;
}

#areaMyB2fair #EventPartnerView
{
    font-size: 0.8125em;
    line-height: normal;
}

#EventPartnerView
{
    line-height: normal;
}

/*
--------------------------------------------------------------------------------
bmms - martina
--------------------------------------------------------------------------------
*/
    div.bmms{
        padding: 10px;
	    border: 1px solid #cccccc;
    }
    #bmMenu {
    }
/*
    #bmMenu ul { display: none; }
*/

    #bmMenu h1 span {
        color: #ffffff;
    }
    .bmms h1 {
        background-color: #F58700;
        margin: -11px -11px 0 -11px;
        padding: 10px;
        color: #ffffff;
    }

.betrag 
{
    width: 100px;
    text-align: right;
    margin-right: 50px;
}



/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #ebf5fc; 
  }
table.dataTable thead th:active, table.dataTable thead td:active {
      outline: none; }
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #ebf5fc; 
}
table.dataTable tbody tr {
    background-color: #ebf5fc; 
}
table.dataTable tbody tr.selected {
      background-color: #b0bed9; 
}
#areaDataTable table.dataTable tbody tr td table.datatablebuttons tr {background-color: transparent;}


table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: none;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, 
    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none; 
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid white;
    border-right: 1px solid white; 
}
table.dataTable.cell-border tbody tr th:first-child,  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid white; 
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; 
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #e5eff6; 
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3; 
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #e2ecf2; /*#9acbee;  #e2ecf2;  */
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
      background-color: #00dd00; /*#a9b7d1; */
}
table.dataTable.order-column tbody tr > .sorting_1,  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3 
{
    background-color: #e6f0f6; 
}
    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad4;
    }
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #dee7ee; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #dfe9f0; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: #e1ebf2; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #e6f0f6; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #e8f2f8; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #eaf4fa; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #d7e0e7 ; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #d9e2e9; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #dce5ec; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  table.dataTable.no-footer {
    border-bottom: 1px solid #ebf5fc; }
/*
 * Control feature layout
 */
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #333333 !important;
        border: 1px solid #549ddd;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #c7dff4));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, #c7dff4 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, white 0%, #c7dff4 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, white 0%, #c7dff4 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, white 0%, #c7dff4 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, white 0%, #c7dff4 100%);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #0070a0;
        background-color: #97bbe0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bbe0), color-stop(100%, #0070a0));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #97bbe0 0%, #0070a0 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #97bbe0 0%, #0070a0 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #97bbe0 0%, #0070a0 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #97bbe0 0%, #0070a0 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #97bbe0 0%, #0070a0 100%);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background-color: #508dcc;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #508dcc), color-stop(100%, #336eac));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #508dcc 0%, #336eac 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #508dcc 0%, #336eac 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #508dcc 0%, #336eac 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #508dcc 0%, #336eac 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #508dcc 0%, #336eac 100%);
        /* W3C */
        box-shadow: inset 0 0 3px #111; }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 245, 252, 0)), color-stop(25%, rgba(235, 245, 252, 0.9)), color-stop(75%, rgba(235, 245, 252, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(235, 245, 252, 0) 0%, rgba(235, 245, 252, 0.9) 25%, rgba(235, 245, 252, 0.9) 75%, rgba(235, 245, 252, 0) 100%);
    background: -moz-linear-gradient(left, rgba(235, 245, 252, 0) 0%, rgba(235, 245, 252, 0.9) 25%, rgba(235, 245, 252, 0.9) 75%, rgba(235, 245, 252, 0) 100%);
    background: -ms-linear-gradient(left, rgba(235, 245, 252, 0) 0%, rgba(235, 245, 252, 0.9) 25%, rgba(235, 245, 252, 0.9) 75%, rgba(235, 245, 252, 0) 100%);
    background: -o-linear-gradient(left, rgba(235, 245, 252, 0) 0%, rgba(235, 245, 252, 0.9) 25%, rgba(235, 245, 252, 0.9) 75%, rgba(235, 245, 252, 0) 100%);
    background: linear-gradient(to right, rgba(235, 245, 252, 0) 0%, rgba(235, 245, 252, 0.9) 25%, rgba(235, 245, 252, 0.9) 75%, rgba(235, 245, 252, 0) 100%); }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ebf5fc; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
} 


/*---------------------------------------------------------------------------------------------------*/ 
/* MEDIA */
/*---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 40em) {
    #anmeldung div.inner {width : 75%; }
}
@media only screen and (min-width: 48.875em) {
    #anmeldung div.inner {
        width: 80%;
    }
}
@media only screen and (min-width: 78em) {
    .boxgebuehr .textleft {
        width: 125px;
        font-size: 1em;
    }

    #anmeldung .boxgebuehr textarea.textleft {
        width: 125px;
    }

    #anmeldung .boxgebuehr input.textright {
        width: 65px;
        font-size: 1em;
    } 
}

