@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(OpenSans.woff2) format('woff2');
}

body {
    background-color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    color: #333;
    
    margin: 0;
}

#footer {
    background: #fff none repeat scroll 0 0;
    margin-top: -100px;
    /*height:450px;
    width:100%;*/
}

.anlieferung {
    float: left;
    color: white;
    margin: 6px 5px 2px 5px;
}

.tableLoading {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #46962b;
    top: 0;
    left: 0;
    z-index: 6666;
}

.divLoading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 34px;
    color: #fff;
}

.hovetKatA {
    background-color: #fff !important;
    color: #46962b; !important;
    font-weight: bold !important;
}

.hovetKatA {
    border: 2px solid #46962b; !important;
}

.buttonsWarenkorbListe {
    background-color: #46962b;
    float: right;
    /*margin-bottom: 5px;*/
    margin-right: 1px;
    margin-top: -9px;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    height: 29px;
}

.btnWarenkorbOrders {
    float: right;
    height: 24px;
    background-color: #46962b;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    margin-left: 2px;
}

.btn_WarenkorbOrdersSmall {
    background-color: #46962b;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    height: 24px;
}

.buttonsWarenkorb {
    background-color: #46962b;
    float: right;
    margin: 0 5px;
    height: 30px;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    cursor: pointer;
}

.ansichtButtonsDiv {
    background-color: #46962b;
    margin: 0 10px;
    float: right;
    cursor: pointer;
}

.sucheButtonsDiv {
    float: left;
    background-color: #46962b;
    height: 20px;
    margin-bottom: -7px;
}

.imgFooter {
    background-color: #46962b;
    height: 40px;
    border-radius: 20px;
    -moz-border-radiux: 20px;
    -webkit-border-radiux: 20px;
}



#kennwortVergessen {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 2001 !important;
    padding: 0 15px 15px 15px;
    width: 420px;
    height: 200px;
    max-width: 420px;
    max-height: 200px;
    margin: -100px 0 0 -210px;
    -moz-box-shadow: 0px 0px 15px #000000;
    -webkit-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    border-radius: 15px;
    -moz-border-radiux: 15px;
    -webkit-border-radiux: 15px;
    border: 1px solid #CCCCCC;
}

#maske, #maske1, #maskeKennwortVergessen {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: rgba(190,190,190,0.6);
    z-index: 1000;
}

.content {
    background-color: #fff;
    /*background-color: #5FA1D3;*/
    /*box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;*/
    /*  margin: 0 auto;*/
    /*margin-top: -100px;*/
    /* position: relative;*/
    /*max-width: 975px;*/
    /*z-index: 1;*/
    padding: 100px;
    padding-bottom: 150px;
    padding-left: 330px;
    /*overflow:visible;*/
}

/*Bildkontainer*/
.bildContainer {
    float: left;
    width: 220px;
    height: 220px;
    position: relative;
    /*  border-radius: 20px;*/
    /*-moz-border-radiux: 15px;
    -webkit-border-radiux: 15px;*/
}
}

.overLayer {
    cursor: pointer;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
    height: 220px;
    /*z-index: 330;*/
    /*background-color: #92AD40;*/
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
   
}

.txt_anzahl {
    margin-left: 8px;
    margin-right: 5px;
    float: left;
    height: 26px;
    font-size: 16px;
    border: 1px solid #ccc;
    text-align: center;
}

.ArtikelVKE, .ArtikelVKEProfil {
    float: left;
    margin: 0 4px;
    border: 1px solid #111;
    background: transparent;
    width: 90px;
    padding: 3px 20px 5px 0px;
    border: 1px solid #ccc;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../Images/dropdown.png) 100% / 32% no-repeat #fff;
}

    .ArtikelVKE::-ms-expand {
        display: none;
    }

.Artikelbezeichnung {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    color: #2e2e2e;
    padding: 10px 5px 5px 5px;
    height: 55px;
    overflow: hidden;
}

.Artikel {
    position: relative;
    border: 1px solid #ccc;
    height: 330px;
    max-width: 220px;
    background-color: #fff;
    border-radius:20px;
}

