html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /*ASIATISCHE SCHRIFTEN*/
    /*font-size: 1.1em;*/
    /*LATEINISCHE SCHRIFTEN*/
    font-size: 0.9em;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: 100%;
    width: 608px;
}

    body.asiatisch {
        font-size: 1.1em;
    }

#LadeScreen {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10000;
}

#LadeImage {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/loader.gif) no-repeat center;
}

.appContainer {
    position: relative;
    display: inline-block;
    width: 608px;
    margin-top: 5px;
    /*font-size:0.95em;*/
}

a, img {
    border: none;
    outline: none;
}

/* ------------------ FARBE BUTTONS ------------------ */
.checkfilter, #Artikelauswahl, .merisch_imperial, #reset, #anfrage, .btn {
    color: #333;
}

/* ------------------ RUNDE ECKEN PANELS -------------- */
#app_bg, .twothird, .onethird, .checkfilter, #Artikelauswahl, #resultbg, .btn, .whole {
    border-radius: 3px;
}


#app_bg {
    position: relative;
    border: 1px solid #9d9d9d;
    border: 1px solid #888;
    overflow: hidden;
    background-color: #fff;
    clear: both;
    /*
        margin:12px 15px 15px 15px ;
        box-shadow: 0 0 2.5em #888;
	*/
}

/* --------------- GRUPPIERT BELIEBIGE ELEMENTE EINER ZEILE */
.row_box {
    overflow: hidden;
    clear: both;
}

.result {
    padding-top: 7px;
}

h1 {
    color: #555;
    margin: 15px 0 0 27px;
    font-size: 1.1em;
}

#app_bg h1 {
    color: #f90;
    margin: 8px 0 0 13px;
    width: 400px;
    float: left;
}

    #app_bg h1#headline_1 {
        width: 200px;
    }

h1 sup {
    font-size: 0.5em;
}

.twothird, .onethird, .whole {
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    padding: 5px 5px 0 5px;
    float: left;
}

.twothird {
    width: 349px;
    margin: 5px 5px 0 5px;
}

.onethird {
    margin: 5px 0 0 0;
    width: 218px;
    height: 62px;
}


.panel_diameter {
    height: 85px;
}

.panel_form {
    height: 85px;
    padding: 5px 5px 0 5px;
}

.panel_diameter, .panel_form {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel_checkfilter {
    height: 210px;
}

/* ------------------ BUTTONS: CHECKBOX-LISTE LINKs OBEREN  ------------------ */
.checkfilter {
    background: url(../images/igus_konfig_sprite.png) no-repeat -90px 13px;
    padding: 0 0 0 20px;
    border: none;
    width: 165px;
    height: 40px;
    text-align: left;
    float: left;
    font-size: 0.8em;
    line-height: 1.1em;
    margin: 0 0 0 8px;
    white-space: normal;
}

/*.checkfilter:focus, .checkfilter:hover, .checkfilter:active{
	color:#000;
	background: url(../images/igus_konfig_sprite.png) no-repeat -90px -25px;
}*/

.checked {
    color: #000;
    background: url(../images/igus_konfig_sprite.png) no-repeat -90px -22px;
}

.right {
    float: right;
}

/* ------------------ TEMPERATUR UND GEWICHTSANZEIGEN  ------------------ */
label, .size_unit {
    font-size: 0.8em;
    line-height: 1.1em;
    display: block;
}

    label.slider {
        font-size: 0.8em;
        float: left;
        width: 128px;
        display: block;
    }

.size_unit {
    width: 60px;
    text-align: right;
    float: right;
    margin: 0 5px 0 0;
}

.gauge {
    width: 20px;
    height: 42px;
    float: right;
}

.temp_cold {
    background: url(../images/igus_konfig_sprite.png) no-repeat 0 -33px;
}

.temp_hot {
    background: url(../images/igus_konfig_sprite.png) no-repeat -20px -33px;
}

    .temp_hot span {
        display: block;
        width: 20px;
        height: 24px;
        background: url(../images/igus_konfig_sprite.png) no-repeat -20px -74px;
        /*Der Erste Wert regelt die Temperatur von 0=ganz hoch bis 23=ganz niedrig */
        clip: rect(4px, 20px, 23px, 0);
        position: absolute;
    }

.temp_cold span {
    display: block;
    width: 20px;
    height: 23px;
    background: url(../images/igus_konfig_sprite.png) no-repeat 0 -74px;
    /*Der Erste Wert regelt die Temperatur von 0=ganz hoch bis 23=ganz niedrig */
    clip: rect(10px, 20px, 23px, 0);
    position: absolute;
}

.pressure {
    background: url(../images/pressure.gif) no-repeat;
    /*0px 0px = ganz gross bis -180px 0px = ganz klein in 20er Schritten */
    background-position: 0 0;
}

input.temp_cold, input.temp_hot, input.pressure {
    width: 220px;
    height: 30px;
    margin: 5px 0 0 0;
    background: none;
}


/* ------------------ WELLENDURCHMESSER ------------------ */
.DurchmesserContainer {
    position: relative;
    left: 0;
    right: 0;
}


input.diameter {
    width: 96px;
    margin: -10px 0 10px 0;
    margin: 4px 0 10px -1px;
    height: 30px;
    position: absolute;
    z-index: 120;
    left: 0;
    top: 0;
}

.gauge.diameter {
    width: 47px;
    height: 43px;
    background: url(../images/diameter.gif) no-repeat;
    /*0px 0px = ganz gross bis -893px 0px = ganz klein in 47er-Schritten*/
    /* -47, -94, -141, -188, -235, -282, -329, -376, -423, -470, -517, -564, -611, -658, -705, -752, -799, -846*/
    background-position: 0 0;
    margin-top: 12px;
    margin-left: 10px;
}

#marker_box {
    position: absolute;
    clear: both;
    margin-top: 18px;
    margin-left: 2px;
    height: 30px;
    width: 265px;
}

