﻿html, body {
    position: absolute;
    font-family: arial;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100%;
    width: 100%;
    overflow: auto; /*führt teilw. zu doppelten scrollbalken */
    min-height: 440px;
}


td input[type=checkbox] {
    margin-right: 0.25em;
}

input[type=submit] {
    border: 1px solid black;
    background-color: rgb(237,237,237);
    cursor: pointer;
    min-height: 3em;
}

/** {
    text-decoration: none !important;
}*/

a {
    text-decoration: underline;
}

    a:hover {
        opacity: 0.6;
    }

input[type=submit], input[type=button], input[type=file] {
    height: 2.8em;
    padding: 0 0.5em 0 0.5em;
}

    input[type="button"]:hover, button:hover, input[type="submit"]:hover, input[type=file]:hover {
        opacity: 0.6;
    }

input[disabled=disabled],
button[disabled=disabled] {
    opacity: 1 !important;
}

.divKopftext span, .divKopftext p {
    font-family: Arial,serif;
    font-size: 0.6875em;
    color: rgb(0,0,0);
    font-style: normal;
}

.divUCDefaultMain {
    font-size: 0.8em;
}

a:focus {
    color: Maroon !important;
    background-color: #B7FF70;
}

form {
    position: absolute;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100%;
    width: 100%;
    font-family: Arial;
}

a[disabled=disabled], div[data-enabled=false] a {
    color: #808080 !important;
    opacity: 1;
    cursor: text;
}

div[data-enabled=true] a {
    cursor: pointer;
}

p.divKopftext {
    line-height: 0.8em !important;
}

.divHeader ul, ol {
    line-height: 1.4em;
}



.divHeader {
    position: absolute;
    width: 100%;
    height: 105px;
    margin: 0 0 0 0;
    color: White;
    background-color: #DC053C;
    z-index: 100;
    background-image: url(../Images/sbverlauf.jpg);
    background-repeat: repeat-y;
    background-color: #3C80FF;
    overflow: hidden;
}

    .divHeader em {
        font-weight: bold;
    }

/* ---------------------------------------------------------- */
/* Abschnitt UCHeader */
/* ---------------------------------------------------------- */
.divNavigationContainer {
    position: absolute;
    bottom: 0;
    background-color: #2C5B93;
    margin-right: 115px;
    padding-left: 50px;
    padding-right: 1em;
    padding-top: 0.1em;
    min-height: 31px;
}

    .divNavigationContainer .ulSitemap {
        margin: 0;
        list-style: none;
        float: left;
    }

        .divNavigationContainer .ulSitemap li {
            display: inline;
            margin-left: 0;
            color: White;
        }

    .divNavigationContainer .ulFurtherLinks {
        list-style: none;
        float: right;
        margin: 0 7.5em 0 0;
    }

        .divNavigationContainer .ulFurtherLinks li {
            display: inline;
            margin: 0.1em;
        }

        .divNavigationContainer .ulFurtherLinks a {
            position: relative;
            color: White;
        }

    .divNavigationContainer a, .divNavigationContainer a:visited {
        color: White;
    }

/* --- */

.divLogoContainer {
    position: relative;
    height: 75%;
    width: 100%;
    background-color: White;
}

    .divLogoContainer img {
        float: right;
        width: 453px;
    }

/* --- */

.divCaption {
    min-height: 31px;
    width: 600px;
    background-color: #2C5B93;
    position: absolute;
    left: 0;
    top: 0;
}

    .divCaption span {
        position: absolute;
        left: 50px;
        font-size: 28px;
        font-family: Arial;
        color: White;
    }

    .divCaption a {
        color: White;
    }

    .divCaption h1 {
        margin: 0 0.5em 0 2em;
        font-style: italic;
    }

/* ---------------------------------------------------------- */

.divTopImage {
    margin: 0 0 0 0;
    float: left;
    background-color: White;
    height: 10%;
}

.divTopCaption {
    width: 90%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: White;
    margin-left: 50px;
    font-size: 12px;
}

.divHrTop {
    position: absolute;
    width: 100%;
    /*	height: 1em;
    background-color:#CCCCCC;*/
    clear: both;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 100;
}

input[type="text"], textarea, .divFormblatt select, .inputLikeText {
    font-family: Times New Roman;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 1em;
}

