html {
    height: 100%;
    margin:0;
    padding: 0;
}
BODY {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

INPUT {
    font-size: 9pt;
}

TEXTAREA {
    font-size: 9pt;
}
SELECT{
    font-size: 9pt;
    border: none;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 13px;
}
TH {
    font-size: 11px;
}
*:focus {
    outline: none;
}

select:focus, input:not([type=checkbox]):not([type=radio]):not(.ac_input):focus, textarea:focus {
    outline: 1px solid rgba(0, 120, 212, 1);
}

img.ui-datepicker-trigger {
    vertical-align: bottom;
    padding: 0 4px 1px 0;
}

.pageContainer {
    padding: 0;
}

#container {
    min-height: 99%;
    margin-bottom: -125px; /* immer an Hoehe von push und footer anpassen */
}

#content {
    padding: 0 5px;
}

.footer,
.push {
    height: 125px; /* bei Aenderung margin-bottom von container anpassen */
}

.footer {
    text-align: center;
}

#footerSpacer {
    height: 20px;
}

#footerLink {
    text-decoration: none;
    background-color: transparent;
}

#footerLinkImpressum, #footerLinkImpressum a:link, #footerLinkImpressum a:visited, #footerLinkImpressum a:hover, #footerLinkImpressum a:active {
    color: #666e70;
    text-decoration: none;
    background-color: transparent;
    font-weight: normal;
    display: block;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
    font-size: 10px;
}

#footerImage {
    border: 0;
    width: 246px;
    height: 89px;
}

@media (min-width: 480px) {
    .footer {
        text-align: right;
        margin-right: 20px;
    }

    #footerLinkImpressum, #footerLinkImpressum a:link, #footerLinkImpressum a:visited, #footerLinkImpressum a:hover, #footerLinkImpressum a:active {
        float: left;
        margin-left: 20px;
        margin-top: 71px;
        font-size: 14px;
    }
}

.top {
    vertical-align: top;
}

.error {
    background-color: #eeCCCC;
}

.print_msg_error {
    width: 100%;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15000;
    width:100%;
    height:100%;
}
.loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.6;
    z-index: 15000;
    width:100%;
    height:100%;
}
.ajaxLoading {
    background-color: transparent;
}
#spinnerContainer {
    position: fixed;
    top: 50%;
    top: calc(50% - 67px); /* Haelfte der Hoehe des spinnerContainers */
    width: 100%;
    text-align: center;
    z-index: 15001;
}

#spinnerContainer p.pleaseWait {
    font-size: 14px;
}

#loadingImage {
    width: 90px;
    height: 90px;
}

div.pageContainer, div.topnavContainer {
    opacity: 0.8;
}

#impersonationWarning {
    background-color: darkred;
    color: white;
    font-size: 14px;
    text-align: center
}
#cl_changer {
    margin: 20px 0 0;
    padding: 10px;
    color: #666e70;
    font-weight: bold;
}
a#debug_changer, a#debug_changer:link, a#debug_changer:visited, #debug_text {
    background-color: #ffffff;
    color: #000000;
}
a#debug_changer:hover, a#debug_changer:active {
    background-color: #ddd;
    color: #000000;
}
#debug_text{
    overflow:auto;
    height:400px;
    margin:0;
    padding:10px;
    display:none;
	font-size: 12px;
}
#debug_add {
    background-color:#CC0000;
    color:#FFFFFF;
    margin:0;
    padding:10px;
}
.systemInfo {
    line-height: 40px;
}
.systemInfoTable {
    border-left: 12px solid #3C6792;
    background-color: #f4f4f4;
    width: 100%;
}
.systemInfoTable td {
    padding:2px;
}
.systemInfoMsg {
    font-size: 15px;
    font-weight: bold;
    color: #444;
}
.systemInfoMsg img, .systemInfoMsg span {
    vertical-align: middle;
}
.systemInfoMsgText {
    margin-left: 10px;
}
.systemInfoMsg .importantInfo {
    color: red;
}
.printMsgOk {
    border-left-color: #2fbf2f;
}
.printMsgError {
    border-left-color: #bf2f2f;
}
/* begin: alles Rund um Kommentare und das Popup/Modal */
.commentTooltipContent div:not(:last-child) {
    margin-bottom: 15px;
}
.commentTooltipContent div:not(:first-child) {
    color: #999;
}
.commentQuickPreviewContent {
    margin: 2px 0 0 0;
}
.commentQuickPreviewMeta {
    font-weight: bold;
}

