	.aremodul{
	
		background-image: url("../images/newStyles/abrogat.gif");
		background-repeat:no-repeat;
		background-color: RGB(245,245,245); 
		margin-top: 4px; 
		padding-top: 6px;
		z-index: 100;
	}
.boxclose{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background:  #0073DE;/*#605F61;*/
    font-size: 15px;
   /* font-weight: bold;*/
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
           
}
	#modal-backgrounddemo1{
	
		/*display: none;*/
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		background-image: url("../images/demo.jpg");
		 background-repeat: no-repeat;
	    background-attachment: fixed;
	    background-position: center;
	    background-color: #2B2F32;
	    opacity: .5;
	    -webkit-opacity: .5;
	    -moz-opacity: .5;
	    filter: alpha(opacity=50);
	    z-index: 1000;
	}
	#modal-backgrounddemo{
		display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #2B2F32;
	    opacity: .85;
	    -webkit-opacity: .5;
	    -moz-opacity: .5;
	    filter: alpha(opacity=50);
	    z-index: 1000;
	}
	#modal-contentdemo {
	    background-color: white;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    box-shadow: 0 0 20px 0 #222;
	    -webkit-box-shadow: 0 0 20px 0 #222;
	    -moz-box-shadow: 0 0 20px 0 #222;
	    display: none;
	   /* height: 50%;*/
	    left: 30%;
	    margin: -120px 0 0 -160px;
	    padding: 10px;
	    position: fixed;
	    top: 30%;
	    width: 50%;
	    z-index: 1000;
	}
	#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B2F32;
    opacity: .85;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
   /* height: 50%;*/
    left: 30%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 30%;
    width: 50%;
    z-index: 1000;
}
#modal-contentinterne {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
   /* height: 50%;*/
    left: 30%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 30%;
    width: 80%;
    z-index: 1000;
}
#modal-background.active, #modal-content.active, #modal-backgrounddemo.active, #modal-contentdemo.active {
    display: block !important;
}
