﻿
contHead /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, submit, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
    font-size: 1em;
    line-height: 1.375em;
    color: #000;
    letter-spacing: 0.04em;
}

.clear {
    clear: both;
    line-height: 0;
}

body {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    background: #efefef;
    line-height: 20px;
}

h1 {
    width: auto !important;
}

#lblAktBuMo {
    color: #fff;
}

.contBox {
    width: 980px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCCCCC;
    margin: auto;
    position: relative;
}


.div_Anzahl_Menu {
    color: blue;
    display: inline;
    position: absolute;
    top: +6px;
    right: -20px;
}

.contHead {
    padding: 8px 00px;
    background: #2e363c;
    position: relative;
    height: 110px;
}

    .contHead ul {
        list-style: none;
        z-index: 10;
    }

        .contHead ul li {
            display: inline-block;
            position: relative;
            z-index: 100;
        }

            .contHead ul li span {
                position: absolute;
                top: -6px;
                right: -7px;
                border-radius: 18px;
                font-size: 10px;
                width: 18px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                background-color: blue;
                font-weight: 300;
                color: white;
                z-index: 1;
            }

    .contHead .logo {
        position: absolute;
        top: 19px;
        left: 30px;
    }

        .contHead .logo img {
            width: 110px;
            margin-bottom: 10px;
        }

        .contHead .logo a {
            display: block;
            font-size: 11px;
            color: #ccc;
            line-height: 14px;
            text-align: center;
            text-decoration: none;
        }

    .contHead .menu {
        width: 100%;
        text-align: center;
        margin-top: 6px;
    }

        .contHead .menu a {
            text-decoration: none;
            /*color: #999;*/
            color: #f7f3f3;
            display: inline-block;
            text-shadow: #000000 1px 1px 2px;
            background: #454e53;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #454e53;
            padding: 4px 18px;
            text-align: center;
            width: 120px;
            font-weight: 600;
        }

            .contHead .menu a:hover,
            .contHead .menu a.active {
                color: #ffffff;
                background: #b5c818;
            }

    .contHead .logout {
        position: absolute;
        top: 14px;
        right: 30px;
    }

        .contHead .logout a {
            color: #ffffff;
            display: inline-block;
            padding: 4px 18px 4px 36px;
            background: #454e53;
            text-decoration: none;
            font-weight: 600;
            margin-bottom: 4px;
            width: 140px;
        }

            .contHead .logout a:before {
                position: absolute;
                font-family: 'FontAwesome';
                top: 4px;
                left: 14px;
                content: "\f011";
                color: #b5c818;
                font-weight: 300;
            }

        .contHead .logout span {
            display: block;
            font-size: 11px;
            color: #ccc;
            line-height: 14px;
            text-align: center;
        }

            .contHead .logout span input {
                background: transparent !important;
                font-size: 11px;
                color: #ccc;
                line-height: 14px;
                width: 36px;
                margin-left: 6px;
                border: 0;
                padding: 0;
            }

    .contHead .submenu {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: #b5c818;
        left: 0;
        padding: 8px 18px;
        letter-spacing: 0.03em !important;
    }

        .contHead .submenu a {
            display: inline-block;
            margin: 0 10px;
            text-decoration: none;
            font-size: 14px;
            line-height: 23px;
            color: #2e363c;
            font-weight: 600;
        }

            .contHead .submenu a:hover,
            .contHead .submenu a.active {
                border-bottom: 2px solid #2e363c;
            }

.contContent {
    padding: 12px 30px 8px 30px;
    height: 640px;
    overflow: hidden;
}

.tools {
    font-size: 13px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
}

#div_VBU_Inhalt table {
    width: 100% !important;
}

    #div_VBU_Inhalt table td {
        padding: 4px !important;
    }

        #div_VBU_Inhalt table td input[type="button"] {
            width: auto !important;
            font-size: 12px !important;
        }

.ul_TabBereichKopf li {
    cursor: pointer;
}

#txtSucheNummer,
#PopUp input[type="text"], #PopUp select,
#PopUpBewegung input[type="text"], #PopUpBewegung select,
#PopUpBE input[type="text"], #PopUpBE select {
    font-size: 13px;
    border: 1px solid #999;
    padding: 2px 4px;
    line-height: 15px;
}

/* Popups */
input[type="text"],
input[type="password"],
select,
textarea {
    font-size: 13px;
    border: 1px solid #999;
    padding: 2px 4px;
    width: 100%;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

#PopUp_Funktionsliste h1 {
    padding: 4px 10px !important;
}

#PopUp_Funktionsliste {
    font-size: 14px !important;
}


.tools input[type="text"] {
    font-size: 13px;
    border: 1px solid #999;
    padding: 2px 4px;
    width: 74px;
    margin-left: 10px;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    line-height: 15px;
}

.tools span {
    line-height: 20px;
}

.tools .col1 {
    width: 24%;
    float: left;
    line-height: 20px;
}

.tools .col2 {
    width: 20%;
    float: left;
    line-height: 20px;
}

.tools .col3 {
    width: 300px;
    float: left;
    line-height: 20px;
}

.tools .colIcons {
    float: right;
    margin-top: -6px;
}

h1 {
    font-size: 22px;
    margin: 0 0 9px 0;
}

i.fa,
i.fal,
i.fab,
i.far,
i.fas {
    width: 30px;
    height: 30px;
    background: #9a9fa3;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 30px;
    font-size: 15px;
    margin-left: 2px;
    cursor: pointer;
    position: relative;
}

    i.fas.navIcon {
        font-size: 20px;
        background: transparent;
        color: #666;
        padding-right: 0;
        padding-left: 0;
        width: 18px;
        margin: 1px;
    }

.colIcons #txtMitgliedsnummer {
    position: relative;
    top: 2px;
    margin-left: 4px;
}
/*immer wenn frmcontent und i.fa .... gilt, dann den folgenden style verwenden*/
.frmContent i.fa,
.frmContent i.fal,
.frmContent i.fab,
.frmContent i.far,
.frmContent i.fas {
    background: transparent;
}

