@CHARSET "UTF-8";

/*---------------------Allgemeines -------------------------- */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1024px;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 9pt;
    color: #404040;
    background-color: #f8f8f8;
}

#noscript {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 500;
}

#nocookies {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 500;
}

.noscript {
    position: fixed;
    left: 25%;
    top: 25%;
    height: 50%;
    width: 50%;
    background-color: #fff;
    z-index: 501;
    padding: 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#haftungsausschluss {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 400;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first!*/
    filter: alpha(opacity=50); /* second!*/
}

.haftungsausschluss {
    position: fixed;
    left: 25%;
    top: 25%;
    height: 50%;
    width: 50%;
    background-color: #fff;
    z-index: 401;
    padding: 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#wrapper {
    margin: auto auto -150px;
    min-height: 100%;
    height: auto !important;
    overflow: hidden !important;
}

#site {
    background-color: #FFFFFF;
    border: 1px solid #CECECE;
    display: table;
    margin: 50px auto -80px;
    padding: 15px;
    position: relative;
    width: 980px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.system-type {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
}

.frame-content {
    float: left;
    padding: 10px;
}

.frame-content-full {
    float: left;
    padding: 10px;
    width: 740px;
}

a {
    color: #404040;
    text-decoration: none;
}

a:link {
    color: #404040;
    text-decoration: none;
}

a:visited {
    color: #404040;
    text-decoration: none;
}

a:active {
    color: #b82516;
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
    color: #b82516;
}

a:hover {
    text-decoration: underline;
    color: #b82516;
}

/*--------------------- HEADER -------------------------- */

#header {
    width: 980px;
    height: 50px;
    float: left;
    font-size: 8pt;
    border-bottom: 7px solid #b82516;
    margin-bottom: 15px;
}

#header_logo {
    width: auto;
    float: left;
}

#header_login {
    width: auto;
    /*height: 50px;*/
    float: right;
    /*line-height: 49px;*/
    /*header height - 1*/
}

#header_user {
    position: relative;
    float: left;
    line-height: 25px;
}

#header_user img {
    vertical-align: middle;
    border: none;
    background: none;
}

#header_language {
    position: relative;
    line-height: 0;
    float: left;

}

#header_navigation {
    width: auto;
    float: right;
}
#header_navigation ul {
    margin: 0;
    padding: 0;
}

#header_navigation ul li {
    list-style-type: none;
    display: inline;
    margin-left: 20px;
}

#header-content {
    font-size: 8pt;
    width: 100%;
    float: left;
    background-color: #fff;
    height: 15px;
    line-height: 0;
}
#header-content a {
    padding-left: 10px;
}

#language_selection {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

/*--------------------- NAVIGATION -------------------------- */

.menu {
    width: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.menu li:last-child {
    margin-bottom: 0;
}

.menu li {
    margin: 0 0 1px;
    padding: 0;
    text-align: left;
    border-left: 10px solid #b82516;
}

.menu li:hover {
}

.menu li a {
    display: block;
    width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f0f0f0;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    padding-left: 15px;
}

.menu li a:hover {
    background-color: #b82516;
    color: #fff;
}

/*--------------------- SIGNIN -------------------------- */

#signin {
    margin: 0 auto;
    width: 600px;
    height: 400px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#signin input {
    padding: 5px;
    font-size: 9pt;
}

#login-menu {
    height: 260px;
    float: left;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login_input {
    width: 150px;
}

/*--------------------- SLIDER -------------------------- */

#slider {
    width: 680px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    border: 1px solid #cecece;
}

#sliderContent {
    width: 680px; /* important to be same as image width or wider */
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;

}

.sliderImage, .slider1Image {
    float: left;
    position: relative;
    display: none;
}

.sliderImage span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #404040;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider-img {
    width: 680px;
    height: 280px;
}

.clear {
    clear: both;
}

.sliderImage span strong {
    font-size: 9pt;
}

.left {
    top: 0;
    left: 0;
    width: 130px !important;
    height: 263px;
    font-size: 8pt !important;
}

.right {
    right: 0;
    bottom: 0;
    width: 130px !important;
    height: 263px;
    font-size: 8pt !important;
}

/*--------------------- WELCOME -------------------------- */

#welcome {
    width: 280px;
    height: 280px;
    float: right;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* --------------------------------- INFOS ---------------------------------------------*/

#flashinfo {
    color: #2d2d2d;
    text-align: center;
    margin: 0 auto 0 20%;
    position: fixed;
    z-index: 100;
    width: 60%;
}

.hint-info {
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    border-top: none;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    padding: 10px;
    font-weight: bold;
    color: #3A87AD;
    text-align: center;

    cursor: pointer;

}

.error-info {
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-top: none;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    padding: 10px;
    font-weight: bold;
    color: #B94A48;
    text-align: center;

    cursor: pointer;

}

.notice-info {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    border-top: none;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    padding: 10px;
    font-weight: bold;
    color: #468847;
    text-align: center;
}

#flashinfo p {
    padding: 10px !important;
    font-weight: bold;
    margin: 0;
}