.pmsDialog button.ui-button {
    font-size: 1.4em;
}

.pmsDialog button#btnAbortEdit, .pmsDialog button#btnSaveEdit {
    font-size: .95em;
}

.pmsDialog div.ui-widget-content {
    border: none;
}

.pmsDialogContent {
    font-size: 15px;
}

.pmsDialog span.ui-dialog-title {
    font-size: 12px;
}

.pmsDialog {
    z-index: 11010 !important;
}

.pmsDialog .titleNewComment {
    margin: 5px 0 0 2px;
    font-size: 12px;
    font-weight:    bold;
    color:  #333;
}
.pmsDialog .ui-widget-header {
    background: #fcfcfc;
}
.pmsDialog #userFeedback, .pmsDialog #userFeedbackEdit {
    font-size: 12px;
    border: 1px solid transparent;
    padding:    5px 0 5px 2px;
    margin: 0;
}
.pmsDialog .oldComment {
    color:  #666;
    font-size:  12px;
    margin-top: 8px;
    border-radius:  5px;
    border: 1px solid rgba(var(--palette-neutral-8,234, 234, 234),1);
    min-height: 50px;
}
.pmsDialog .oldCommentMeta {
    margin: 8px 0 10px 5px;
}
.pmsDialog .oldCommentUsername {
    font-weight:    bold;
}
.pmsDialog .oldCommentCreationDate {
    font-size:  85%;
}
.pmsDialog .oldCommentHint{
    color:  blueviolet;
}
.pmsDialog .oldCommentContent{
    margin: 0 0 0 5px;
    color: #333333
}
.pmsDialog .newComment {
    resize: vertical;
    width: 99%;
    color: #666;
    font-size: 12px;
    margin-top: 8px;
    border-radius: 5px;
    border: 1px solid rgba(var(--palette-neutral-8, 234, 234, 234), 1);
    min-height: 45px;
}

/* end: alles Rund um Kommentare und das Popup/Modal */
/* LOGIN SEITE ANFANG */
#lopLoginWrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#lopLoginInnerWrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* AUTOCOMPLETE START */
.displayNone {
    display: none;
}

.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ac_div {
    display: inline;
}

.ac_div .ui-menu-item {
    font-size: 12px;
}

.ac_input {
    color: rgb(17, 17, 17);
    border: 1px solid #ccc;
    border-radius: 3px;
}