.frmLabel {
    display: block;
    margin-bottom: 4px;
    float: left;
    width: 30%;
    clear: left;
    line-height: 22px;
}

input.frmText {
    border: 1px solid #cccccc;
    padding: 4px;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    width: 70%;
    float: left;
    line-height: 15px;
    height: 25px;
}

textarea.frmTextarea {
    border: 1px solid #cccccc;
    padding: 4px;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    width: 70%;
    float: left;
    height: 40px;
}

.frmContent {
    background: #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d5d5d5;
    margin: auto;
    font-size: 13px;
    padding: 18px;
    position: relative;
    margin-bottom: 5px;
}

.frmContentLeft {
    width: 50%;
    margin-right: 5%;
    float: left;
}

.frmContentRight {
    width: 45%;
    float: left;
}

#txtVerband {
    width: 20%;
    margin-right: 1%;
}

#txtVbName {
    width: 49%;
}

#txtLandKz {
    width: 8%;
    margin-right: 1%;
}

#txtPLZ {
    width: 20%;
    margin-right: 1%;
}

#txtOrt {
    width: 40%;
    margin-right: 0;
}

#txtTelefon {
    width: 34.5%;
    margin-right: 1%;
}

#txtTelefax {
    width: 34.5%;
}

#txtGeschaeftszeiten {
    margin-bottom: 0;
}

*[style*="visibility:hidden"] {
    display: none;
}

/* Tabelle Ajax */
.td_TAB_Over,
.td_MVB_TAB_Over,
.td_TAB_Aktiv,
.VB_Fin_Tabs td[style*="background-color: white;"],
table.table_VB_Listen_Inhalt tr:first-child td[style*="background-color: white;"] {
    border: 0 !important;
    background: #b5c818 !important;
    text-decoration: none !important;
    color: #2e363c !important;
    font-family: 'open_sanssemibold', sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
}


.ul_TabBereichKopf {
    list-style: none;
    width: 100%;
    background: #2e363c !important;
}

    .ul_TabBereichKopf li {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-family: 'open_sanssemibold', sans-serif !important;
        letter-spacing: 0.05em;
        color: #ffffff;
    }

        .ul_TabBereichKopf li a {
            text-decoration: none;
            color: #ffffff;
        }

            .ul_TabBereichKopf li.active,
            .ul_TabBereichKopf li a.active {
                background: #b5c818 !important;
                color: #2e363c;
            }

.div_TabBereich_Inhalt {
    padding: 18px;
}

.ul_Listenauswahl {
    list-style: none;
    width: 100%;
}

    .ul_Listenauswahl li {
        width: calc(50% - 4px);
        display: inline-block;
        background: #ffffff;
        margin: 2px;
        padding: 5px;
        cursor: pointer;
    }

        .ul_Listenauswahl li:hover {
            background: #f2f2f2;
        }
/*€ in rot*/
.TAB_IStopp {
    border: 0 !important;
    background: red !important;
    /*color: #fff !important;*/
    color: darkred !important;
    font-family: 'open_sanssemibold', sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
    text-align: center;
}

.td_TAB_Normal,
.VB_Fin_Tabs td,
table.table_VB_Listen_Inhalt tr:first-child td[style*="background-color: silver;"] {
    border: 0 !important;
    background: #2e363c !important;
    color: #fff !important;
    font-family: 'open_sanssemibold', sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

#div_TAB_Inhalt_VB_Satmmdaten {
    padding: 18px !important;
    height: 239px !important;
    overflow: hidden;
}

.trInaktiv td,
.tr_Inaktiv td,
.tr_Aktiv td,
.trAktiv td,
#tr_sucheNach td,
.tr_Ueberschrift td,
#tb_VB_Inhalt td,
#td_ tr td,
#VB_Finanzen_Inhalt td,
.VB_Fin_Tabs td,
table.table_VB_Listen_Inhalt tr td,
#div_TAB_Beitraege_Ueberschrift td,
#div_TAB_Beitraege_Inhalt td,
#tb_VB_Ueberschrift td {
    padding: 8px 8px !important;
    border-bottom: 1px solid #bebebe !important;
}

.VB_Geschaeftszeiten {
    width: 100%; 
    text-align: center; 
    font-size: 1.4em;
    font-weight: bold;
    height: 20px!important;
    border: 1px solid blue;
   
}

.VB_Geschaeftszeiten_2Z {
    width: 100%;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
}

.COLOR_MeinVdK
{
    color: blue;
}
#tr_sucheNach input {
    padding: 4px;
    border: 1px solid #999;
}

#td_ tr td {
    padding: 8px 8px !important;
    border: 0 !important;
    border-bottom: 1px solid #bebebe !important;
    background: transparent !important;
    vertical-align: top !important;
}

#td_ tr {
    background: transparent !important;
}

    #td_ tr:first-child {
        background-color: silver !important;
    }

#div_Unterdaten_Inhalt_Ueberschrift {
    height: auto;
}

#tr_VB_Ueberschrift td,
#td_ tr:first-child td {
    padding: 8px !important;
    background-color: silver !important;
}

.div_TAB_Inhalt_VB_Stammdaten2 table#td_ tr:nth-child(odd),
.tb_Ergbniss:nth-child(odd) tr {
    background-color: #f5f5f5 !important;
}

.div_TAB_Inhalt_VB_Stammdaten2 table#td_ tr:nth-child(even),
.tb_Ergbniss:nth-child(even) tr {
    background-color: #ededed !important;
}

.tb_Ergbniss tr.tr_Ueberschrift {
    background-color: silver !important;
}

.tb_Ergbniss tr.trAktiv {
    background-color: #f0f4d1 !important;
}

#div_VBU_Inhalt {
    padding: 18px;
}

#div_VBUchungen_scroll tr[style*="background-color: silver;"] {
    background-color: #ededed !important;
}