.Artikelpreis {
    font-weight: bold;
    color: #46962b;
	font-size: 14px;
    /*position: absolute;
    bottom: 15px;
    left: 5px;*/
}

.warenkorb {
    margin: 5px 0;
  /*  position: absolute;
    bottom: 0;
    left: 0;*/
}

.btnWarenkorb {
    /*margin: 0 5px;
    height: 30px;
    cursor: pointer;*/
}

.artikel_Thumb {
}

#warten {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 2001 !important;
    padding: 0 15px 15px 15px;
    width: 700px;
    height: 120px;
    max-width: 700px;
    max-height: 600px;
    margin: -140px 0 0 -350px;
    -moz-box-shadow: 0px 0px 15px #000000;
    -webkit-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    border-radius: 15px;
    -moz-border-radiux: 15px;
    -webkit-border-radiux: 15px;
    border: 1px solid #CCCCCC;
}

#pager {
   /* text-align: center;*/
}

.pager {
    margin-top: 10px;
    display: inline-block;
}

    .pager a {
        text-decoration: none;
        padding: 3px 10px;
        color: #333;
        font-weight: bold;
        margin: 0 -2px;
    }

        .pager a:last-child {
            margin: 0 -5px;
        }

        .pager a:hover {
            background-color: #46962b;
            color: #fff;
        }

    .pager span:not(.nav) {
        text-decoration: none;
        padding: 3px 12px;
        font-weight: bold;
        margin: 0 -2px;
        background-color: #46962b;
        color: #fff;
    }

#fixedLeiste {
    position: fixed;
    background-color: #C0D0E4;
    width: 100%;
    z-index: 9999;
    /* height: 75px;*/
    display: block;
    overflow: auto;
    padding: 5px 0;
}

#loginContainer {
    float: right;
    margin: 5px 5px 0 5px;
}

.register {
    margin-right: 152px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #2e2e2e;
}

#overlaySlider {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height:100px; alt*/
    height: 150px;
    opacity: 0.7;
    overflow: visible;
    line-height: 100px;
    background: url(../Images/overlay_slider.png) #46962b; repeat;
}

#underlaySliderMenu {
    /*position: absolute;
    left: 0;
    top: 280px;*/
    width: 100%;
    height: 40px;
    background-color: #46962b;
}

.sf-menu li {
    background-color: #46962b;
    height: 40px;
}

.sf-menu ul li {
    background-color: #46962b;
}

.sf-menu ul ul li {
    background-color: #46962b;
}

.sf-menu a {
    color: #FFFFFF;
    border: 0;
}

.sf-menu ul li ul li a {
    background-color: #46962b;
    border-left: 1px solid rgba(255,255,255,1);
    border-top: 1px solid rgba(255,255,255,1);
    height: 40px;
}

    .sf-menu ul li ul li a:last-of-type {
        background-color: #46962b;
        border-left: 1px solid rgba(255,255,255,1);
        border-top: 1px solid rgba(255,255,255,1);
        height: 19px;
    }

.sf-menu ul a {
    color: #FFFFFF;
    border-top: 1px solid rgba(255,255,255,1);
}

.sf-menu ul ul a {
    color: #FFFFFF;
}

.btnListWarengruppe{
    text-decoration:underline;
    font-size:10px;
    cursor:pointer;
}



.sf-menu li:hover,
.sf-menu li ul li a:hover,
.sf-menu li:hover > a {
    background: #FFFFFF !important;
    color: #46962b;
}

#menu {
    /*margin: -14px auto auto auto;*/
    margin: auto;
    /*max-width: 975px;*/
    /*padding: 0 25px;*/
    height: 40px;
}

.menuListStart1 {
    /*margin-left: 125px; */
    padding-left: 0;
    margin-left: -25px !important;
}

#menuList,
.menuListStart {
    margin: auto;
    /*margin-left: 125px; */
    padding-left: 0;
    margin-left: -25px !important;
}

ul#menuList li,
ul#menuList li a {
    line-height: 40px;
    display: inline-block;
    border: none;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

    ul#menuList li a {
        padding: 0 20px;
    }