/*--------------------- CONTENT -------------------------- */

#agb,
#Datenschutzbestimmungen,
#impressum {
    margin-top: 40px;
}

#main-content {
    width: 980px;
    height: auto;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-left {
    clear: both;
    width: 200px;
    float: left;
}

.content {
    float: right;
    width: 760px;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content-full {
    float: left;
    width: 100%;
}

.consumer-content-full {
    padding: 10px;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content a {
    color: #b82516;
    text-decoration: underline;
    font-weight: bold;
}

.content a:link {
    color: #b82516;
    text-decoration: underline;
    font-weight: bold;
}

.content a:visited {
    color: #b82516;
    text-decoration: underline;
    font-weight: bold;
}

.content a:active {
    color: #404040;
    text-decoration: none;
}

.content a:focus {
    color: #404040;
    text-decoration: none;
}

.content a:hover {
    color: #404040;
    text-decoration: none;
}

/*--------------------- ADs -------------------------- */

#customer-logos {
    width: 100%;
    height: 100px;
    float: left;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.logo {
    background: no-repeat bottom;
    width: 90px;
    height: 90px;
    margin-left: 20px;
    margin-right: 20px;
}

/*--------------------- FOOTER -------------------------- */
#push, #footer {
    height: 150px;
}

#footer {
    background: url("../images/footer_background.png") repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    box-shadow: 0 0 2px #000;
    clear: both;
    font-size: 8pt;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

#footer-wrapper {
    width: 980px;
    background: #fff;
    margin: 0 auto;
}

#footer-content {
    font-size: 8pt;
    width: 100%;
    float: left;
    background-color: #fff;
    height: 50px;
    line-height: 80px;
}

#footer_copyright {
    width: auto;
    float: left;
}

#footer_navigation {
    width: auto;
    float: right;
}

#footer_navigation ul {
    margin: 0;
    padding: 0;
}

#footer_navigation ul li {
    list-style-type: none;
    display: inline;
    margin-left: 20px;
}

#footer-content a {
    padding-left: 10px;
}

/* -------------------------- Schrift, Links, Listen -------------------------- */

h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
}

#agb h1,
#Datenschutzbestimmungen h1,
#impressum h1 {
    border-top: 1px solid #CECECE;
}

h1 {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CECECE;
    font-size: 12pt;
    margin: -10px -10px 15px;
    padding: 6px;
}

h2, h3 {
    font-size: 11pt;
    /*color:#b82516;*/
}

h4, h5 {
    font-size: 11pt;
}

table tr td,
.display tr th {
    line-height: 18px;
    padding: 0 0 0 2px;
}

p.note {
    color: #999;
    font-size: 8pt;
}

.punkte-stand {
    color: #B82416;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
}

/* -------------------------- Bilder -------------------------- */

img {
    border: none;
}

img.icon {
    margin: 3px 17px 10px 0;
    box-shadow: 3px 5px 10px #000000;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

img.icon:hover {
    margin: 3px 17px 10px 0;
    box-shadow: 2px 3px 7px #000000;
    cursor: pointer;
    float: left;
}

/* -------------------------- Formen -------------------------- */

#regForm label {
    /*width: 15em !important;*/
}

#regForm table,
#regForm .note,
#regForm #submit {
    margin-left: 182px;
}

#consolas {
    padding: 0;
    margin-left: 140px;
}

#consolas li {
    display: inline-block;
}

#consolas li + li {
    margin-left: 16px;
}

form label {
    width: 12em !important;
}

form .note,
form #submit,
form #commit {
    margin-left: 144px;
}

#submit,
#commit {
    width: 162px;
}

.row {
    margin: 0 0 18px 0;
}

input.button-rot {
    border: none;
}

input, textarea, select {
    border: 1px solid #cecece;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

.input_error {
    background-color: #fef1ec;
    border-color: #cd0a0a;
}

.form_error {
    background-color: #fef1ec;
    border-color: #cd0a0a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 15px;
}

.form_error legend {
    font-size: 9pt;
    font-weight: bold;
}

ul.error_list {
    margin: 0;
    padding: 0 0 0 20px;
}

.form table tr td strong {
    margin: 0 5px 0 0;
}

.numeric {
    text-align: right;
}

/* -------------------------- Table -------------------------- */

.dataTables_wrapper {
    margin: 0 0 18px 0;
    min-height: 0 !important;
}

tr.odd td {
    background: #fff;
}

tr.even td {
    background: #f0f0f0;
}

tr td.dataTables_empty {
    background: #db918a;
    color: #fff;
}

tr td.timeperiod {
    background-color: #cccccc;
}

tr td.laststay {
    background-color: #e0e0e0;
}

.soll {
    color: #b82516;
}

.account-balance-top {
    border-bottom: 1px solid #404040;
    font-weight: bold;
}

.account-balance-bottom {
    border-top: 1px solid #404040;
    font-weight: bold;
}

/* ---------------------------- Vectron ------------------------*/
.label {
    float: left;
    width: 25em;
    line-height: 28px;
}

.discountlabel {
    margin: 0 5px 0 0;
    float: left;
    width: auto;
}

li.rabatt-aktion {
    list-style-type: none;
    font-weight: bold;
    margin: 0 0 5px 0;
}

li.rabatt-aktion input {
    margin: 0 5px 0 0;
}

form div {
    padding: 0;
    margin: 0;
}

#tabs span a {
    color: #b82516;
    text-decoration: none;
    font-weight: bold;
}