#div_VBUchungen_scroll tr[style*="background-color: #FF9933;"] {
    background-color: #e1941a !important;
}

#div_VBU_Inhalt tr[style*="background-color: gray;"] {
    background-color: silver !important;
}

#VB_Finanzen_Inhalt > table tr:first-child,
#VB_Finanzen_Inhalt > table tr:first-child td {
    background-color: silver !important;
}

#VB_Finanzen_Inhalt td[colspan="7"] {
    font-size: 13px !important;
    color: #000 !important;
}



.div_TAB_Inhalt_VB_Stammdaten2 div {
    height: 337px !important;
}

.S6_1 {
    text-align: center !important;
}

.GF_Rahmen_div {
    width: 100%;
    max-height: 210px;
    overflow: auto
}

.GF_1S1 {
    padding-left: 5px;
    text-align: left;
    width: 100px;
}
.GF_1S2 {
    padding-right: 5px;
    text-align: right;
    width: 80px;
    border: 0px solid red;
}
.GF_1S3 {
    padding-right: 5px;
    text-align: right;
    width: 80px;
    border: 0px solid red;
}
.GF_1S4 {
    padding-right: 5px;
    text-align: left;
    width: 140px;
    border: 0px solid red;
}
.GF_1S5 {
    padding-right: 5px;
    text-align: left;
}
.GF_1S6 {
    /* leer oder Aktion*/
    width: 30px;
    border: 0px solid red;
}
.GF_1S7 {
    /* leer oder Aktion*/
    width: 30px;
    border: 0px solid red;
}
.GF_KD
{
    color: darkred;
    font-size: 1.6em;
    text-align: center;
}
/*
#td_ tr:nth-child(odd) {
    background: transparent !important;
}

#td_ tr:nth-child(even) {
    background: white !important;
} */
.loading {
    font-size: 1.2em;
    text-align: center;
    padding: 40px;
    display: block;
}



input[type="button"],
input[type="submit"],
#cmdAbbruch, #cmdOK, #PUB_btn_OK, #PUB_btn_AB,
#btn_Zeitraum, #btn_Drucken,
#btn_Dublette, #btn_Ausreakt,
#btn_Aendern, #btn_suchen,
#btn_SchnellDrucken, #btn_Aenderungen, #btn_Ummeld, #btn_Tabelle, cmdOV_ZT, cmdAendern_OV,
.btn {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: #454e53;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 18px;
    text-align: center;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    font-size: 13px;
    cursor: pointer;
}


    #cmdAbbruch:hover, #cmdOK:hover, #PUB_btn_OK:hover, #PUB_btn_AB:hover,
    #btn_Zeitraum:hover, #btn_Drucken:hover, #btn_Ummeld:hover,
    #btn_Dublette:hover, #btn_Ausreakt:hover,
    #btn_Aendern:hover, #btn_suchen:hover,
    #btn_SchnellDrucken:hover, #btn_Aenderungen:hover,
    #btn_Tabelle:hover,
    #cmdOV_ZT:hover, #cmdAendern_OV:hover,
    /*#cmdOK,
    #btn_Zeitraum:hover,
    #btn_Drucken:hover,
    #btn_Dublette:hover,*/
    .btn:hover {
        background: #b5c818;
    }

    input[type="button"]:disabled {
        cursor: inherit;
        opacity: 0.4;
        background: #454e53 !important;
    }

textarea[readonly="readonly"],
input[readonly="readonly"] {
    cursor: inherit;
    opacity: 0.8;
    background: #fdfdfd !important;
    color: #000;
}

#TickerText,
#lblHilfestellung {
    display: block;
    color: #ccc;
    background: #2e363c;
    font-size: 11px;
    line-height: 14px;
    padding: 6px 0px 6px 10px;
    border-top: #999;
    width: 100%;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    text-align: left;
    min-height: 26px;
}

#div_statusBM {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 11px;
    color: #fff;
    background: none;
}

#ShortCut {
    line-height: 0px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 13%;
}

#ShortCut1 {
    width: 33%;
    text-align: center;
}

#ShortCut2 {
    width: 33%;
    text-align: center;
}

#ShortCut3 {
    width: 34%;
    text-align: center;
}

.Einstellung_Rubrik_inaktiv {
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
    border-radius: 3px;
    padding-left: 3px;
}

.Einstellung_Rubrik_aktiv {
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: silver;
    border-radius: 3px;
    padding-left: 3px;
}

#Close_Text {
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding-top: 4px;
    width: 42%;
}

#contButtons td {
    font-size: 12px;
}

#contButtons select {
    border: 1px solid #ccc;
    font-size: 12px;
    width: auto;
    height: 22px;
    margin-right: 10px;
    display: inline-block !important;
}

#contButtons input[type="text"] {
    height: 20px;
    margin-right: 10px;
}

#VB_OVA_Inhalt table tr td {
    padding: 4px;
}

#VB_OVA_Inhalt div {
    border: 0 !important;
}

img[name="Ummeldung_drucken"] {
    margin-left: 0 !important;
}

.lblZT {
    position: static;
    display: block;
    margin-bottom: 4px;
    float: left;
    width: 30%;
    clear: left;
    line-height: 14px;
}

.txtZT, #txtZeitung {
    position: static;
    border: 1px solid #cccccc;
    padding: 4px;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    width: 70%;
    float: left;
}

.tb_Ergbniss {
    border-collapse: collapse;
}

#VB_Finanzen_Inhalt table {
    border-collapse: collapse;
    margin: 0 !important;
}

#div_Auswertung {
    height: 451px !important;
}

#div_BuKoTab {
    height: 320px !important;
}

#div_BuKonto {
    padding-top: 10px;
}

    #div_BuKonto table td {
        padding: 4px;
    }

#div_BuKoTab_U table td {
    background: #ccc;
}


.Cross::after {
    content: "\f00d";
    color: red;
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    top: -10px;
    z-index: 10;
    left: 2px;
}