ul.menuListStart li {
    line-height: 40px;
    display: inline-block;
    border: none;
    /*padding:0 20px;*/
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

    ul.menuListStart li a {
        line-height: 40px;
        display: inline-block;
        border: none;
        padding: 0 20px;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }

        /*#kategorien:hover{
    border: 2px solid #46962b;
}*/

        ul#menuList li a:hover,
        ul#menuList li.aktiv,
        ul#menuList li.aktiv a,
        ul#menuList li a.aktiv,
        ul.menuListStart li.aktiv,
        ul.menuListStart li.aktiv a,
        ul.menuListStart li:hover,
        ul.menuListStart li a:hover {
            background-color: #fff;
            color: #46962b;
            font-weight: bold;
            /*transition: all 350ms linear;*/
        }

#kategorie {
    border-bottom: 2px solid #46962b;
    border-left: 2px solid #46962b;
    border-right: 2px solid #46962b;
    padding: 25px 60px;
}

.einzelSortiment {
    text-decoration: none;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 0;
    line-height: 12px !important;
}

.einzelWarengruppe {
    text-decoration: none;
    color: #333;
    line-height: 12px !important;
}

    .einzelSortiment:hover, .einzelWarengruppe:hover {
        text-decoration: underline;
    }

.kategorieDiv {
    width: 200px;
    margin: 0 10px 10px 0;
}

#kat {
    max-width: 1025px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 331;
    /*box-shadow: -8px 0 8px -8px #000000, 8px 0 8px -8px #000000;*/
    /*box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;*/
}

#logo, #logoI {
   
    z-index: 333;
    /*margin-top:-230px; alt*/

    margin-top: -335px;
    opacity: 1.0 !important;
    float: left;
    margin-left: -25px;
    min-height: 270px;
    min-width: 180px;
}

    #logo img, #logoI img {
        position: absolute;
        left: 0;
        bottom: 0;
    }

#firmenname {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    /*position:relative;z-index:333;margin-left:10px;margin-top:-120px; opacity:1.0 !important; float:left; alt*/
    margin-left: 100px;
    margin-top: -120px;
    opacity: 1.0 !important;
    float: left;
}

#suche {
    /*position: relative;*/
    /*margin-right:-25px;*/
    /*margin-top: -105px;
    float: right;*/
}

#txt_suche {
    border: none;
}

#benutzerContainer {
    float: right;
    margin: 8px 5px;
    color: #2e2e2e;
    max-width: 55%;
}

#loginContainer input {
    border-radius: 2px;
    border: none;
}

    #loginContainer input[type=text] {
        margin-top: 3px;
        width: 200px;
        background: url(../Images/login.png) no-repeat left #fff;
        padding-left: 18px;
    }

    #loginContainer input[type=password] {
        margin-top: 3px;
        width: 200px;
        background: url(../Images/pass.png) no-repeat left #fff;
        padding-left: 18px;
    }

#img_suche1 {
    height: 42px;
    /*margin-bottom:-5px;
    margin-right:-4px;*/
}

#footerContent {
    margin: 0 auto;
    max-width: 975px;
    padding: 25px;
    color: #808080;
}

#footer {
    clear: both;

}

#footerKontakt {
    margin-top: 100px;
    float: Left;
    width: 340px;
    font-size: 13px;
}

#footerContent h2 {
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#footerNewsletter {
    margin-top: 100px;
    float: Left;
    margin: 100px auto auto auto;
}

#tableKontakt .bild {
    /*vertical-align: top;*/
    padding-right: 10px;
}

#tableKontakt h3 {
    margin: 0;
    font-size: 10px;
    font-weight: normal;
}

#footerNewsletter span {
    font-size: 13px;
    color: #333;
}

#newsLetterEmail {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    font-size: 13px;
    padding: 7px 10px;
    width: 285px;
}

#newsletterAbonieren, #btn_Abschicken {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #46962b; 0%, #46962b; 50%, #46962b; 100%) repeat scroll 0 0;
    border: 1px solid #46962b;
    border-radius: 5px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px #e3bbbd;
    width: 307px;
}