.marker {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background: url(../images/igus_konfig_sprite.png) no-repeat -41px -57px;
    width: 9px;
    width: 16px;
    height: 15px;
}


.markerdisable {
    opacity: 0.4;
}

.disable {
    opacity: 0.6;
}

.artikelSelect {
    background: url(../images/igus_konfig_sprite.png) no-repeat -76px 5px #d6d6d6;
}

.artikelChecked {
    color: #000;
    background: url(../images/igus_konfig_sprite.png) no-repeat -76px -30px #d6d6d6;
}


/* ------------------ BUTTON: ARTIKELAUSWAHL ------------------ */
#ArtikelauswahlContainer {
    position: relative;
    display: inline-block;
    margin: 5px 0 -3px 5px;
    width: 597px;
    height: 25px;
    overflow: hidden;
    background: #D6D6D6;
}

#ArtikelauswahlInfo {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 35px;
    border: none;
    background: #D6D6D6 url("../images/igus_konfig_sprite.png") no-repeat scroll -77px -238px;
}

    #ArtikelauswahlInfo:hover {
        background: #D6D6D6 url("../images/igus_konfig_sprite.png") no-repeat scroll -77px -273px;
    }

#Artikelauswahl {
    float: left;
    position: relative;
    background: #D6D6D6 url("../images/igus_konfig_sprite.png") no-repeat scroll -86px 5px;
    padding: 0 0 0 25px;
    border: none;
    top: 0;
    left: 35px;
    width: 100%;
    height: 25px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.1em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    /*#Artikelauswahl:focus, #Artikelauswahl:hover, #Artikelauswahl:active{
	color:#000;
	background: url(../images/igus_konfig_sprite.png) no-repeat -76px -30px #d6d6d6;
}*/

    #Artikelauswahl.artikelChecked {
        color: #000;
        background: url(../images/igus_konfig_sprite.png) no-repeat -86px -30px #d6d6d6;
    }

/* ------------------ BUTTON: METRISCH IMPERIAL ------------------ */
div.merisch_imperial {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none !important;
    margin: 8px 15px 0 0;
    overflow: hidden;
    padding: 0;
    float: right;
}

input.merisch_imperial {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url(../images/igus_konfig_sprite.png) no-repeat -90px -62px;
    padding: 0 0 0 20px;
    border: none;
    margin: -5px 5px 0 5px;
    font-size: 0.9em;
    line-height: 0.1em;
    height: 30px;
}