/* VB_Beiträge_N */
.div_TAB_Inhalt_VB_Beitraege1 table tr td {
    padding: 8px;
    font-weight: 300;
    border-bottom: 1px solid #bebebe !important;
}

.div_TAB_Inhalt_VB_Beitraege1 table {
    border-spacing: 0;
    border-collapse: collapse;
}

.div_TAB_Inhalt_VB_Beitraege1 {
    height: 358px !important;
}


table tr td i.fa,
table tr td i.fal,
table tr td i.fab,
table tr td i.far,
table tr td i.fas {
    width: 20px;
    height: 20px;
    line-height: 19px;
    position: relative;
}

table tr td i.fa-info-circle {
    color: #179cc8 !important;
}

#div_TAB_Beitraege_Ueberschrift {
    height: auto !important;
}

/* Tooltips */
#objToolTipp {
    width: auto !important;
    max-width: 800px !important;
    font-size: 16px !important;
    background: #efefef !important;
    line-height: 20px !important;
    padding: 20px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    top: 50px !important;
    height: auto !important;
    border-color: #666 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    /* left: 30% !important;
    right: 30% !important;*/
}

    #objToolTipp div {
        font-size: 13px !important;
    }

    #objToolTipp td {
        font-size: 13px !important;
        vertical-align: top !important;
        padding: 4px 0 !important;
    }

    #objToolTipp table tr:first-child td {
        padding-top: 10px !important;
    }

    #objToolTipp div u {
        display: inline-block;
        padding-bottom: 4px;
        width: 100%;
        text-decoration: none;
        border-bottom: 1px solid #666;
        font-size: 16px !important;
    }

    #objToolTipp div[style*="height: 30px"] {
        font-size: 16px !important;
    }

@media only screen and (max-width: 1500px) {
    #objToolTipp {
        left: 25% !important;
        right: 25% !important;
    }
}

@media only screen and (max-width: 1200px) {
    #objToolTipp {
        left: 20% !important;
        right: 20% !important;
    }
}

@media only screen and (max-width: 1024px) {
    #objToolTipp {
        left: 15% !important;
        right: 15% !important;
    }
}

@media only screen and (max-width: 800px) {
    #objToolTipp {
        left: 10% !important;
        right: 10% !important;
    }
}
/* Tooltips Ende */


/* Popups */
#objBackGrd {
    background-color: rgba(0,0,0,0.5) !important;
    opacity: 1 !important;
}

div[id*="PopUp"],
div[id*="Popup"],
#PopUpTerminliste {
    height: auto !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #2e363c !important;
}

    div[id*="Popup"] h1,
    div[id*="PopUp"] h1,
    #PopUpTerminliste h1 {
        padding: 12px 4px 4px 20px !important;
        background: #fff !important;
        /* Kopf PopUp*/
        background: #fff !important;
        background: #b5c818 !important;
        height: 36px !important;
        height: 50px !important;
        color: #2e363c !important;
        font-size: 16px !important;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
        border-bottom: 1px solid #ccc;
        position: relative;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    div[id*="Popup"] > div,
    div[id*="PopUp"] > div,
    #PopUpTerminliste > div {
        top: 36px !important;
        padding: 20px 20px 60px 20px !important;
        font-size: 13px !important;
        position: static !important;
        height: auto !important;
        border: 0px solid #2e363c !important;
        width: auto !important;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    div[id*="Popup"] td,
    div[id*="PopUp"] td,
    #PopUpTerminliste td {
        font-size: 13px !important;
        /* vertical-align: top !important; */
        padding: 1px 0 4px !important;
        background: none !important;
    }

    div[id*="Popup"] table tr td:first-child,
    div[id*="PopUp"] table tr td:first-child,
    #PopUpTerminliste table tr td:first-child {
        padding-right: 20px !important;
    }

    div[id*="Popup"] table,
    div[id*="PopUp"] table,
    #PopUpTerminliste table {
        width: 100% !important;
        margin: 0 !important;
    }

    div[id*="Popup"] input[type="text"], #PopUpTerminliste select, #PopUpTerminliste textarea,
    div[id*="PopUp"] input[type="text"], #PopUpTerminliste select, #PopUpTerminliste textarea,
    #PopUpTerminliste input[type="text"], #PopUpTerminliste select, #PopUpTerminliste textarea {
        width: 100% !important;
    }

    div[id*="Popup"] table:nth-of-type(2) tr:last-child td,
    div[id*="PopUp"] table:nth-of-type(2) tr:last-child td,
    #PopUpTerminliste table:nth-of-type(2) tr:last-child td {
        width: 120px !important;
        text-align: right !important;
    }

    div[id*="Popup"] table tr:last-child td:first-child,
    div[id*="PopUp"] table tr:last-child td:first-child,
    #PopUpTerminliste table tr:last-child td:first-child {
        width: auto !important;
    }


    div[id*="Popup"] #div_Hilfe,
    div[id*="PopUp"] #div_Hilfe,
    #PopUpTerminliste #div_Hilfe {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: #2e363c !important;
        color: #ccc !important;
        left: 0px;
        padding: 4px 10px !important;
        height: auto !important;
        margin-left: 0 !important;
        min-height: 20px !important;
    }


#PopUpBewegung table:nth-of-type(1),
#PopUpBewegung table:nth-of-type(2),
#PopUpBestand table:nth-of-type(1) {
    background: #ededed !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#popUpBestandStatistik input[type="text"] {
    max-width: 100px;
}

table td[style*="padding-left:10px;"] {
    width: 10px !important;
}

#PopUpBestand table:nth-of-type(2) tr:last-child td,
#PopUp table:nth-of-type(2) tr:last-child td,
#PopUpBewegung table:nth-of-type(2) tr:last-child td {
    width: auto !important;
    text-align: left !important;
}