.ac_input:focus {
    border: 1px solid #1c62b9;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%);
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

/* AUTOCOMPLETE ENDE */

/* CARDS START */
.card {
    margin: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 2px;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.6;
    color: #666;
}

.card.contextHolder {
    margin-top: 15px;
}

.card input, .card select {
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
    font-family: Arial, serif;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.card select {
    color: #000;
}

.card input[type=checkbox]:hover, .card input[type=checkbox]:focus {
    box-shadow: inset 0 0 1px 1px rgba(0, 120, 212, 1);
}

.card_head {
    background-color: #ccc;
    padding: 0.8rem 1.2rem;
    display: flex;
}

.card_head_freeListing {
    background-color: #3C6792;
}

.card_pos_bg, .card_retPos_bg {
    background-color: #eee;
    padding: 0 1.2rem;
}

.card_head_left {
    width: 50%;
}

.card_head_right {
    flex-grow: 1;
}

.card_action_buttons {
    margin: 10px 10px 0 0;
    text-align: right;
}

.card_action_buttons button {
    background-color: #fff;
}

.card_action_buttons button:disabled {
    opacity: 0.5;
}

.card_content {
    clear: both;
    padding: 1.2rem;
}

.lsHead {
    display: flex;
    clear: both;
}

.headHint {
    margin-bottom: 40px;
}

#lsMarktBestellNr, #lsNummer {
    width: 80px;
}

.card_content_left {
    width: 80%;
    margin-right: 18px;
}

.card_content_right {
    flex-grow: 1;
}

.card_content_right table {
    height: 104px;
}

.card_content table {
    background: #fff;
    border-spacing: 0;
    width: 100%;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    table-layout: fixed;
}

.card_content table.tableLayoutAuto {
    table-layout: auto;
}

.card_content table th.tPos {
    width: 3%;
}

.card_content table th.tArticle {
    width: 12%;
}

.card_content table th.tArticleDescription {
    width: 18%;
}

.card_content table th.tArticleNoExt {
    width: 17%;
}

.card_content table th.tArticleDescriptionExt {
    width: 18%;
}

.card_content table th.tContainer {
    width: 5%;
}

.card_content table th.tAmount {
    width: 4%;
}

.card_content table th.tForFree {
    width: 4%;
}

.card_content table th.tPrice {
    width: 15%;
}

.card_content table th.tButton {
    width: 4%;
}

.card_content table > thead > tr {
    height: 56px;
}

.card_content table th {
    color: #000000; /*rgba(0, 0, 0, .65);*/
    font-size: 14px;
    font-weight: 500;
    border-bottom-color: rgba(0, 0, 0, .12);
    text-align: left;
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background: none;
}

.card_content table th:first-of-type, .card_content table td:first-of-type {
    padding-left: 24px;
}

.card_content table th:last-of-type, .card_content table td:last-of-type {
    padding-right: 24px;
}

.card_content table > tbody > tr {
    height: 48px;
}

.card_content table > tbody > tr:hover {
    background-color: #f8f8f8;
}

.card_content table td {
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
    border-bottom-color: rgba(0, 0, 0, .12);
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.card h1, .card h2, .card button {
    color: #3C6792; /*darkred, darkslateblue, #3C6792;*/
}

.card h1.h1_freeListing {
    color: #fff;
}

.card_content .articlePriceHint {
    color: royalblue;
}

.card_content .articlePriceHintFreeListing {
    margin-right: 10px;
}

.pos_action_buttons span, .ls_positions .gratis {
    cursor: pointer;
}

.pos_action_buttons span.delRow {
    margin-right: 9px;
}

.card_content .resultMaxHint {
    margin-bottom: 0px;
}

.card_content .gfgh_artikelnummer_neu, .card_content .gfgh_artikelbezeichnung_neu {
    display: none;
}

.card_content .gfghArticleHint {
    color: royalblue;
}

.card_content .menge {
    width: 35px;
}

.card_content .ac_input {
    width: 120px;
}

.card_content .ls_positions_sum_value {
    padding-left: 2px;
}

/* CARDS ENDE */

#lopLoginContentWrapper hgroup {
    text-align: center;
    padding-top: 2em;
}

#lopLoginContentWrapper h1#logLoginTitle {
    font-weight: 300;
    font-size: 1.6rem;
    font-family: Helvetica;
    letter-spacing: 2px;
    color: #636363;
}

#lopLoginContentWrapper h1#logLoginTitle p {
    margin-top: 8px
}

#lopLoginContentWrapper h1#logLoginTitle img {
    width: 118px;
    height: 43px;
}

form#logLoginForm {
    width: 268px;
    margin: 4em auto;
    padding: 3em 2em 2em 2em;
    background: #fefefe;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 1px 0, rgba(0, 0, 0, 0.09804) 0 1px 2px 0;
}

#lopLoginErrorMessage {
    font-weight: bold;
    color: #c90d1b;
    font-size: 14px;
    margin: 0 0 40px 0;
    padding: 15px 20px 20px 20px;
}

#lopLoginContentWrapper .group {
    position: relative;
    margin-bottom: 45px;
}

#lopLoginContentWrapper input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fefefe;
    color: #636363;
    width: 96%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