.merisch_imperial.rbchecked {
    color: #000;
    background: url(../images/igus_konfig_sprite.png) no-repeat -90px -97px !important;
}

/* ------------------ BUTTONS: BAUFORM ------------------ */
#form_s, #form_f {
    border: none;
    background-color: #f4f4f4;
    width: 75px;
    height: 44px;
    float: left;
    margin: 2px 5px 3px 0;
}

.formSBG {
    background-image: url(../images/igus_konfig_sprite.png), url(../images/form_s.png);
    background-position: -85px -53px, 25px 5px;
    background-repeat: no-repeat, no-repeat;
}

.formFBG {
    background-image: url(../images/igus_konfig_sprite.png), url(../images/form_f.png);
    background-position: -85px -53px, 26px 0;
    background-repeat: no-repeat, no-repeat;
    float: right;
}

/*#form_s:focus, #form_s:hover, #form_s:active{
	background-image: url(../images/igus_konfig_sprite.png), url(../images/form_s.png);
	background-position: -85px -88px, 30px 5px;
}*/

.formSSelected {
    background-image: url(../images/igus_konfig_sprite.png), url(../images/form_s.png);
    background-position: -85px -88px, 25px 5px;
}

/*#form_f:focus, #form_f:hover, #form_f:active{
	background-image: url(../images/igus_konfig_sprite.png), url(../images/form_f.png);
	background-position: -85px -88px, 28px 0px;
}*/

.formFSelected {
    background-image: url(../images/igus_konfig_sprite.png), url(../images/form_f.png);
    background-position: -85px -88px, 26px 0;
}

/* ------------------ BUTTON: ARTIKEL UNIT ------------------ */
.productPropsForm {
    display: table;
    margin-bottom: 10px;
    margin-top: 15px;
    float: right;
}

#productPropsFormLabel {
    float: none;
    width: 50px;
    padding-top: 3px;
    display: table-cell;
    vertical-align: middle;
}

.productPropsForm input {
    float: left;
}

.productPropsBlock {
    display: inline-block;
    width: 100%;
}

.productPropsUnit {
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: auto;
    float: left;
    margin-bottom: 10px;
}

.productPropsUnitRow {
    display: table-row;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.productPropsUnitCell {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

#productPropsUnitLabel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;
    padding: 0;
    margin-right: 10px;
    font-size: 0.8em;
}


.rb_productPropsUnit {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding-left: 20px;
    font-size: 0.8em;
    background: url(../images/rb.png) left center no-repeat scroll;
}

    .rb_productPropsUnit.rbchecked {
        color: #000;
        background: url(../images/rb_checked.png) left center no-repeat scroll;
    }



/* ------------------ BUTTON: ZURÜCKSETZEN, ANFRAGE, SUBMIT, CANCEL------------------ */
#reset, #btnAnfrage, #WindowFragen_AbsendenBtn, #Btn_Cancel, .linkbutton {
    border: 1px solid #aeaeae;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #939393;
    padding: 0 10px 0 30px;
    height: 25px;
    text-align: left;
    float: right;
    font-size: 0.8em;
    margin: 5px 5px 0 0;
    border-radius: 1px;
}