.divInhalt {
    position: absolute;
    top: 105px;
    width: 100%;
    overflow: auto;
    bottom: 150px;
    z-index: 30; /* Damit das XML_hoverPopup über dem Inhalt ist */
}

.plh span, .errorText {
    color: #000 !important;
    z-index: 25;
    background-color: #FF9CA0;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0.2em;
}

.errorText {
    position: relative;
    display: block;
    padding: 0;
    text-align: left;
}

    .errorText span {
        color: #000 !important;
    }

.borderbottomfix {
    border-bottom: 1px solid black !important;
}

.plhTable span {
    color: #000 !important;
    z-index: 25;
    background-color: #FF9CA0;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0.2em;
}

    .plhTable span::after { /*Bricht um wenn mehrere Validationen im selben Plh sind*/
        content: '\000A';
        white-space: pre;
    }

.formblattBackgroundColor, .afbgFormblattBackgroundColor {
    background-color: #DFDFDF;
}

.formularBox {
    border: solid 0.0625em #505050;
    background-color: White;
    /*line-height: 1em;*/ /* Test da Beschriftungen teilw. zu groß sind und Textboxen nicht in die Boxen passen. */
}

.BITVLogo {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 105px;
    font-size: 0.7em;
}

.BITVLogoStartseite {
    clear: both;
    float: left;
    margin-right: 1em;
}

.BottomMenu {
    font-size: 12px;
    font-family: Arial;
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 100%;
    z-index: 200; /* Wegen IE-Bug*/
    background-image: url(../Images/sbverlauf.jpg);
    background-repeat: repeat-y;
    background-color: #3C80FF;
    border-top: solid 2px Black;
    overflow: visible; /* Visible damit die Speichern- und Laden-Popups auch komplett sichtbar sind */
    /* Der Internetexplorer berechtnet die Bereiche für Inhalt und Bottommenu anders als
    Safari und Firefox. Das Bedeutet, dass ohne den Z-Index oder Margin-Top die Trennlinie
    zwischen Bottommenu und Inhalt überdeckt wird.  */
}



.divMenuBar input[type="submit"], .divMenuBar input[type="button"], .divMenuBar button {
    margin-top: 5px;
    padding: 0 0.5em 0 0.6em;
}

.blackTriangleUp {
    background-image: url(../images/black_triangle_up_arrow.png);
    background-repeat: no-repeat;
    border: 0;
}

.blackTriangleDown {
    background-image: url(../images/black_triangle_down_arrow.png);
    background-repeat: no-repeat;
    border: 0;
}

.buttonLadenSpeichern {
    background-image: url(../images/eingabenPruefen.png);
    background-repeat: no-repeat;
    border: 0;
    word-wrap: break-word;
    white-space: pre-line;
}

