/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 9%;
    left: 50%;
    
    margin-left: -413px;
    width: 826px;
    
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 5px;
}
.jqmWindowImage {
    display: none;
    
    position: fixed;
    top: 18%;
    left: 50%;
    
    margin-left: -320px;
    width: 640px;
    
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 5px;
}
.jqmVorlagenWindow {
    display: none;
    position: fixed;
    top: 29%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}
.jqmLieferadressenWindow {
    display: none;
    position: fixed;
    top: 29%;
    left: 50%;
    margin-left: -280px;
    width: 560px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}
.jqmServiceWindow {
    display: none;
    position: fixed;
    top: 20%;
    left: 45%;
    margin-left: -280px;
    width: 700px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}
.jqmCADWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 45%;
    margin-left: -280px;
    width: 700px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}
.jqmArtikelnummernWindow {
    display: none;
    position: fixed;
    top: 29%;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}
.jqmVorlagenArtikel {
    display: none;
    position: fixed;
    top: 39%;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}

.jqmErrorlayer {
    display: none;
    position: fixed;
    top: 29%;
    left: 50%;
    margin-left: -90px;
    width: 130px;
    /*color: #333;*/
    padding: 10px;
	z-index:4001;
}
.jqmHelplayer{
    display: none;
    position: fixed;
    top: 29%;
    left: 50%;
    margin-left: -270px;
    width: 540px;
    /*color: #333;*/
    padding: 10px;
	z-index:4001;
}
.jqmChartWindow {
    display: none;
    position: fixed;
    top: 5%;
    left: 30%;
    margin-left: -140px;
    width: 700px;
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid dadada;
    padding: 10px;
}
.jqmWindowGast {
    display: none;
    
    position: fixed;
    top: 40%;
    left: 50%;
      
    margin-left: -213px;
    width: 450px;
    
    background-color: #ffffff;
    /*color: #333;*/
    border: 1px solid #dadada;
    padding: 10px;
}
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindowImage {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmVorlagenWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmLieferadressenWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmArtikelnummernWindow {
     z-index:10000;
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmServiceWindow {
     z-index:10000;
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmCADWindow {
     z-index:10000;
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmVorlagenArtikel {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmChartWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindowGast {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmErrorlayer {
     z-index:10000;
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(37 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmHelplayer {
     z-index:10000;
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(37 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}