#reset {
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, rgba(245,245,245,1);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -moz-linear-gradient(top, rgba(245,245,245,1) 0, rgba(255,255,255,1) 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -webkit-gradient(left top, left bottom, color-stop(0, rgba(245,245,245,1)), color-stop(100%, rgba(255,255,255,1)));
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -webkit-linear-gradient(top, rgba(245,245,245,1) 0, rgba(255,255,255,1) 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -o-linear-gradient(top, rgba(245,245,245,1) 0, rgba(255,255,255,1) 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -ms-linear-gradient(top, rgba(245,245,245,1) 0, rgba(255,255,255,1) 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, linear-gradient(to bottom, rgba(245,245,245,1) 0, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
}

    #reset:active {
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, #ffeed6;
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -moz-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -webkit-gradient(left top, left bottom, color-stop(0, #ffeed6), color-stop(100%, #ffd89f));
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -webkit-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -o-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -ms-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, linear-gradient(to bottom, #ffeed6 0, #ffd89f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeed6', endColorstr='#ffd89f', GradientType=0 );
        border: 1px solid #f89400;
        border-top: 1px solid #ff9900;
        border-bottom: 1px solid #c57200;
    }

/*#reset:focus, #reset:hover, #reset:active{
	background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -moz-linear-gradient(top,  #ffeed6 0%, #ffd89f 100%);
	background: url(../images/igus_konfig_sprite.png) no-repeat -83px -381px, -webkit-linear-gradient(top,  #ffeed6 0%,#ffd89f 100%);
	border:1px solid #f89400;
	border-top:1px solid #ff9900;
	border-bottom:1px solid #c57200;
}*/

#btnAnfrage {
    margin-top: 0;
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, #f5f5f5;
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -moz-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -webkit-gradient(left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #ffffff));
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -webkit-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -o-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -ms-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, linear-gradient(to bottom, #f5f5f5 0, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
}

    #btnAnfrage:focus, #btnAnfrage:hover, #btnAnfrage:active {
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, #ffeed6;
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -moz-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -webkit-gradient(left top, left bottom, color-stop(0, #ffeed6), color-stop(100%, #ffd89f));
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -webkit-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -o-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, -ms-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -412px, linear-gradient(to bottom, #ffeed6 0, #ffd89f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeed6', endColorstr='#ffd89f', GradientType=0 );
        border: 1px solid #f89400;
        border-top: 1px solid #ff9900;
        border-bottom: 1px solid #c57200;
    }

.linkbutton {
    float: none;
    font-size: 0.8em;
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, #ffeed6;
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -moz-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -webkit-gradient(left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #ffffff));
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -webkit-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -o-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -ms-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, linear-gradient(to bottom, #f5f5f5 0, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
}

    .linkbutton:focus, .linkbutton:hover, .linkbutton:active {
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, #ffeed6;
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -moz-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -webkit-gradient(left top, left bottom, color-stop(0, #ffeed6), color-stop(100%, #ffd89f));
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -webkit-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -o-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, -ms-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: url(../images/igus_konfig_sprite.png) no-repeat -83px -444px, linear-gradient(to bottom, #ffeed6 0, #ffd89f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeed6', endColorstr='#ffd89f', GradientType=0 );
        border: 1px solid #f89400;
        border-top: 1px solid #ff9900;
        border-bottom: 1px solid #c57200;
    }

#submit, #Btn_Cancel, #WindowFragen_AbsendenBtn {
    background-position: -100px -100px;
    font-size: 1.0em;
    background-color: #fff;
    padding: 0 10px 0 10px;
    margin: 0 0 0 10px;
    width: auto;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
}

    #submit:focus, #submit:hover, #WindowFragen_AbsendenBtn:active, #Btn_Cancel:focus, #Btn_Cancel:hover, #Btn_Cancel:active {
        border: 1px solid #f89400;
        border-top: 1px solid #ff9900;
        border-bottom: 1px solid #c57200;
        background: #ffd89f;
        background: -moz-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, #ffeed6), color-stop(100%, #ffd89f));
        background: -webkit-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: -o-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: -ms-linear-gradient(top, #ffeed6 0, #ffd89f 100%);
        background: linear-gradient(to bottom, #ffeed6 0, #ffd89f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeed6', endColorstr='#ffd89f', GradientType=0 );
    }


/* ------------------ ERGEBNIS TABELLE MIT BUTTONS ------------------ */
#resultbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b0b0b0;
    padding: 0;
    background-color: #f4f4f4;
    overflow: hidden;
    clear: both;
    width: 596px;
    margin: 5px 5px 5px 5px !important;
}

    #resultbg table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: none;
    }

    #resultbg th {
        padding: 0;
        text-align: left;
        height: 25px;
        border: 2px solid #f4f4f4;
        border-bottom: none;
        white-space: normal;
    }

.info {
    background: url(../images/igus_konfig_sprite.png) no-repeat -85px -240px #d6d6d6;
    background-color: #d6d6d6;
    color: #888;
    padding: 0 0 0 24px;
    border: none;
    font-size: 0.8em;
    font-weight: bold;
    height: 22px;
    width: 100%;
    text-align: left;
    white-space: normal;
    line-height: 9px;
    border-radius: 3px 3px 0 0;
}

    .info:hover, .info:active, .info:focus {
        background: url(../images/igus_konfig_sprite.png) no-repeat -85px -275px #d6d6d6;
        color: #555;
    }


#resultbg td {
    background-color: #eeeeee;
    padding: 0;
    border: 2px solid #f4f4f4;
    height: 23px;
    width: 10%;
}

.btn {
    /*Anzeige von leerem Bereich im Sprite, da ohne BG-image der Button fehlerhaft dargestellt wird*/
    background: url(../images/igus_konfig_sprite.png) no-repeat -150px 0;
    /* Lieferzeiten-Icon zum Testen einblenden */
    /*background: url(../images/igus_konfig_sprite.png) no-repeat -85px -208px;*/
    background-color: #ffa316;
    padding: 0 0 0 22px;
    border: none;
    width: 100%;
    height: 23px;
    text-align: left;
    font-size: 0.8em;
    border-radius: 3px;
}

.asiatisch .btn {
    font-size: 0.75em;
}

#resultbg td .btn:focus, #resultbg td .btn:hover, #resultbg td .btn:active {
    color: #fff;
    background-color: #555 !important;
    box-shadow: 0 0 0.8em #fff;
}

.unfit {
    background-color: #e4e4e4;
}

.semi {
    background-color: #ffcf89;
}

/* ------------------ LEGENDE ------------------ */
#legende {
    font-size: 0.6em;
    line-height: 1.2em;
    margin: 5px 22px 0 22px;
    color: #666;
    overflow: hidden;
}

    #legende .btn, #legende .semi {
        margin: 1px 5px 0 0;
        padding: 0;
        float: left;
        height: 10px;
        width: 40px;
    }

dfn {
    font-style: normal;
    width: 330px;
    display: block;
    float: left;
    margin: 0 19px 5px 0;
}

#legende p {
    margin: 0;
    padding: 0 0 3px 0;
    float: right;
    width: 320px;
}

    #legende p.left {
        float: left;
        width: 395px;
    }

.btn.delivery_grey {
    background-image: url(../images/igus_konfig_sprite.png);
    background-repeat: no-repeat;
    background-position: -85px -207px;
}

.btn.delivery_yellow {
    background-image: url(../images/igus_konfig_sprite.png);
    background-repeat: no-repeat;
    background-position: -85px -172px;
}

.btn.delivery_green {
    background-image: url(../images/igus_konfig_sprite.png);
    background-repeat: no-repeat;
    background-position: -85px -137px;
}

.btn.delivery_fast {
    background-image: url(../images/igus_konfig_sprite.png);
    background-repeat: no-repeat;
    background-position: -85px -466px;
}


#DeliveryLegend span {
    margin: 1px 5px 0 0;
    padding: 0;
    float: left;
    height: 10px;
    width: 10px;
}

#DeliveryLegend dfn {
    padding-top: 1px;
    width: 350px;
    margin-bottom: 2px;
}

#DeliveryLegendGrey_img.deliveryLegend_grey {
    background: url(../images/legend_grey.png) left top no-repeat;
}


#DeliveryLegendYellow_img.deliveryLegend_yellow {
    background: url(../images/legend_yellow.png) left top no-repeat;
}


#DeliveryLegendGreen_img.deliveryLegend_green {
    background: url(../images/legend_green.png) left top no-repeat;
}