#PopUpBestand table:nth-of-type(3) tr:last-child td,
#PopUp table:nth-of-type(3) tr:last-child td,
#PopUpBewegung table:nth-of-type(3) tr:last-child td {
    width: 120px !important;
    text-align: right !important;
}

    #PopUpBestand table:nth-of-type(3) tr:last-child td:first-child,
    #PopUp table:nth-of-type(3) tr:last-child td:first-child,
    #PopUpBewegung table:nth-of-type(3) tr:last-child td:first-child {
        width: auto !important;
    }

#PopUpBestand table[style*="margin-top:15px;"] tr:last-child td {
    width: 120px !important;
    text-align: right !important;
}

    #PopUpBestand table[style*="margin-top:15px;"] tr:last-child td:first-child {
        width: auto !important;
    }

table.tb_VB_Stufen {
    background: none !important;
}

#PopUpZwischenablageVB {
    background: #efefef !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

    #PopUpZwischenablageVB table tr td:first-child {
        padding-right: 0px !important;
    }

    #PopUpZwischenablageVB textarea {
        margin-bottom: 10px !important;
        padding: 10px;
    }

#conPopUp_NL #txt_BuMo {
    width: 100px !important;
}

#conPopUp_NL #txt_Verband {
    width: 200px !important;
}

#PopUp_NL_Stat_Bestand #popup_inhalt_S1 table td:first-child {
    width: 100px !important;
}

#PopUp_NL_Stat_VerweilDauer_Mgl table td:nth-child(2) {
    width: 260px !important;
}

#PopUp_NL_Stat_Bewegung td:first-child {
    width: 100px !important;
}

#PopUp_NL_Stat_Altersstruktur #popup_inhalt_S1 td:nth-child(2) {
    width: 350px !important;
}

#PopUp_Download_QMBL table:first-child {
    background: #ededed !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#PopUp_NL_Stat_Bewegung #popup_aktion {
    text-align: right;
}

    #PopUp_NL_Stat_Bewegung #popup_aktion table {
        width: auto !important;
        display: inline;
    }
/* Popup Dummy */
.PopUp {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) !important;
    height: auto !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 3px solid #2e363c !important;
    background: #2e363c !important;
}

    .popup .popup_container {
        -webkit-border-radius: unset !important;
        -moz-border-radius: unset !important;
        border-radius: unset !important;
        padding-bottom: 40px !important;
    }

    .popup .popup_meldung {
        top: auto !important;
        width: 100% !important;
        position: absolute !important;
        bottom: 0 !important;
        background: #2e363c !important;
        color: #ccc !important;
        left: 0px !important;
        padding: 4px 10px !important;
        height: 24px !important;
        margin-left: 0 !important;
        min-height: 20px !important;
        -webkit-border-radius: unset !important;
        -moz-border-radius: unset !important;
        border-radius: unset !important;
        border: 0px solid #2e363c !important;
        font-size: 11px !important;
    }

.txt_Suche {
    border: 1px solid silver !Important;
    border-radius: 3px;
    height: 25px;
    letter-spacing: 0.04em;
    padding: 5px;
    font-size: 14px !Important;
    width: 200px;
}

.popup .popup_kopf,
.popup .popup_inhalt,
.popup .popup_aktion {
    padding: 0 !important;
}

.popup .popup_aktion {
    margin-bottom: 10px;
}

    .popup .popup_aktion table tr td {
        vertical-align: top;
    }

.popup .popup_inhalt {
    background: #ededed !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.popup .popup_kopf {
    margin-bottom: 10px;
    position: relative;
}

.popup #PopUp_HILFE {
    position: absolute;
    color: #2e363c;
    top: 10px;
    right: 15px;
    /* Kopf PopUp*/
    background: #9a9fa3;
    background: white;
    background: transparent !important;
    color: #fff;
    /*color: gray;*/
    font-size: 24px;
    width: 30px;
    height: 30px;
    background: #9a9fa3;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
}

    .popup #PopUp_HILFE::before {
        content: "\f2fd";
    }


.popup .popup_fehler {
    color: #c81717;
    background: rgba(200,23,23,0.06);
    border: 1px solid rgba(200,23,23,0.07) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 10px !important;
    margin-bottom: 10px;
    display: none;
}

.popup #popup_fehler_3 {
    color: #c81717;
    background: none;
    border: 0px solid rgba(200,23,23,0.07) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px;
    font-size: 11px;
}

#div_Vorschau {
    height: 220px;
    overflow: hidden;
}

    #div_Vorschau .divRumpf {
        height: 160px;
        overflow: auto;
        width: 878px;
    }

    #div_Vorschau .tabKopf tr td {
        background: #ccc;
    }

    #div_Vorschau .tabKopf td,
    #div_Vorschau .tabRumpf td {
        padding: 4px 6px;
    }

        #div_Vorschau .tabKopf td:nth-child(1),
        #div_Vorschau .tabRumpf td:nth-child(1) {
            width: 80px !important;
        }

        #div_Vorschau .tabKopf td:nth-child(2),
        #div_Vorschau .tabRumpf td:nth-child(2) {
            width: 80px !important;
        }

        #div_Vorschau .tabKopf td:nth-child(3),
        #div_Vorschau .tabRumpf td:nth-child(3) {
            width: 100px !important;
        }

        #div_Vorschau .tabKopf td:nth-child(4),
        #div_Vorschau .tabRumpf td:nth-child(4) {
            width: 100px !important;
        }

        #div_Vorschau .tabKopf td:nth-child(5),
        #div_Vorschau .tabRumpf td:nth-child(5) {
            width: 100px !important;
        }

        #div_Vorschau .tabKopf td:nth-child(6),
        #div_Vorschau .tabRumpf td:nth-child(6) {
            width: 232px !important;
        }

        #div_Vorschau .tabKopf td:nth-child(7),
        #div_Vorschau .tabRumpf td:nth-child(7) {
            width: 70px !important;
        }

    #div_Vorschau .tabRumpf tr:nth-child(even) {
        background: #fff
    }

    #div_Vorschau .tabRumpf tr:nth-child(odd) {
        background: #efefef
    }