.buttonPdfDownload {
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.buttonPruefen {
    background-image: url(../images/eingabenPruefen.png);
    background-repeat: no-repeat;
    border: 0;
}

.buttonPdf {
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.buttonNpa {
    background-image: url(../images/npa.png);
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    word-wrap: normal;
    white-space: pre-line;
}

.buttonPruefenHighlight {
    background-image: url(../images/eingabenPruefenHighlight.png);
    background-repeat: no-repeat;
    border: 0;
}

.buttonPdfHighlight {
    background-image: url(../images/pdfHighlight.png);
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    word-wrap: normal;
    white-space: pre-wrap;
}

.buttonNpaHighlight {
    background-image: url(../images/npaHighlight.png);
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    word-wrap: normal;
    white-space: pre-line;
}

/*Container für alle Formblattseiten*/
.divFormblatt {
    position: absolute;
    overflow: visible;
    height: 100%;
    width: 98%;
}

/*Container für alle Nicht-Formblattseiten (innerhalb von divInhalt)*/
.divKeinFormblatt {
    position: relative;
    width: 95%; /* 2% weniger, damit vertikale Scrollbar keine horizontale Scrollbar erzeugt*/
    margin-left: 3%;
    margin-top: 10px;
}

    .divKeinFormblatt p {
        margin: 0 0 1.0em 0;
    }

/* Beinhaltet Formatierungen für die Startseite (innerhalb von divInhalt)*/
.divWelcome {
    position: absolute;
    text-align: center;
    width: 300px;
    margin-left: 25%;
    margin-top: 100px;
}

.borderlessInput {
    border: 0;
    background: #FFFFFF;
    color: #000;
}

.smallTextInput {
    font-size: 0.75em;
    letter-spacing: -0.25px;
}

textarea {
    resize: none;
    height: 80%;
    overflow: auto;
}

    /* Unter anderem der IE6 unterstützt die :hover Klasse nicht. Deswegen wird dieses Feature an anderer Stelle mit JavaScript eingebunden. */
    /* Für Script Blocker wird zusätzlich die nachfolgende Klasse eingebunden */
    input[type="text"]:focus, textarea:focus, table input:focus, select:focus {
        /*border:solid 1px navy;*/
        background-color: #B7FF70;
        color: #000;
    }

.focusClass {
    background-color: #B7FF70;
    color: #000;
}

.tooltipContainer {
    padding: 1px 0 1px 0;
    position: absolute;
    /*Damit bei den untergeordneten Divs width="auto" funktioniert.
    /*z-index: 20;*/
    z-index: 30; /*  Damit der Tooltip nicht mehr von Fehlermeldungen ueberdeckt wird. */
}

    .tooltipContainer p {
        margin: 0 0 0.25em;
        text-align: left;
    }

label {
    margin: 0;
    padding: 0;
    border: 0;
}

.tooltipContainer > a {
    font-size: 0.625em;
}

.tooltipContainer > div {
    width: 40em;
}

table .tooltipContainer {
    margin: .1em .3em .1em 0;
    float: left;
    position: relative;
}

.tooltipContainer > div, .tooltipContainer > a ~ .test {
    visibility: hidden;
    display: none;
    z-index: 95;
}

.tooltipContainer:hover, .tooltipContainer:focus {
    z-index: 20000;
}

    /*   , .tooltipContainer > a:focus~.test   */
    /*.tooltipContainer:hover > div, div > a:hover ~ div, div > a:active ~ div, div > a:focus ~ div*/
    .tooltipContainer:hover > div, .tooltipContainer > a:hover ~ div, .tooltipContainer > a:active ~ div, .tooltipContainer > a:focus ~ div {
        top: 1.1em;
        left: 1.9em;
        visibility: visible;
        position: absolute;
        display: block;
        padding: 1px 3px 1px 3px;
        font-weight: normal;
        color: #000;
        border: 1px solid #888;
        background: #ffc;
        z-index: 95;
        font-size: 0.75em;
    }

.circleTooltipContainer {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    border-radius: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
}


    .circleTooltipContainer > a {
        font-size: 0.75em;
        color: black;
        font-family: Arial;
        text-decoration: none !important;
        display: inline-block;
        width: 100%;
        border-radius: 50%;
        position: absolute;
        left: 0;
    }

    .circleTooltipContainer > div {
        visibility: hidden;
        display: none;
        z-index: 95;
        width: 40em;
        text-align: left;
    }

    .circleTooltipContainer:hover, .circleTooltipContainer:focus {
        z-index: 95;
    }

        .circleTooltipContainer:hover > div, .circleTooltipContainer > a:hover ~ div, .circleTooltipContainer > a:active ~ div, .circleTooltipContainer > a:focus ~ div {
            top: 1.1em;
            left: 0.5em;
            visibility: visible;
            position: absolute;
            display: block;
            padding: 1px 3px 1px 3px;
            font-weight: normal;
            color: #000;
            border: 1px solid #888;
            background: #ffc;
            z-index: 95;
            font-size: 0.75em;
        }

    .circleTooltipContainer p {
        margin-bottom: 0;
    }

.hoverPopup {
    visibility: hidden;
    z-index: 10;
}

.divMenuBar .hoverPopupContainer .hoverPopup {
    position: absolute;
    z-index: 550;
    bottom: 20px;
    left: 0;
    background-color: White;
    font-size: 1.2em;
}

.ModalPopup {
    bottom: 0;
    min-width: 200px;
    min-height: 150px;
    background: white;
}

.ModalPopupPanel {
    left: 30% !important;
    background-color: white;
}

.TTContainer {
    z-index: 120;
    position: absolute;
}

.TT {
    z-index: 110;
    overflow: hidden;
    background-color: Silver;
    position: absolute;
    top: 1em;
    padding: 3px;
    left: 3em;
    font-weight: normal;
    color: #000;
    border: 1px solid #888;
    background: #ffc;
}

.TTContent {
    font-size: 0.75em;
}

.hoverPopup:hover, .hoverPopupContainer:hover .hoverPopup {
    visibility: visible;
}

.hoverPopupContainer {
    margin: 0;
    padding: 0;
    visibility: visible;
    z-index: 26;
}

    .hoverPopupContainer:hover {
        border-width: 2px; /* Die Darstellung des Containers muss sich ändern, damit der Tooltipp im IE6 angezeigt wird. */
    }



.helpLink {
    color: #2C5B93;
}

.formularBoxHinweis {
    background-color: #C0FF80;
    line-height: normal;
}

.datumFormatTipp {
    font-size: 0.9em;
    _visibility: hidden; /* underscore-hack: nur im ie6 und darunter soll der tooltiptext für das datumsformat ausgeblendet werden. */
}

.lightShadow {
    background-color: #E8E8E8;
}

.autocomplete_listItem {
    position: absolute;
    width: 600px;
    background-color: Red;
    border: 2px solid black;
    z-index: 300;
}

.CompletionListCssClass {
    position: absolute;
    list-style-type: none;
    margin: 0 !important;
    padding-right: 20px;
    white-space: nowrap;
    width: auto !important;
    font-size: 0.75em /*12px*/;
    background-color: White;
    border: 2px solid black;
    z-index: 300;
}

.CompletionListHighlightedItemCssClass {
    background-color: #80FFFF;
}

.belegBox {
    padding: 5px;
    border: solid 1px #505050;
    background-color: White;
    line-height: 1em;
    font-family: Arial,serif;
    font-weight: bold;
}

.belegBoxContent {
    font-size: 1em;
}

.tblFusszeile {
    position: absolute;
    left: 0;
    top: 1282px;
    width: 99%;
    margin: 0 5px;
    padding: 0;
    font-size: 0.8em !important;
}

.modalBackground {
    background-color: #666699;
    background-color: Gray;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.redirectInfo {
    color: #000;
    background-color: #FF5C60;
    padding: 1em;
    margin: 0;
    font-size: small;
}

.floatLeftListItem {
    float: left;
    width: 150px;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

fieldset {
    padding: 0.25em;
}

    fieldset legend {
        margin: 0 0.25em;
        padding: 0 0.25em;
    }

.display {
    display: none;
    background-color: Olive;
}

.zeilennummer {
    font-family: Arial,serif;
    font-size: 0.6250em;
    font-style: normal;
}

.greenBG {
    border: 1px solid Black;
    background-color: #C0FF80;
    padding: 0 2px;
}


h1 {
    font-size: 1.3em;
}

h2 {
    padding: 5px 0;
    margin: 0 6px 10px 0;
    font-size: 1.35em;
}

h3 {
    font-size: 1.1875em;
    font-style: normal;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 1em;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: bold;
}

h6 {
    font-size: 1.0em;
}

.cls_002 {
    font-family: Arial,serif;
    font-size: 0.7500em;
    font-weight: normal;
}

.cls_003 {
    font-family: Arial,serif;
    font-size: 0.6250em;
    font-weight: normal;
    line-height: 1em;
}

.cls_011 {
    font-family: Arial,serif;
    font-size: 0.6250em;
}

.cls_004, .cls_009, .ol_cls_004 > li:before {
    font-family: Arial,serif;
    font-size: 0.7500em;
    font-weight: normal;
}

.cls_002, .cls_003, .cls_004, .cls_009, .cls_011, .ol_cls_004 > li:before {
    color: rgb(0,0,0);
    font-style: normal;
}


.ol_cls_004 {
    counter-reset: olClsItem;
    list-style: none;
}

    .ol_cls_004 > li {
        counter-increment: olClsItem;
    }

        .ol_cls_004 > li:before {
            content: counter(olClsItem)".";
            display: inline-block;
            margin-left: -40px;
            vertical-align: top;
        }

ol[type="a"] {
    counter-reset: list;
    margin: 0;
    line-height: 1em;
}

    ol[type="a"] > li {
        list-style: none;
        margin: 0;
        margin-left: 1.2em;
    }

        ol[type="a"] > li:before {
            content: counter(list, lower-alpha) ") ";
            counter-increment: list;
            margin-left: -1.2em;
        }

.fieldsetLaden {
    float: left;
    width: 16.5em;
    height: 7em;
    padding: 3px;
    margin: 3px;
}

.divMenuBar {
    position: absolute;
    height: 50px; /* Pixel-Height und Pixel-Positionierung via Bottom, damit die Buttonleiste immer eine feste Hoehe besitzt */
    bottom: 0;
    width: 100%;
    background-image: url(../Images/sbverlauf.jpg);
    background-repeat: repeat-y;
    background-color: #3C80FF;
    z-index: 200;
    overflow: visible;
}

.divInfobereich {
    background-color: white;
    top: 0;
    width: 98%;
    width: 100%;
    height: 100px;
    overflow: auto;
    font-size: 1.15em !important;
    padding-left: 2%;
    color: #b50000;
    z-index: 30; /* Damit das XML_hoverPopup über dem Inhalt ist */
}


ol[type="a"] {
    counter-reset: list;
    margin: 0;
    line-height: 1em;
}

    ol[type="a"] > li {
        list-style: none;
        margin: 0;
        margin-left: 1.2em;
    }

        ol[type="a"] > li:before {
            content: counter(list, lower-alpha) ") ";
            counter-increment: list;
            margin-left: -1.2em;
        }

.bold, .strong_li > li:before {
    font-weight: bold !important;
}

.centered {
    text-align: center;
    vertical-align: middle;
}

ul.gesetzestext .zeilennummer {
    position: absolute;
    left: -0.75em;
    top: 0.3em;
}

    ul.gesetzestext .zeilennummer.greenBG {
        position: absolute;
        left: -1.15em;
    }

li table, li tr {
    margin: 0;
    padding: 0;
    vertical-align: text-top;
}

li table {
    display: inline-table;
}

ul {
    list-style-type: disc;
}

.table {
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0;
}

.layoutTable {
    border-collapse: collapse;
    border: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    margin-top: -1px;
    table-layout: fixed;
    padding: 0;
}

.datatableTHBorder {
    border-top: 1px solid black;
    border-bottom: 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0.0625em 0.25em 0.0625em 0.25em;
}

    .datatableTHBorder .zeilennummer {
        position: absolute;
        margin-left: -3.7em;
        margin-top: 0em;
    }

.afbgth .zeilennummer {
    position: absolute;
    margin-top: 0.6em;
    margin-left: -3.1em;
    font-size: 10px;
}




.checkboxdata {
    position: relative;
}

    .checkboxdata span {
        position: absolute;
        top: 8px;
    }

        .checkboxdata span.errorText {
            position: relative !important;
        }

    .checkboxdata label {
        display: inline-block;
        margin-left: 33px;
    }

.datatableTHBorder .tooltipContainer {
    font-size: 1em;
    margin-left: -1.2em;
}

.hardleft {
    margin-left: -16.7em !important;
    position: absolute;
}

.tabbedBox label {
    display: inline-block;
}

.zeilenbeschreibungsblock {
    background-color: white;
    height: auto;
    border: 0.1250em solid Black;
    top: 0;
    bottom: 0;
}

.belegMarker {
    font-family: Arial,serif;
    font-size: 1.3750em;
    border: 2px solid Black;
    background-color: #C8C8C8;
    float: left;
    padding: 0 5px;
}

.mt5 {
    margin-top: 0.3125em;
}

.formularBox {
    padding: 0 0.25em 0 0.25em;
}

.inTabelle {
    margin: -0.0625em -0.25em -0.0625em -0.25em;
    border: 0px solid transparent;
}

.border {
    padding: 0.375em 0 0.375em 0;
    border: 0.1250em solid Black;
}

.thinborder {
    padding: 0.375em 0 0.375em 0;
    border: 0.0625em solid Black;
}

.hideTopBorder {
    border-top: 0 !important;
}

.hideRightBorder {
    border-right: 0 !important;
}

.hideBottomBorder {
    border-bottom: 0 !important;
}

.hideLeftBorder {
    border-left: 0 !important;
}

.backgroundPage {
    min-height: 82.0625em;
    margin-left: 3em;
}

/* 
    Wurde eingefügt, damit die Formulare besser gelocht werden können.
    Gleichzeitig wurde die Formularbreite verringert, damit keine horizontalen Scrollbalken notwendig sind.
*/

/*.printFusszeile {
    position: absolute !important;
    bottom: 1.5rem !important;
}*/

.blackbackground {
    background-color: Black;
}

    .blackbackground span {
        color: White;
        font-weight: bold;
    }

    .blackbackground label {
        color: White;
        font-weight: bold;
    }

.watermark {
    color: #005A00;
}

.closeModalPopupButton {
    float: right;
}

.anschreibenZustaendigesAmt > div {
    margin: 0 !important;
    height: 6em;
}

.anschreiben legend {
    background-color: #ffffff;
}

.anschreiben .anschreibenEinzureichendeUnterlagen ul {
    margin: 0;
    list-style-image: url(../images/checkbox.png);
}

.anschreiben .anschreibenEinzureichendeUnterlagen li {
    line-height: 1.1rem;
    margin-bottom: 0.5em;
}

.anschreiben .anschreibenAbsender {
    text-decoration: underline !important;
}

.onlyPrint {
    display: none;
}

.divNavigationContainer ul li {
    font-size: 14px !important;
}

.currencyInput {
    text-align: right;
}

.formblattAuswahlNpaLogo {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-top: -20px;
}

::-webkit-input-placeholder {
    color: #005A00;
    opacity: 1;
}

:-moz-placeholder {
    color: #005A00;
    opacity: 1;
}

::-moz-placeholder {
    color: #005A00;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #005A00;
    opacity: 1;
}

.groupBar {
    width: 0;
    margin-left: 1.25em;
    border-right: 0.0625em solid black;
    display: block;
    position: absolute;
    top: 0.625em;
    bottom: 0.625em;
    padding: 0;
}

    .groupBar:before {
        content: "";
        position: absolute;
        top: -0.625em;
        right: -0.25em;
        border-top: 0.0625em solid black;
        width: 0.884em;
        transform: rotate(45deg);
        transform-origin: 0% 0%;
    }

    .groupBar:after {
        content: "";
        position: absolute;
        bottom: -1.5em;
        right: -0.25em;
        border-top: 0.0625em solid black;
        width: 0.884em;
        height: 0.884em;
        transform: rotate(-45deg);
        transform-origin: 0% 0%;
    }

.groupText {
    border: 0.0625em solid black;
    font-size: 0.5em;
    text-align: center;
    font-weight: bold;
    margin-left: 2.5em;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2.5%;
}

    .groupText.datatext {
        right: 0px;
        top: auto;
        margin-right: -7em;
    }

.groupBar ~ td .groupText:before {
    content: "";
    border-top: 1.25em solid transparent;
    border-left: 1.25em solid black;
    border-bottom: 1.25em solid transparent;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -25%;
}

.hinweisBox {
    border: 0.1875em solid #b8b8b8;
}

    .hinweisBox > div {
        margin: 1px 5px;
        display: inline-block;
    }

.ulDash > li {
    list-style: none;
}

    .ulDash > li:before {
        content: '\2013'; /*&ndash;*/
        display: inline;
        margin-left: -1em;
    }

.fbAuswahl h2 {
    font-size: 1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding: 0;
}


.fs01 {
    font-size: 1em;
}

.fs008 {
    font-size: 0.8em;
}

.fs0118 {
    font-size: 1.18em;
}

.fs0075 {
    font-size: 0.75em;
}

.fs013 {
    font-size: 1.3em;
}

.hinweiseAspx h2 {
    font-size: 1.1em;
}

.fs0115 {
    font-size: 1.15em;
}

.page {
    margin-top: 1em;
}

    .page ~ .page {
        margin-top: 2em;
    }

.siteMapPathNode {
    display: inline-block;
}

    .siteMapPathNode ~ .siteMapPathNode {
        margin-left: 0;
    }

.divNavigationContainer ul {
    display: inline-block;
    line-height: 25px;
}

.siteMapPathNode ~ .siteMapPathNode:before {
    content: "> "
}

.fieldsetDefault {
    margin-left: 2.25rem;
}

    .fieldsetDefault legend {
        margin: 0;
        padding: 0;
        float: left;
    }

    .fieldsetDefault label {
        vertical-align: top;
    }

    .fieldsetDefault input[type=checkbox] {
        margin-left: 2em;
    }

    .fieldsetDefault.withRowNumber {
        margin-left: 0;
    }

    .fieldsetDefault.geschlechtFBA legend {
        float: none;
    }

    .fieldsetDefault.zweizeilig span > input {
        margin-left: 0;
    }

    .fieldsetDefault.zweizeilig span ~ span > input {
        margin-left: 1em;
    }


.fieldsetEinzeilig,
.fieldsetMehrzeilig {
    height: 4rem;
}

    .fieldsetEinzeilig > .container,
    .fieldsetMehrzeilig > .container {
        display: inline-block;
        vertical-align: middle;
    }

    .fieldsetEinzeilig legend,
    .fieldsetMehrzeilig legend {
        width: 90%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .fieldsetEinzeilig > .container {
        clear: both;
        float: none;
    }

    .fieldsetMehrzeilig .container {
        float: left;
        clear: left;
    }

    .fieldsetEinzeilig input,
    .fieldsetMehrzeilig input {
        margin-left: 2em;
    }

    .fieldsetEinzeilig label,
    .fieldsetMehrzeilig label {
        margin-left: 0;
    }

    .fieldsetEinzeilig .labelFirst + input,
    .fieldsetMehrzeilig .labelFirst + input {
        margin-left: 0;
    }

    .fieldsetEinzeilig .labelFirst,
    .fieldsetMehrzeilig .labelFirst {
        margin-left: 2em;
    }

fieldset.smallmargin .labelFirst,
fieldset.smallmargin input {
    margin-left: 0.7em;
}

    fieldset.smallmargin .labelFirst + input {
        margin-left: 0em;
    }

.fieldsetEinzeilig.aufzaehlung legend {
    margin-left: 1rem;
    display: list-item;
    list-style-type: "–  ";
}

.inlineBoxes > * {
    display: inline-block;
    position: relative;
}

.pdfIcon {
    vertical-align: bottom;
}

.backpage {
    display: block;
    width: 215px;
}

.ulDash > li:before {
    content: '\2013'; /*&ndash;*/
    display: inline;
    margin-left: -1em;
}

.hidden {
    display: none;
}

/*## DEN HTML 5 Fixes ##*/

.big {
    font-size: larger;
}

/*BAfoeg*/
.formularBox {
    line-height: 0;
}

.datatablecellTop {
    vertical-align: top;
    background: white;
}

.datatablecellMiddle {
    vertical-align: middle;
    background: white !important;
}
/*AFBG*/
fieldset.staatsangehoerigkeit,
fieldset.geschlechtFBA {
    padding-left: 1em;
    position: relative;
}

    fieldset.staatsangehoerigkeit, legend,
    fieldset.geschlechtFBA legend {
    }

        fieldset.staatsangehoerigkeit label,
        fieldset.geschlechtFBA label {
            float: left;
        }

        fieldset.staatsangehoerigkeit span,
        fieldset.geschlechtFBA span {
            float: left;
        }

            fieldset.staatsangehoerigkeit span input,
            fieldset.geschlechtFBA span input {
                margin: 0 6px 0 4px;
            }

.height16 {
    height: 16px;
}

.fdrnrbox {
    display: inherit;
}

.lineheight1em {
    line-height: 1em !important;
    display: block;
    margin: 4px 0 4px 0;
}

.inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.checkboxLabels label {
    vertical-align: middle;
}

p.flatp {
    margin: 0;
}

p.flatpInline {
    display: inline;
}

.textAlignCenter {
    text-align: center;
}

.displayBlock {
    display: inline-block;
    vertical-align: middle;
}

.inlineBlockMinus4em {
    display: inline-block;
    width: calc(100% - 4em);
    vertical-align: middle;
}

.CompletionListCssClass li {
    line-height: 14px;
}

.datentabelle .smallfont {
    padding: 6px 0;
    line-height: 12px;
}

/* .datentabelle selektor macht eigentlich keinen sinn, ist aber notwendig um das andere padding ueberschreiben zu koennen */
.datentabelle .zelleZweiCheckboxenHorizontal {
    padding: 0;
    margin: 0;
}

.zelleZweiCheckboxenHorizontal div {
    margin: 0;
    padding: 0 0px 0 0;
    border: 0;
    display: inline-block;
    width: calc(50% - 3px);
}

.zelleZweiCheckboxenHorizontal input[type="checkbox"] {
    margin-left: 1px;
    margin-right: 2px;
}

.zelleZweiCheckboxenHorizontal label {
    display: inline-block;
    width: calc(100% - 24px);
    vertical-align: middle;
}

.Aenderungsanzeige {
    margin: 0.6250em 0.6250em 0.6250em 3em;
}

/* CW: Aus custom-Folder css verschoben. */
/* TABLE */
table {
    font-size: 1em;
}
/* END TABLE */


/* LISTS */
ul, ol {
    /*margin: 0 0 1.0em 10px;*/
    /*padding: 0;*/
}