#tabs span a:hover {
    color: #404040;
}

input[type="checkbox"], input[type="radio"] {
    background: transparent;
    border: 0;
}

.sitegroup_logo {
    width: 200px;
    height: 200px;
    border: 1px solid #cecece;
    float: left;
    margin-top: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.sitegroup_logo_my_profile {
    width: 200px;
    height: 200px;
    border: 1px solid #999999;
    float: right;
}

.sitegroup_logo_my_profile p {
    text-align: center;
    padding: 5px;
    color: #999999;
    font-style: normal;
    margin: 0;
    line-height: 190px;
}

.table-icon {
    margin-left: 5px;
}

.export-icon {
    margin-right: 5px;
    vertical-align: top;
}

.not-available {
    cursor: no-drop;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* first!*/
    filter: alpha(opacity=20); /* second!*/
}

/* ---------------------------- Guide ------------------------*/

.guide-ul li {
    margin-left: 20px !important;
    list-style-type: disc;
}

/* ---------------------------- CLASSES AND DIVS ------------------------*/

.promotiontype {
    float: left;
    border: 1px solid #cecece;
    width: 373px;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;

    background: -moz-linear-gradient(top, #fff 0, #fff 67%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.67, #fff), color-stop(1, #f6f6f6));
}

.promotiontype:hover {
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 67%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(0.67, #fff), color-stop(1, #fff));

}

.promotiontype-bottom {
    margin-top: 10px;
}

.promotiontype-right {
    /*margin-left: 10px;*/
    float: right;
}

.mycaptcha-img {
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    float: left;
    margin-left: 3px;
    height: 26px;
}

.mycaptcha-input {
    float: left;
}

.clear {
    clear: both;
    margin-top: 30px;
}

.profile-header {
    padding: 7px 5px 7px 5px;
    background-color: #f0f0f0;
    border: 1px solid #cecece;
    border-bottom: none;
    margin-bottom: 0;
    -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;
    margin-top: 15px;
}

.profile-body {
    padding: 5px;
    border: 1px solid #cecece;
    margin-bottom: 20px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.currency {
    background-color: #f0f0f0;
    border: 1px solid #cecece;
    padding: 5px;
    width: 2em;
    border-left: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.curr-value {
    border-right: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

/************** LANGUAGE SELECT *********************/

.dd {
    text-align: left;
    background-color: #fff;
    float: left;
}

.dd .ddTitle {
    background: #f2f2f2;
    border: 1px solid #c3c3c3;
    padding: 3px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dd .ddTitle span.arrow {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dd .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 16px;
}

.dd .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
}

.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top;
}

.dd .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
    -moz-box-shadow: 5px 5px 5px #2d2d2d;
    -webkit-box-shadow: 5px 5px 5px #2d2d2d;
    box-shadow: 5px 5px 5px #2d2d2d;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
    padding-left: 10px
}

.dd .ddChild a {
    display: block;
    padding: 2px 0 2px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.dd .ddChild a:hover {
    background-color: #66CCFF;
}

.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}

.dd .ddChild a.selected {
    background-color: #66CCFF;
}

.hidden {
    display: none;
}

.dd .borderTop {
    border-top: 1px solid #c3c3c3 !important;
}

.dd .noBorderTop {
    border-top: none 0 !important
}

.country_selection .dd .ddChild a {
    color: #fff;
}

.country_selection .dd .ddChild a:hover {
    color: #66CCFF;
}

.country_selection .dd .ddChild a.selected {
    color: #66CCFF;
}

.plugroup-label {
    font-weight: bold !important;
}

.plu {
    padding: 0;
    list-style: none;
}

.department {
    padding: 0;
    list-style: none;
    font-style: italic;
}

ul.plu {
    margin: 0;
    padding: 0;
    padding-left: 31px;
}

li.plu:last-child {
    margin-bottom: 10px;
}

.product-icon {
    width: 75px;
    height: 75px;
    float: left;
    margin: 3px 17px 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 3px 7px #000000;
    -webkit-box-shadow: 2px 3px 7px #000000;
    box-shadow: 2px 3px 7px #000000;
}

.password-info {
    font-weight: bold;
    cursor: pointer;
    padding: 6px 9px;
    border:1px solid #bbbbbb;
    border-radius: 4px;
}
.password-strength {
    font-weight: bold;
    color: #f7b2ac;
    padding: 6px 5px 5px 6px;
    border:1px solid red;
    border-radius: 4px;
    background-color: red; /*#ffd8cc;*/
}
.password-strength.ok {
    color: #ecfff0;
    background-color: #00d000;
    border-color: #00d000;
}

.error-404-text {
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
}

.content > .frame-content-full > h1:first-of-type,
#welcome > .frame-content > h1:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}