#lbl_Telefon {
    color: #46962b;
    font-weight: bold;
}

#menuLinks {
    position: fixed;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ECEEF3;
    height: 100%;
    z-index: 999;
}

#lbl_Email a {
    color: #46962b;
    font-weight: bold;
}

#footerDisclaimer, #linkToBroscheit {
    clear: both;
    text-align: center;
    color: #808080;
}

    #footerDisclaimer div, #linkToBroscheit div {
        display: inline-block;
        padding: 20px 0;
        color: #808080;
    }

.impressum {
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
    color: #808080;
    font-size: 13px;
}

.ansicht {
    margin: 0 10px;
    float: right;
    cursor: pointer;
}

.impressum:hover {
    color: #46962b;
    transition: all 350ms linear;
}

.artikelListeBezeichnung {
    float: left;
    width: 30%;
    color: #46962b;
    font-size: 16px;
    font-weight: bold;
    margin: 2.3% auto;
}

.artikelListeBild {
    float: left;
    margin-right: 15px;
    margin-bottom: -5px;
}

@media screen\0 {
    .artikelListeBild {
        margin-bottom: -4px;
    }
}

.warenkorbListe {
    float: right;
    margin: 2% 25px 2% auto;
    cursor: pointer;
}

.artikelListePreis {
    float: right;
    width: 20%;
    color: #46962b;
    font-weight: bold;
    font-size: 28px;
    margin: 0.5% auto 3% auto;
}

.warenkorbListe > input, .warenkorbListe > select {
    float: right;
    margin-bottom: 5px;
    margin-right: 1px;
}

.warenkorbListe > img {
    /*float:right;

    margin-right:1px;
    margin-top:-9px;*/
}

.artikelListe {
    float: left;
    position: relative;
    border: 1px solid #bebebe;
    margin: 10px 5%;
    width: 90%;
}

#gv_Artikel, .gv_Artikel {
    width: 100%;
}

    #gv_Artikel th, .gv_Artikel th {
        border: none;
    }

.gv_orderlisten th {
    border: none;
    color: #333;
    background-color: #efefef;
    padding: 15px 5px 15px 5px;
}

.gv_ArtikelBestellung th {
    background-color: #bebebe !important;
}

.gv_orderlisten td {
    padding: 15px 5px 15px 5px;
}

.gv_orderlisten {
    width: 100%;
}

.pagerGV td {
    border: none;
}

.pagerGV a {
    text-decoration: none;
    padding: 3px 10px;
    color: #333;
    font-weight: bold;
    margin: 0 -2px;
}

    .pagerGV a:last-child {
        margin: 0 -5px;
    }

    .pagerGV a:hover {
        background-color: #46962b;
        color: #fff;
    }

.pagerGV span:not(.nav) {
    text-decoration: none;
    padding: 3px 12px;
    font-weight: bold;
    margin: 0 -2px;
    background-color: #46962b;
    color: #fff;
}

.artikelVKEListe {
    margin-top: -5px;
    width: 175px;
    padding-left: 3px;
    background: url(../Images/dropdown.png) 100% / 17% no-repeat #fff;
}

.txt_anzahlListe {
    width: 171px;
    margin-left: 8px;
    margin-right: 5px;
    float: left;
    height: 26px;
    font-size: 16px;
    border: 1px solid #ccc;
    text-align: center;
}

#lbl_H2 {
    color: #46962b;
    font-size: 34px;
    font-weight: bolder;
   /* float: left;*/
}

.h2 {
    color: #46962b;
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 20px !important;
}

.content h1 {
    margin: 5px 0 0 0;
    color: #333333;
    font-weight: normal;
}

.content h2 {
    margin: 5px 0 0 0;
}

.lbl_Navigation {
    font-size: 12px;
    color: #444;
   /* float: left;*/
}

    .lbl_Navigation a {
        text-decoration: none;
        color: #46962b;
        font-weight: bold;
    }

