.jqmWindow , .loading {
    display: none;
    
    position: fixed;
    top: 0px;
    left: 50%;
    
    margin-left: -350px;
    width: 726px;
    
    
    color: #333;
   
    padding: 0px 12px;
    z-index:20000;
}
.loading{background: url("loadingAnimation.gif") no-repeat;
	width:208px;
	height:13px;
    top: 47%;
     margin-left: -120px;
}
.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');*/
}

.tabContainers{width:720px;height:420px;overflow:hidden; position:relative; padding-top:20px;}
#modalNav {list-style-type:none;width:726px;height:41px; background:url(modalNav.gif) no-repeat left top;}
#modalNav li{float:left; padding:0px;margin-right:10px; height:41px; }
#modalNav li.navTab{   }
#modalNav li.navTab span{display:block; margin:0px; padding:0px; width:12px; height:41px; float:left; }
#modalNav li.navTab a{text-decoration:none; color:#00b0e0; font-size:11pt; height:41px; line-height:41px; display:block; padding:0px 7px; float:left; background:url(modalNav_li_c.gif) repeat-x left top; font-weight:bold;}
#modalNav li.navTab span.begin{ background:url(modalNav_li_l.gif) no-repeat left top; }
#modalNav li.navTab span.end{ background:url(modalNav_li_r.gif) no-repeat left top; }
#modalNav li.activeTab span.begin{ background:url(modalNav_li_a_l.gif) no-repeat left top; }
#modalNav li.activeTab span.end{ background:url(modalNav_li_a_r.gif) no-repeat left top; }
#modalNav li.activeTab a{color:#613815; background:url(modalNav_li_a_c.gif) repeat-x left top;}
#modalNav li a:focus{outline: none;}
#modalContent{ background:url(modalContent.gif) no-repeat left bottom; padding:0px 3px; _height:1px;}
#closeButton{float:right !important;background-color:transparent !important}
.tarifBoxBestellen{float:left; _display:inline; margin-top:32px; margin-left:0px;}
#closeButton{padding-top:12px!important; _height:1px!important;}
#closeButton a{color:#fff; font-size:8pt; }
#modalPrint{display:block; position:absolute;margin-top:4px; margin-left:650px; z-index:30000;width:65px; height:14px}


#modalContent #step1{margin:0px!important; padding:0px!important;}
#modalContent #step2,
#modalContent .scrollbar{ height:420px; width:715px; overflow-y: scroll;}

#modalContent .container{float:left; margin:0px 0px 0px 30px; }
#modalContent .copiedHeadline {position:relative;float:right;width:213px;margin-top:25px;font-size:12pt;font-weight:bold;padding:;color:#613815;}

/*#modalContent .BoxLeft-Tarif{ height:430px; width:485px!important; overflow-y: scroll;}*/