#DeliveryLegendFast_img.deliveryLegend_fast {
    background: url(../images/legend_fast.png) left top no-repeat;
}

/* ------------------ POPUPSCREEN | HOVERTEXTE ------------------ */
.appcover {
    display: block;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #555555;
    background: -moz-linear-gradient(top, #000000 0, #555555 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #000000), color-stop(100%, #555555));
    background: -webkit-linear-gradient(top, #000000 0, #555555 100%);
    background: -o-linear-gradient(top, #000000 0, #555555 100%);
    background: -ms-linear-gradient(top, #000000 0, #555555 100%);
    background: linear-gradient(to bottom, #000000 0, #555555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#555555', GradientType=0 );
}

/* Positionierung wird von Script "iglidur.controller.maincontroller.js  'centerPopup' "  überschrieben */
.popupcontent {
    font-size: 0.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    margin: -175px 0 0 -170px;
    z-index: 800;
    background-color: #fff;
    padding: 7px;
    border: 2px solid #fff;
    border: none;
    box-shadow: 0 0 1.0em #333;
    border-radius: 5px;
}

    .popupcontent .info {
        height: 55px;
        padding: 0 0 5px 25px !important;
        position: relative;
        top: -5px;
        background-position: -90px -241px;
        background-color: inherit;
    }

.whole {
    width: 322px;
    min-height: 50px;
    padding: 8px;
}

h2 {
    color: #f90;
    margin: 5px 0 6px 8px;
    font-size: 1.1em;
}

.linkbox {
    display: block;
    text-align: center;
    font-size: 1.2em;
}

    .linkbox a {
        font-weight: bold;
        text-decoration: none;
        color: #f90;
        padding: 5px 0 5px 0;
        display: block;
        clear: both;
        margin-top: 8px;
    }

    .linkbox #productInfoLink {
        display: inline-block;
        line-height: 2.1em;
        padding-left: 25px;
    }

#closelinkProduct {
    width: 27px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    margin: -35px 0 0 320px;
    background: url(../images/igus_konfig_sprite.png) no-repeat -36px -27px;
}

#closelinkAnfrage {
    width: 27px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    margin: -35px 0 0 320px;
    background: url(../images/igus_konfig_sprite.png) no-repeat -36px -27px;
}

/* ------------------ ANFRAGE POPUP ------------------ */
.anfrage {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 405px;
    min-height: 405px;
    max-height: 450px;
    margin: -195px 0 0 -220px;
}

    .anfrage .whole {
        width: 422px;
        height: 359px;
        padding: 8px;
    }

    .anfrage .linkbox {
        display: block;
        position: absolute;
        bottom: 0;
        text-align: center;
        font-size: 1.2em;
        width: 422px;
        border: none;
        padding: 0 0 20px 0;
    }


.linkbox dfn {
    margin: 6px 0 0 0;
    width: auto;
    color: #888;
}

.anfrage label {
    float: left;
    font-size: 1.0em;
    width: 100px;
    display: block;
    padding: 5px 0 0 0;
}

.anfrage input, textarea {
    float: right;
    font-size: 1.0em;
    width: 305px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #999;
    background: -webkit-linear-gradient(top, #f5f5f5 0,#ffffff 89%);
}

.anfrage #hinweis {
    display: none;
    color: #f00;
    padding-top: 7px;
}

.anfrage textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 65px;
    resize: none;
    font-family: inherit;
    font-size: inherit;
    padding: 3px;
}

.anfrage .row_box {
    margin: 0 0 2px 0;
}

.anfrage p {
    margin: 10px 0 15px 0;
}

.anfrage .error {
    background: #ffdead;
    background: -moz-linear-gradient(top, #f0f0f0 0, #ffffff 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f0f0f0), color-stop(100%, #ffffff)) !important;
    background: -webkit-linear-gradient(top, #f0f0f0 0, #ffffff 100%) !important;
    background: -o-linear-gradient(top, #f0f0f0 0, #ffffff 100%) !important;
    background: -ms-linear-gradient(top, #f0f0f0 0, #ffffff 100%) !important;
    background: linear-gradient(to bottom, #f0f0f0 0, #ffffff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 ) !important;
    border: 1px solid #f90;
}

.anfrage #emailerror {
    margin-top: 10px;
    color: #f00;
}

.anfrage #dse_box {
    margin-top: 15px;
    padding: 5px;
}
.anfrage #dse_box a {
    color: #000;
}
.anfrage #dse_box input {
    float: left;
    width: inherit;
    margin-right: 8px;
    margin-top: -3px;
}

.anfrage #dse_box.dseerror {
    background: #ffdead;
}


/* ------------------ FEHLERMELDUNG POPUP ------------------ */
.errorpopup {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 120px;
    margin: -60px 0 0 -100px;
    z-index: 5000;
    border: 1px solid #888;
    box-shadow: 0 0 0.5em #555;
    border-radius: 3px;
}

    .errorpopup .whole {
        width: 182px;
        height: 75px;
        padding: 8px;
    }

    .errorpopup .linkbox {
        width: 182px;
        border: none;
        padding: 0 0 20px 0;
        text-align: center;
    }

    .errorpopup #WindowFragen_AbsendenBtn {
        float: none;
        margin: 0;
    }