#lbl_Warenkorb {
    background-color: #fff;
    border-radius: 5px;
    height: 18px;
    padding: 0 7px;
    color: #333;
    margin-left: 5px;
}

#zumWK {
    margin-top: 1px;
}

#btn_logout, #btn_kostenstellen {
    border-radius: 2px;
    border: none;
    cursor: pointer;
    color: #333;
}

#btn_login {
    cursor: pointer;
    color: #333;
}

#lbl_leer {
    padding: 100px 200px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.ui-datepicker-div {
    position: relative;
    z-index: 5000;
}

.ui-widget-header {
    background: #46962b;
    color: #fff;
}

.ui-state-default {
    color: #333;
}

.lbl_Lieferbar {
    color: #333;
    font-size: 12px;
}

#img_suche {
    cursor: pointer;
}

.overLayerListe {
    cursor: pointer;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    /*z-index: 330;*/
    /*background-color: #92AD40;*/
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.img_BV_in_WK, .img_delete_BV, .img_edit_BV, .img_open_Bestellung {
    height: 24px;
    cursor: pointer;
}

.BV_Buttons {
    height: 24px;
}

#lbl_Listenname {
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.reg_panel {
    margin: 15px 0;
}

#lbl_kNr, #lbl_Ansprechpartner_reg, #lbl_kennwortAendern {
    margin-right: 25px;
}

.profil_email {
    margin-right: 5px;
}

.hiddenTXT {
    width: 250px;
}

.td1 {
    width: 150px;
}

/*Artikeldetails*/

#artikelDetail {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 2001 !important;
    padding: 0 15px 15px 15px;
    width: 800px;
    height: 800px;
    max-width: 800px;
    max-height: 800px;
    margin: -390px 0 0 -400px;
    -moz-box-shadow: 0px 0px 15px #000000;
    -webkit-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    border-radius: 15px;
    -moz-border-radiux: 15px;
    -webkit-border-radiux: 15px;
    border: 1px solid #CCCCCC;
}

#kasse {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 2001 !important;
    padding: 0 15px 15px 15px;
    width: 700px;
    height: 600px;
    max-width: 700px;
    max-height: 600px;
    margin: -340px 0 0 -350px;
    -moz-box-shadow: 0px 0px 15px #000000;
    -webkit-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    border-radius: 15px;
    -moz-border-radiux: 15px;
    -webkit-border-radiux: 15px;
    border: 1px solid #CCCCCC;
}

/*artikeldetailbild*/
.bildContainerDetail {
    float: left;
    height: 43.7%;
    width: 43.7%;
    position: relative;
    margin-right: 10px;
    /* border-radius: 20px;*/
    /*-moz-border-radiux: 15px;
    -webkit-border-radiux: 15px;*/
}

.overLayerDetail {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    max-height: 350px;
    max-width: 350px;
    z-index: 1000;
    background-color: #92AD40;
    /*padding: 2px;*/
    color: #FFFFFF;
    font-weight: bold;
    background: url(../Images/produkt_overlay_detail.png) right no-repeat;
    background-size: 100% 100%;
   
}

#lbl_PreisDetail {
    position: absolute;
  bottom: 2%;
  left: 2%;
  font-weight: bold;
  font-size: 18px;
    
}

.lblPreis {
    background-color: #46962b;
    text-decoration: none;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#img_Artikel {
    height: 100%;
    width: 100%;
    float: left;
    max-height: 350px;
    max-width: 350px;
    margin-right: 25px;
}

/*beschreibung*/
#detail_Artikel_beschreibung {
    float: left;
    height: 43.7%;
    width: 54%;
}

#zutaten h2 {
    font: bold 16px;
    color: #333;
    margin: 0 0 0 0;
    position: fixed;
    background-color: #fff;
    max-width: 34%;
    min-width: 385px;
    top: auto;
}

#zutaten {
    font-size: 16px;
    color: #333;
    overflow: auto;
}

    #zutaten p {
        padding-top: 15px;
    }

#bezeichnung {
    font-weight: bold;
    font-size: 30px;
    color: #46962b;
}

