@CHARSET "ISO-8859-1";
.xModalDialogGreyElement {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .3; /* CSS3 */
  filter: alpha(opacity=30);
  background-color: #000;
}
 .xModalContainer {background-color: white ;position: absolute;border:rgb(0,17,92) 2px solid;z-index: 101;overflow:hidden;}
			
			.xModalContainer .cont{position:relative; overflow:auto;top:30px; padding:5px;}
			.xModalContainer .cont .multipic{border:rgb(180,180,180) 0px solid;margin:0px 5px 0px 0px; position:relative;height:375px;width:100%;}
			.xModalContainer .cont .multipic .mptxt{font-size:1.3em;text-align:center;color:white;width:100%; background-color:black;position: absolute; bottom:17%}
			.xModalContainer .cont .multipic .mpleft{background-color:rgb(50,50,50);width:100%;height:80%;border:rgb(180,180,180) 0px solid;position: absolute;text-align:center;}
			.xModalContainer .cont .multipic .mpleft .mpbig{margin-top:5px;padding:2px;border:rgb(142,151,155) 0px solid ;max-height: 95%;height:auto;height:95%;position:relative;}
			.xModalContainer .cont .multipic .mpleft .mpbig img{}
			.xModalContainer .cont .multipic .mpright{background-color:black;Height:17%; position: absolute; width:100%; bottom:0px;text-align:center;overflow:auto;border:rgb(180,180,180) 0px solid;}
			.xModalContainer .cont .multipic .mpright .mpsmall{height:60%;padding:2px;margin-right:5px;cursor:pointer;border:rgb(142,151,155) 1px solid ; }
			.xModalContainer .cont .titel{background-color:rgb(0,17,92);color:white; width:100%}
			.xModalContainer .cont .absatztitel{font-size:1.1em;margin:5px;}
			.xModalContainer .cont .txt {color: black;padding:4px;}
			.xModalContainer .cont .tbl {color: black; border:black 1px solid;width:100%; font-size:1em;border-collapse:collapse;}
			.xModalContainer .cont .tbl td{border:rgb(180,180,180) 1px solid;}
			.xModalContainer .cont .pic{float:right;}

.xModalPictureDiv{ position: absolute;
  left: -5000px; /* Dialogs are hidden by placing them "off-screen". */
  
  padding: 1em;
  color: black;
  
  background-color: #FFF;
  border: 1px solid black;
  z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;}
  
.xModalPictureDiv p{font-size:5em; color:black;}

.clsModalDialog {
  position: absolute;
  left: -5000px; /* Dialogs are hidden by placing them "off-screen". */
  
  padding: 1em;
  color: #BF8660;
  background-color: #FFF;
  border: 2px solid #BF8660;
  z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;
}

#dlgwait {
  position: absolute;
  left: -5000px; /* Dialogs are hidden by placing them "off-screen". */
  text-align:center;
  padding: 1em;
  color: black;
  background-color: #FFF;
  border: 1px solid black;
  z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;
}




.clsModalDialog h4 {
  margin:0;
  text-align:center;
}

.clsModalDialog .btnsFS {
  text-align:center;
}

.clsModalDialog .btnsFS input {
  margin:0 4px;
}

.clsModalDialog fieldset {
  margin:1em 0 0 0;
}

#idConfirmDialog {
  width: 300px;
  z-index: 103; /* This must be at least two more than the z-index of clsModalDialog. */
}

.demoBtn {
  cursor:pointer;
  border-bottom:1px dotted #000;
}

#closeBtn{
	position:absolute;
	left:0px;
	
 
  border:black 1px solid;
  width:100%;
 
  Background-color:rgb(0,17,92);
  
  margin-left:-1px;
  height:30px;
  top:0px;
  
 
   z-index: 103;
}
#closeBtn img{
	
	 cursor:pointer;
	 float:right;
	
	}
	#closeBtn .txt{float:left;color: white;font-size:1.2em;}