/* ------------------ SLIDER STYLES ------------------ */
.ui-input-text, .ui-body-null, .ui-corner-all, .ui-shadow-inset, .ui-body-c, .ui-slider-input, .ui-focus {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 0.9em !important;
    line-height: 1.4em;
}

.ui-input-text {
    float: right;
    right: 25px;
    text-align: right;
    background: none;
    padding: 0;
    margin: 0;
    height: 10px;
    border: 0 solid #f00 !important;
    width: 35px !important;
    padding-right: 2px !important;
}

.ui-slider, .ui-btn-down-c {
    width: 100%;
    clear: both;
}

div .ui-slider {
    width: 100% !important;
    clear: both;
    position: absolute;
    top: 45px;
    margin: 0;
    height: 4px;
    padding: 0;
    background: #777;
    background: -moz-linear-gradient(top, #444 0, #777 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #444), color-stop(100%, #777)) !important;
    background: -webkit-linear-gradient(top, #444 0, #777 100%) !important;
    background: -o-linear-gradient(top, #444 0, #777 100%) !important;
    background: -ms-linear-gradient(top, #444 0, #777 100%) !important;
    background: linear-gradient(to bottom, #444 0, #777 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#777', GradientType=0 ) !important;
}

/* Diameter */
#fakeslider {
    width: 270px !important;
    clear: both;
    position: absolute;
    top: 45px;
    margin: 0;
    padding: 0;
    background: #777;
    background: -moz-linear-gradient(top, #444 0, #777 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #444), color-stop(100%, #777)) !important;
    background: -webkit-linear-gradient(top, #444 0, #777 100%) !important;
    background: -o-linear-gradient(top, #444 0, #777 100%) !important;
    background: -ms-linear-gradient(top, #444 0, #777 100%) !important;
    background: linear-gradient(to bottom, #444 0, #777 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#777', GradientType=0 ) !important;
}



.ui-slider-handle, .ui-shadow {
    border: none;
    width: 35px !important;
    height: 35px !important;
    margin: -16px 0 0 -15px !important;
    text-align: center;
    background: none !important;
    box-shadow: none !important;
}

.ui-btn-inner {
    margin: 8px;
    width: 15px;
    height: 15px;
    padding: 0 !important;
    background: #ffd89f;
    background: -moz-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #ddd), color-stop(100%, #ffd89f)) !important;
    background: -webkit-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: -o-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: -ms-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: linear-gradient(to bottom, #fafafa 0, #ddd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ddd', GradientType=0 ) !important;
    border: 1px solid #555;
}

#sliderPage {
    border: 1px solid green !important;
    position: relative !important;
}

.sliderpressure {
    position: absolute;
    width: 210px !important;
    top: 43px !important;
    left: 382px !important;
    height: 50px !important;
    min-height: 50px;
}

.slidertemphot {
    position: absolute;
    width: 210px !important;
    top: 118px !important;
    left: 382px !important;
    height: 50px !important;
    min-height: 50px;
}

.slidertempcold {
    position: absolute;
    width: 210px !important;
    top: 191px !important;
    left: 382px !important;
    height: 50px !important;
    min-height: 50px;
    z-index: 10;
}

.sliderdiameter {
    position: absolute;
    width: 265px !important;
    top: 318px !important;
    left: 20px !important;
    height: 50px !important;
    min-height: 50px;
    z-index: 10;
}


.ui-slider-handle:active .ui-btn-inner {
    background: #ffd89f;
    background: -moz-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ddd)) !important;
    background: -webkit-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: -o-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: -ms-linear-gradient(top, #fafafa 0, #ddd 100%) !important;
    background: linear-gradient(to bottom, #fafafa 0, #ddd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ddd', GradientType=0 ) !important;
}

.ui-mobile, .landscape {
    background: none;
    width: 100px !important;
    min-height: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
}

#page {
    width: 100px !important;
    min-height: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
}

#preasureSlider, #maxTempSlider, #minTempSlider, #markerSlider {
    display: none;
}




/* ------------------ TEMPORÄRE DEBUG STYLES ------------------ */
.produktlink {
    display: block;
    /*display:none;*/
}

.hide {
    /*display:block;*/
    display: none;
}

.ui-loader {
    display: none;
}