/* Popups Ende */
/*VON LC*/
.BestandInfoPic {
    color: blue;
    font-size: 1em;
    background: transparent;
    position: absolute;
    z-index: 20;
    top: -20px;
    left: 190px;
}

.UNGERADE {
    background-color: white !important;
}

.GERADE {
    background-color: #f5f5f5 !important;
}

.conPopUp_NL input {
    width: auto !important;
}


/* Filter Table */
.tabFilterSortierung td,
.tabFilterFelderNL td {
    padding: 4px 10px;
    text-align: center;
    vertical-align: top;
}

    .tabFilterFelderNL td select[style*="visibility: hidden"], .tabFilterFelderNL td input[style*="visibility: hidden"] {
        display: none;
    }

.tabFilterFelderNL tr:first-child {
    background: #ccc;
}

    .tabFilterFelderNL tr:first-child td {
        padding: 4px 10px;
    }

.tabFilterFelderNL input[type="text"] {
    padding: 4px;
    width: 100% !important;
}

.tabFilterFelderNL select {
    width: 100% !important;
    margin-left: 0 !important;
}

.tabFilterSortierung td {
    width: 300px;
}

    .tabFilterSortierung td:first-child,
    .tabFilterFelderNL td:first-child {
        width: 90px;
    }

.tabFilterFelderNL td:last-child {
    white-space: nowrap;
}

.tabFilterFelderNL {
    width: 100%;
}

/* Texte für PopUps*/
.PopUp_InputText {
    width: 100%;
    padding: 2px;
}

.PopUp_InputText_PLZ {
    width: 20%;
}

.PopUp_InputText_Ort {
    width: 78%;
    margin-left: 2%
}

/* Mitglied */

#cmd_Erneuern {
    width: 150px !important;
}

#cmd_Beenden {
    width: 100px !important;
}

#div_Sepa_Daten table td {
    padding: 4px;
}

    #div_Sepa_Daten table td.td_SEPA_S3 {
        padding-left: 20px;
    }

#sepa_uebersicht_Kopf {
    border: 0 !important;
}

    #sepa_uebersicht_Kopf table td,
    #sepa_uebersicht_Kopf + div table td {
        padding: 4px;
    }

    #sepa_uebersicht_Kopf table td {
        padding: 0 4px;
    }

    #sepa_uebersicht_Kopf table {
        height: auto !important;
    }

#sepa_uebersicht_Kopf {
    margin-bottom: 10px;
}

#div_Stammdaten #txtName,
#div_Stammdaten #txtVerband {
    cursor: inherit;
    opacity: 0.8;
    background: #fdfdfd !important;
    color: #000;
    font-size: 13px;
    border: 1px solid #999;
    padding: 2px 4px;
    padding-left: 4px;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

#div_Stammdaten #txtStatus {
    cursor: inherit;
    opacity: 0.8;
    background: #fdfdfd !important;
    color: #000;
    font-size: 13px;
    border: 1px solid #999;
    padding: 2px 4px;
    padding-left: 4px;
    width: 100%;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

#div_Stammdaten #txtSaldo {
    width: 152px !important;
}

#div_Stammdaten #txtZA {
    width: 159px !important;
}

#div_Stammdaten #txtZW {
    width: 103px !important;
}


#div_Stammdaten table td {
    white-space: nowrap;
}

.Fu1, .Eh1 {
    border: 0;
    color: #000000;
}

.Fu3 {
    margin-bottom: 20px;
    height: 120px;
}

.Fu3 {
    margin-bottom: 20px;
    height: 120px !important;
}

.Eh3 {
    height: 120px !important;
}

.No3 {
    margin-top: 0;
}

.No1 {
    margin-bottom: 4px;
    border: 0;
}

    .No1 table td {
        white-space: nowrap;
    }

.tat_Notizen {
    height: 320px;
}

#TD_Ueberschrift_Notizen {
    color: #000;
}
/* Extras */
#div_BenutzerTabelleInhalt table,
#div_BenutzerTabelleKopf table {
    width: 100%;
}

    #div_BenutzerTabelleInhalt table td,
    #div_BenutzerTabelleKopf table td {
        padding: 4px;
    }

        #div_BenutzerTabelleInhalt table td.td_S1,
        #div_BenutzerTabelleKopf table td.td_S1 {
            width: 300px;
        }

        #div_BenutzerTabelleInhalt table td.td_S2,
        #div_BenutzerTabelleKopf table td.td_S2 {
            width: 150px;
        }

.tbl_2_BE_Pro .BE_Pro_S4 {
    width: auto !important;
}

.tbl_2_BE_Pro .BE_Pro_S2 {
    width: 260px !important;
}

.tbl_1_BE_Pro td {
    text-align: left !important;
}

.tbl_1_BE_Pro .BE_Pro_S2 {
    width: 100px !important;
}

.tbl_1_BE_Pro .BE_Pro_S4 {
    width: 580px !important;
}

.tbl_2_BE_Pro,
.tbl_1_BE_Pro {
    background: transparent !important;
}

    .tbl_2_BE_Pro .BE_Pro_S1,
    .tbl_2_BE_Pro .BE_Pro_S1 {
        width: 20px;
    }

#div_BenutzerTabelleInhalt {
    height: 470px;
    overflow-y: auto;
}

.frmContentScroll .div_Inhalt {
    height: auto;
    padding-bottom: 2px;
}

.frmContentScroll {
    height: 550px;
}

.frmContentDownloads {
    height: 550px;
}

    .frmContentDownloads h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .frmContentDownloads table {
        width: 100%;
    }

        .frmContentDownloads table td.td_normal {
            background-color: #ffffff;
            padding: 4px;
            cursor: pointer !important;
        }

        .frmContentDownloads table td.td_farbig {
            background-color: #ddd;
            padding: 4px;
            cursor: pointer !important;
        }

        .frmContentDownloads table td.Ueberschrift {
            padding-top: 20px;
            font-weight: 700;
            padding-bottom: 4px;
            color: darkred;
        }