#artikelDetailsWarenkorb {
    position: absolute;
    bottom: 52%;
    right: 10px;
    width: 54%;
    background-color: #fff;
}

#btn_WarenkorbArtikelDetails {
    /*float:right;
    cursor: pointer;
    margin-left:5px;
    margin-right:5px*/
}

.WarenkorbArtikelDetails {
    background-color: #46962b;
    float: right;
    cursor: pointer;
    height: 40px;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
}

#anzahlArtikelDetails {
    margin: 0 0;
    float: right;
    height: 36px;
    font-size: 16px;
    border: 1px solid #ccc;
    text-align: center;
}

#ddl_ArtikelDetails {
    float: right;
    margin: 0 5px;
    border: 1px solid #111;
    background: transparent;
    width: 100px;
    padding: 5px 40px 5px 2px;
    border: 1px solid #ccc;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../Images/dropdown.png) no-repeat scroll right center; /*96% / 15% no-repeat #fff;*/
}

    #ddl_ArtikelDetails::-ms-expand {
        display: none;
    }

#artikelDetailBestaetigung {
    display: none;
    float: left;
    margin-left: 5%;
    margin-top: 5px;
    color: green;
    font-weight: bold;
    font-size: 16px;
}

/*header*/
#artikelnummerDetail {
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

#artikelDetailsSchliessen, #kasseSchliessen, #kennwortVergessenSchliessen {
    font-size: 16px;
    float: right;
    color: #333;
    margin: 5px 0 5px 0;
    cursor: pointer;
}

    #artikelDetailsSchliessen img, #kasseSchliessen img, #kennwortVergessenSchliessen img {
        width: 16px;
        height: 16px;
        margin-bottom: -2px;
        margin-left: 5px;
    }

#trennLinieOben, .trennLinieOben {
    border: 0;
    border-bottom: 1px solid #8f8f8f !important;
    clear: both;
}

/*Tablayout*/
ul.tabs {
    padding: 0;
    float: left;
    background-color: #FFF;
    list-style: none;
    /*height: 32px;*/
    margin: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    ul.tabs li {
        float: left;
        padding: 0;
        /*height: 31px;*/
        line-height: 31px;
        background: #FFF;
        overflow: hidden;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #000;
            display: block;
            color: #333;
            padding: 0 20px;
            outline: none;
        }

hr.trennLinieUnten {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #8f8f8f !important;
    position: absolute;
    bottom: 31px;
    left: 15px;
    width: 96%;
    color: #333;
}

ul.tabs li a:hover {
    font-weight: bold;
    color: #46962b;
    padding: 0 -5px;
}

ul.tabs li.active a, html ul.tabs li.active a:hover {
    font-weight: bold;
    color: #46962b;
}

.tab_container {
    border-top: none;
    /*clear: both;*/
    float: left;
    width: 100%;
    background: #fff;
    height: 45%;
    position: absolute;
    overflow: auto;
    bottom: 31px;
    margin-bottom: 15px;
    left: 0;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    padding: 0 20px;
}

    .tab_content h2 {
        /*width: 63%;*/
        max-width: 63%;
        min-width: 600px;
        position: fixed;
        padding-bottom: 5px;
        font-weight: bold;
        font-size: 25px;
        color: #46962b;
        margin: 0;
        background-color: #fff;
    }

    .tab_content p {
        padding-top: 45px;
        font-size: 16px;
        color: #333;
        margin: 0;
    }

    .tab_content h3 a {
        color: #254588;
    }

    .tab_content img {
        float: left;
        margin: 0 20px 20px 0;
        border: 1px solid #ddd;
        padding: 5px;
    }

.transparent_Buttons {
    background-color: #46962b;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    height: 24px;
}

.transparent_ButtonsBig {
    background-color: #46962b;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    height: 32px;
}

.transparent_Schliessen {
    background-color: #46962b;
    height: 20px;
}

.txt_Bemerkung {
    border: 1px solid #adadad !important;
}

.lnkbtn_ersetzen {
    color: #46962b;
    font-weight: bold;
    text-decoration: none;
}