#lopLoginContentWrapper input:not([type=checkbox]):not([type=radio]):focus {
    outline: none;
}

/* Label */
#lopLoginContentWrapper label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}

/* active */
#lopLoginContentWrapper input:focus ~ label, #lopLoginContentWrapper input.used ~ label {
    top: -20px;
    transform: scale(.75);
    left: -2px;
    color: #c90d1b;
}

/* Underline */
#lopLoginContentWrapper .bar {
    position: relative;
    display: block;
    width: 99.5%;
}

#lopLoginContentWrapper .bar:before, #lopLoginContentWrapper .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #c90d1b;
    transition: all 0.2s ease;
}

#lopLoginContentWrapper .bar:before {
    left: 50%;
}

#lopLoginContentWrapper .bar:after {
    right: 50%;
}

/* active */
#lopLoginContentWrapper input:focus ~ .bar:before, #lopLoginContentWrapper input:focus ~ .bar:after {
    width: 50%;
}

/* Highlight */
#lopLoginContentWrapper .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active */
#lopLoginContentWrapper input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

/* Animations */
@keyframes inputHighlighter {
    from {
        background: #c90d1b;
    }
    to {
        width: 0;
        background: transparent;
    }
}

#logLoginForm input:-webkit-autofill::first-line {
    font-size: 18px;
    font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, Verdana, sans-serif;
}

/* Button */
#lopLoginContentWrapper .button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em 0;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #666e70;
    cursor: pointer;
    transition: all 0.15s ease;
}

#lopLoginContentWrapper .button:focus {
    outline: 0;
}

#lopLoginContentWrapper .buttonGray {
    background: #666e70;
    color: #fff;
    text-shadow: none;

}

#lopLoginContentWrapper .buttonGray:hover, #lopLoginContentWrapper .buttonGray:focus {
    background: #c90d1b;
    text-shadow: 1px 1px 0 #c90d1b;
}

/* Ripples container */
#lopLoginContentWrapper .ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

/* Ripples circle */
#lopLoginContentWrapper .ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

#lopLoginContentWrapper .ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}

/* Ripples animation */
@keyframes ripples {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@media (min-width: 480px) {
    #lopLoginContentWrapper form {
        width: 425px;
    }

    #lopLoginContentWrapper h1 {
        font-size: 2.5rem;
    }
}

/* LOGIN SEITE ENDE */


/* lopTable BEGIN */
.lopTable {
    background-color: #fff;
    border-spacing: 0;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    margin: auto;
    width: calc(100% - 4px);
    margin-top: 2px;
}

.lopTable th {
    background: none;
    background-color: #eee;
    color: #3C6792;
    padding: 1rem 1.2rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 2px;
}

.lopTable th img {
    display: none;
}

.lopTable tr {
    background-color: #fff;
}

.lopTable td {
    font-size: 12px;
    height: 48px;
    color: rgba(0, 0, 0, .87);
    border-bottom-color: rgba(0, 0, 0, .12);
    padding: 0px 5px 0px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.lopTable .lopFilterBody td,
.lopTable .lopFilterActions td {
    border-bottom: 0;
}

.lopTable .lopFilterBody td {
    height: 38px;
}

.lopTable tr.lopFilterHead td,
.lopTable tr.pageline td {
    border: 0;
}

tr.pageline td span.pageCount {
    font-weight: bold
}

.lopTable tr.pageline td span.pageCount {
    font-weight: normal
}

.lopTable tr.pageline td span.pageCount:not(.noDataFound) {
    margin-left: 20px;
}

.lopTable tr.pagelineTop td {
    height: 20px;
}

.lopTable td.posNo {
    color: #c90d1b;
    /* font-weight: bold; */
    font-size: 16px;
}

.lopTable tr:not(.lopFilterHead):not(.lopFilterBody):not(.pageline):not(.lopFilterActions):hover {
    background-color: #f8f8f8;
}

.lopTable th:first-of-type,
.lopTable td:first-of-type {
    padding-left: 20px; /*24px;*/
}

.lopTable th:last-of-type,
.lopTable td:last-of-type {
    padding-right: 20px; /*24px;*/
}

.lopTable .lopFilterActions td {
    height: 0;
    padding-bottom: 10px;
}

.lopTable input:not([type=image]) {
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
    font-family: Arial, serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100% !important;
}

.lopTable select {
    color: rgba(0, 0, 0, .87);
    border: 1px solid #ccc;
    border-radius: 3px;
}

.lopTable input.dp {
    width: 55% !important;
    min-width: 65px;
    display: block;
}

.lopTable a:link,
.lopTable a:visited,
.lopTable a:hover,
.lopTable a:active {
    color: rgba(0, 0, 0, .87);
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
}

.lopTable a:hover {
    color: #c90d1b;
}

.lopTable #button_filter,
.lopTable #button_filter_x {
    border: 0;
}