.tbl_1_BE_Pro #cbo_Pr_Bereich {
    width: 300px !important;
}

.tbl_1_BE_Pro #chk_Pr_Be_Benutzer,
.tbl_1_BE_Pro #chk_Pr_Be_Verband {
    margin-right: 10px;
}

.tbl_1_BE_Pro #txt_Be_Pro_Benutzer,
.tbl_1_BE_Pro #txt_Be_Pro_Verband {
    padding: 4px !important;
    width: 274px !important;
}

#div_TAB_Inhalt_EXB div {
    width: 100% !important;
    border: 0 !important;
    border-top: 1px solid #fff !important;
    height: 480px !important;
}

    #div_TAB_Inhalt_EXB div table {
        margin: 20px !important;
    }

        #div_TAB_Inhalt_EXB div table td {
            vertical-align: top;
        }

#div_TAB_Inhalt_EXB input[type="text"],
#div_TAB_Inhalt_EXB select,
#div_TAB_Inhalt_EXB textarea {
    width: calc(100% - 10px) !important;
    margin-right: 10px;
    background-color: #efefef;
}

.BE_Pro_S1 {
    width: 20px;
}

.BE_Pro_S2 {
    width: 200px;
}


.contHead .filterzustand {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 120px;
    color: #b5c818;
    font-size: 13px;
}

/* Suchergebnis */
#div_Suchergebnis_Main {
    background-color: white !important;
    border-radius: 0px;
}

#div_Suchergebnis {
    width: 100%;
    height: 118px;
    overflow: auto;
    text-align: center !important;
    background-color: #b5c818;
    font-size: 0.8em;
}

#tb_Suchergebnis {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: left;
}

#tr_Suchergebnis_Kopf {
    background-color: lightgray;
}

.tr_Suchergebnis_G {
    background-color: white;
}

.tr_Suchergebnis_U {
    background-color: mintcream;
}

.SucheHistorie {
    font-size: 1.2em;
    color: red;
    width: 100px;
    text-align: center;
}

.SucheAktiv {
    font-size: 1.2em;
    color: green;
    width: 100px;
    text-align: center;
}

.td_1_Suchergebnis {
    width: 100px !important;
    text-align: left !important;
    padding-left: 2px !important;
}

.td_2_Suchergebnis {
    text-align: left !important;
    padding-left: 2px !important;
}

.td_3_Suchergebnis {
    width: 200px !important;
    text-align: left !important;
    padding-left: 2px !important;
}

.td_4_Suchergebnis {
    width: 100px !important;
    text-align: right !important;
    padding-right: 2px !important;
}

.td_5_Suchergebnis {
    width: 80px !important;
    text-align: center !important;
}

.td_6_Suchergebnis {
    width: 80px !important;
    text-align: center !important;
}

#tb_Suchergebnis_Ueber {
    table-layout: fixed;
    border-collapse: collapse;
}

#tr_Suchergebnis_Ueber {
    background-color: #ccc;
}

.tr_Suchergebnis_Schrift_Schwarz {
    color: Black !important;
}

.tr_Suchergebnis_Schrift_Blau {
    color: Blue !important;
}

.tr_Suchergebnis_Hintergrund_Ungerade {
    background-color: white;
}

.tr_Suchergebnis_Hintergrund_Greade {
    background-color: silver;
}

/*Ende Suchergebnis nach Mitgliedsnummer*/
/* Anzeige von Buchungen und OpoUp Buchungsinfo*/
.BuchungsInfo_KeineDaten {
    font-size: 1.2em;
    color: darkred;
    text-align: center;
    margin-top: 30px;
}

.tr_Buchungsinfo_Sektion1 {
    font-size: 0.8em !important;
    font-weight: bold !important;
}

.tr_Buchungsinfo_Sektion2 {
    font-size: 0.7em !important;
    font-weight: normal !important;
}

#td_MglStatus {
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    width: 30px;
}

/* Mitglieder_Stammformular */
/* Content oben */
.MV_S1 {
    width: 120px;
    font-weight: bold;
}

.MV_S2 {
}

.MV_S3 {
    width: 100px;
    padding-left: 15px;
    font-weight: bold;
}

.MV_S4 {
    width: 100px;
}

.MV_S5 {
    width: 100px;
    padding-left: 5px;
    font-weight: bold;
}

.MV_S6 {
    width: 100px;
}

.MV_PIC {
    width: 25px;
    text-align: center;
    height: 25px;
}

.MV_S1a {
    width: 130px;
    font-weight: bold;
}

.MV_S2a {
    width: 250px;
}

.MV_S3a {
    width: 130px;
    padding-left: 15px;
    font-weight: bold;
}

.MV_S4a {
    width: 90px;
}

.MV_S5a {
    padding-left: 5px;
    font-weight: bold;
}

.MV_S6a {
    width: 120px;
}

.MV_PICa {
    width: 25px;
    text-align: center;
    height: 25px;
}

.MV_Input {
    border: 1px solid silver !Important;
    border-radius: 3px;
    height: 25px;
    letter-spacing: 0.04em;
    padding: 5px;
    font-size: 14px !Important;
}

.MV_Verlauf_S0 {
    width: 090px
}

.MV_Verlauf_S1 {
    width: 250px
}

.MV_Verlauf_S2 {
    width: 130px
}

.MV_Verlauf_S3 {
    width: 130px
}

.MV_Verlauf_S4 {
    width: 130px
}

.MV_Verlauf_S5 {
    width: 170px
}

.MV_Verlauf_S6 {
    width: 170px
}

.PopUp_txt {
    border-radius: 3px;
    height: 25px;
    letter-spacing: 0.04em;
    padding: 5px;
    font-size: 14px !Important;
    border: 1px solid silver !Important;
}

.Input_Ummeldedaten {
    height: 24px;
}

.Input_Neu {
    height: 25px !important;
}

.FunktionstraegerFunktion {
    width: 100%;
    background-color: #b5c818;
    font-weight: bold;
    margin-bottom: 5px;
}

