
body {
    margin: 5px 0 5px 0;
    text-align: left;
    font-size: 12px;
    font-family: Verdana;
    background-color: #EBF5EB;
    color: #323232
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #205A4E;
}

*::-webkit-scrollbar-thumb {
    background-color: #94C37F;
    border-radius: 20px;
    border: 3px solid #205A4E;
}


.utitel12 {
    font-size: 12px;
}

.utitel14 {
    font-size: 14px;
}

.utitel16 {
    font-size: 16px;
}

.utitel18 {
    font-size: 18px;
}

.page {
    width: 98%;
    margin: 5px auto 0px auto;
    border: 1px none #496077;
    text-align: left;
}

a:link {
    color: #323232;
}

/*einfaches Textfeld*/
input[type=text] {
    border: 1px solid #A69D8D;
    color: #323232;
}

/*Passwort-Textfeld*/
input[type=password] {
    border: 1px solid #A69D8D;
    color: #323232;
}

/*Dropdownliste*/
select {
    border: 1px solid #A69D8D;
    color: #323232;
}



.HG_HellGrau {
    background-color: #EBF5EB;
}

.HG_Menue_Orange {
    background-color: White; /*#FBC029; /* #FBBF26; */
}

.HG_Inhalt_Orange {
    background-color: #EBF5EB;
}

.FG_Text_Braun {
    color: #693C00;
}

.HG_Rot {
    background-color: #FAB932;
}

.HG_Blau {
    background-color: #FAB932;
}

.HG_Gruen {
    background-color: #FAB932;
}

.watermark {
    color: #C0C0C0;
}

.button {
    background-color: #FAB932;
    width: 130px;
}

.links {
    text-align: left;
}

.center {
    text-align: center;
}


.zentriert {
    text-align: center;
}

.NWU /* NaehrWertUeberschrift */ {
    font-family: 'Arial Narrow', Arial;
    font-size: 12px;
    width: 40px;
    text-align: right;
    color: #323232;
}

.NWA /* NaehrWertAngaben */ {
    font-family: 'Arial Narrow', Arial;
    font-size: 12px;
    width: 40px;
    text-align: right;
    color: #323232;
}

.PA /* PortionsAngaben */ {
    font-family: Arial Narrow;
    font-size: 12px;
    width: 30px;
    text-align: right;
    color: #323232;
    background-color: White; /* #bbd8c2; */ /*LightGreen;*/
    text-align: center;
}

.BR {
    border-right: 1px solid black;
}

.BL {
    border-left: 1px solid black;
}

.TAC {
    text-align: center;
}

/*AutoComplete flyout */

.completeListStyle {
    height: 400px;
    width: 400px;
    overflow: auto;
}


.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white; /* inherit; white;*/
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    z-index: 999;
}

.erfassen_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white; /* inherit; white;*/
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    z-index: 999;
    width: 400px !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: windowtext; /* color: black; */
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window; /*white;*/
    color: windowtext;
    padding: 1px;
}

.StaticMenuHeader td a {
    display: block;
    width: 100%;
    color: Blue;
}


DIV.clsEingabe {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    border-style: ridge;
    border-width: 1px;
}

DIV.clsEingabeCenter {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    border-style: ridge;
    border-width: 1px;
    text-align: center;
}

SPAN.clsEingabeCheckBox {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
}

SPAN.clsEingabeChecked {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: Red;
}

SPAN.clsEingabeNoneChecked {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
}

SELECT.clsEingabe /* Eingabe Felder */ {
    width: 100%;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    border-style: ridge;
    border-width: 1px;
}

.clsHidden {
    visibility: hidden;
    display: none;
}

.clsRechts {
    text-align: right;
}


TR.clsTableHead {
    background-color: #205A4E;
    color: White;
}

    TR.clsTableHead a:link {
        color: White;
    }

TR.clsTableItem {
    font-weight: normal;
    font-size: 14px;
    /*	color: #000099;*/
    color: #323232;
    font-family: Arial;
    background-color: #EBF5EB;
    height: 14px;
}

TR.clsTableAlternateItem {
    font-weight: normal;
    font-size: 14px;
    /*	color: #000099;*/
    color: #323232;
    font-family: Arial;
    height: 14px;
    background-color: White;
}

.clsLoginMeldung {
    text-align: left;
    background-color: White;
    font-size: x-large;
    width: 600px;
    padding: 10px;
    opacity: .8;
    filter: alpha(opacity=80);
    border: #A69D8D 2px solid;
    z-index: 10;
}

    .clsLoginMeldung span {
        font-size: x-large;
    }

    .clsLoginMeldung div {
        font-size: x-large;
    }

.clsArtikellisten {
    text-align: center;
    vertical-align: middle;
    font-size: xx-small;
    font-weight: normal;
    /* width: 50px; */
    min-width: 40px;
    max-width: 40px;
    height: 50px;
}


.clsRotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    max-width: 30px;
    vertical-align: bottom;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
    border: none;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
        width: 30px;
    }

        th.rotate > div > span {
            border-bottom: 1px solid #000;
            padding: 5px 10px;
        }

td.MenueGetauscht {
    border: 3px solid green;
}

a.Tausch2 {
    border: solid 2px orange;
    padding: 5px;
    background-color: orange;
    font-weight: bold;
}

.spalten1 {
    background-color: ghostwhite;
}

.spalten2 {
    background-color: #E4E1DD;
}

.spalten3 {
    background-color: ghostwhite;
}

.spalten4 {
    background-color: #E4E1DD;
}

.spaltenintern {
    background-color: lightgoldenrodyellow;
}

.spaltenanpassbar {
    background-color: khaki;
}

.btnHaupt {
    color: #323232; /*anthrazit*/
    background-color: #FAB932; /* Eigelb */
}

.btnNeben {
    color: White;
    background-color: Black;
}

td.BVDatumTitel {
    color: white;
    background-color: #205A4E;
}

table.speiseplan {
    border-collapse: collapse;
    border: 1px solid #000;
}

    table.speiseplan td,
    table.speiseplan th {
        border: 1px solid #000;
    }


    table.speiseplan table {
        border-collapse: collapse;
        border: 1px solid #000;
    }

        table.speiseplan table td,
        table.speiseplan table th {
            border: 1px solid #000;
        }