.lopTable .lopFilterActions .lopSearchButtons {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 0.5px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #666e70;
    cursor: pointer;
    transition: all 0.15s ease;
}

.lopTable .lopFilterActions .lopSearchButtons {
    background: #666e70;
    color: #fff;
    text-shadow: none;
}

.lopTable .lopFilterActions .lopSearchButtons:hover,
.lopTable .lopFilterActions .lopSearchButtons:focus {
    background: #c90d1b;
    text-shadow: 1px 1px 0 #c90d1b;
}

.lopTable a[href="#top"] {
    /*margin-right: 12px;*/
    float: right;
}

.lopTable a[href="#top"] img {
    margin-right: 3px;
}

.lopTable img.ui-datepicker-trigger, .lopTable select[id^='FD_'], .lopTable select[id*=' FD_'], .lopTable img.ui-datepicker-trigger + br {
    display: none;
}

.lopTable .ui-multiselect {
    padding: 1px 0 1px 4px;
    border: 1px solid #ccc;
}

.lopTable button.ui-multiselect {
    background: #fff;
    width: 100% !important;
    min-width: 75px; /*87px;*/
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
}

.lopTable button.ui-multiselect.ui-state-active {
    color: #fff;
    background: #c90d1b;
    text-shadow: 1px 1px 0 #c90d1b;
    border: 1px solid #ccc;
}

/* lopTable END */


/*beginn teil aus inc-header*/
.tablefilter_datum {
    width: 70px;
    margin-right: 3px;
}

/* Styles für die Page-Navigation */
.pageline td {
    padding: 8px 0;
}

.page_navi {
    padding: 0 5px;
    font-weight: bold;
    color: #000000;
}

.page_navi .links a, .page_navi .links span {
    padding: 0 3px;
}

.page_navi .count {
    padding: 0 3px;
}

.page_navi a:link {
}

.page_navi a:visited {
}

.page_navi a:focus {
}

.page_navi a:hover {
}

.page_navi a:active {
}

#slidemenubar, #slidemenubar2 {
    position: absolute;
    border: 1px;
    border: thin;
    border-color: #000000;

}

.topnav {
    margin-left: 20px;
    z-index: 20;
    float: left;
}

/* Context menu Script- © Dynamic Drive (www.dynamicdrive.com) Last updated: 01/08/22
For full source code and Terms Of Use, visit http://www.dynamicdrive.com */
.skin0 {
    position: absolute;
    border: 2px solid black;
    background-color: menu;
    font-family: Verdana;
    line-height: 20px;
    cursor: default;
    font-size: 14px;
    z-index: 100;
    visibility: hidden;
}

.menuitems {
    padding-left: 10px;
    padding-right: 10px;
}

/*ende teil aus inc-header*/
#environmentInfo{
	position: absolute;
    right: 290px;
    top: 20px;
    width: 170px;
    height: 21px;
    color: black;
    z-index: 10100;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
}

.rampTypeInfo {
    opacity: 0.85
}

.rampType1 {
    background-color: powderblue;
}

.rampType2 {
    background-color: lightyellow;
}

.rampType3 {
    background-color: darkseagreen;
}

.rampType4 {
    background-color: palevioletred;
}