.FunktionstraegerTab {
    width: 100%;
    table-layout: auto;
    margin-bottom: 10px;
}

.FunktionstraegerTabHead {
    background-color: silver;
}

.FunktionstraegerTabMitgliedsnummer {
    width: 80px;
}

.FunktionstraegerTabName {
    width: 300px;
}

.FunktionstraegerTabStatus {
    width: 40px;
}

.FunktionstraegerTabVon {
    width: 90px;
}


.FunktionstraegerTabWiederwahl {
    width: 90px;
}

.FunktionstraegerTabAktion {
    width: 50px;
    text-align: right;
}

.FunktionstraegerTabBody {
    background-color: white;
}

.FunktionstraegerMitgliederList {
    clear: both !important;
    height: 200px !important;
    width: 665px !important;
    overflow: auto !important;
    border: 1px solid black !important;
    background-color: white !important;
}

thead.FunktionstraegerFixedHeader {
    position: relative !important;
    display: block !important;
}

tbody.FunktionstraegerScrollContent {
    display: block !important;
    overflow: auto !important;
    width: 100% !important;
    height: 180px !important;
}

.Finanzstatus {
    position: relative;
}

.SG_KTO {
    width: 48% !important;
}

.Mgl_Zugang_Tab_aktiv {
    display: inline;
    padding: 5px;
    background-color: white;
    cursor: pointer;
    color: black;
    text-align: center;
    /*font-weight: bold;*/
    text-decoration: underline;
    position: relative;
    top: 0px;
}

.Mgl_Zugang_Tab_inaktiv {
    display: inline;
    padding: 5px;
    background-color: white;
    cursor: pointer;
    color: gray;
    text-align: center;
    /*font-weight: normal;*/
    text-decoration: none;
    position: relative;
    top: 0px;
}

.Mgl_Zugang_Haupt_aktiv {
    display: block;
    width: 100%;
}

.Mgl_Zugang_Haupt_inaktiv {
    display: none;
    width: 100%;
    height: 360px;
}

.Mgl_Zugang_Haupt_Weiter {
    display: block;
    width: 100%;
    height: 40px;
}
/* Mitglieder ArchivDokumente */
.MitgliedArchivDokumenteList {
    clear: both !important;
    height: 210px !important;
    width: 99% !important;
    overflow: auto !important;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 5px;
}

thead.MitgliedArchivDokumenteFixedHeader {
    position: relative !important;
    display: block !important;
}

tbody.MitgliedArchivDokumenteScrollContent {
    display: block !important;
    overflow: auto !important;
    width: 100% !important;
    height: 170px !important;
}

.MitgliedArchivDokumenteTr {
    height: 18px !Important;
}

.MV_ArchivDokumente_S0 {
    width: 250px
}

.MV_ArchivDokumente_S1 {
    width: 250px
}

.MV_ArchivDokumente_S2 {
    width: 200px
}

.MV_ArchivDokumente_S3 {
    width: 150px;
    text-align: right;
}

/* Verband ArchivDokumente */
.VerbandArchivDokumenteList {
    clear: both !important;
    height: 180px !important;
    width: 100% !important;
    overflow: auto !important;
    margin-left: 12px;
}

thead.VerbandArchivDokumenteFixedHeader {
    position: relative !important;
    display: block !important;
}

tbody.VerbandArchivDokumenteScrollContent {
    display: block !important;
    overflow: auto !important;
    width: 100% !important;
    height: 170px !important;
}

.VerbandArchivDokumenteTr {
    height: 18px !Important;
}

.Verband_ArchivDokumente_S0 {
    width: 250px
}

.Verband_ArchivDokumente_S1 {
    width: 250px
}

.Verband_ArchivDokumente_S2 {
    width: 200px
}

.Verband_ArchivDokumente_S3 {
    width: 150px;
    text-align: right;
}

.ArchivZuweisungMitgliedsListeTr {
    height: 18px !Important;
}

.ArchivZuweisungMitgliedsListe_S0 {
    width: 80px
}

.ArchivZuweisungMitgliedsListe_S1 {
    width: 80px;
    text-align: right;
}

.ArchivZuweisungMitgliedsListe_S2 {
    width: 150px
}

.ArchivZuweisungMitgliedsListe_S3 {
    width: 200px;
}

.Input_PopUp {
    width: 100%;
    height: 24px;
    padding-left: 5px;
}


.Input_PopUp_LKZ {
    width: 49%;
    height: 24px;
    margin-right: 2%;
    padding-left: 5px;
}

.Input_PopUp_PLZ {
    width: 49%;
    height: 24px;
    padding-left: 5px;
}

.tb_MeinVdK
{
    width: 100%;
   border-collapse: collapse;
   border: 0px solid red
   }
.div_MeinVdK {
    width: 100% !important;
    height: 280px !important;
    overflow: auto !important;
    background-color: white !important;
    font-size: 1.2em !important;
}
.tr_Ueber_MeinVdK {
    background-color: #ededed !important;
    font-weight: bold !important;
    height: 30px;
}
.td_1_MeinVdK {
    text-align: right !important;
    width: 100px !important;
    padding-right: 5px !important;
}
.td_2_MeinVdK {
    text-align: right !important;
    width: 140px !important;
    padding-left: 5px !important;
}
.td_3_MeinVdK {
    text-align: left !important;
    padding-left: 5px !important;
}
.td_4_MeinVdK {
    text-align: left!important;
    width: 30px !important;
}
.td_5_MeinVdK {
    text-align: left!important;
    width: 50px !important;
}
.td_6_MeinVdK {
    text-align: center !important;
    width: 30px !important;
}

.tr_ungerade_MeinVdK {
    background-color: moccasin;
    height: 30px;
}
.tr_gerade_MeinVdK {
    background-color: white;
    height: 30px;
}
.meinVdKIcon
{
    width: 26px; 
    height: 26px;
    position: relative;
    top: +10px;
    margin-right: 5px;
}