/* =============== Styles for display on SCREEN */
@media screen, projection 
{
    .verberg-met-js { display:block !important; }
	.verberg { display:none !important;  }
	
	/* Coverscreen zie ook ie6-correcties.css; position: fixed: geen scrollbug in coverscreen */
	#CoverScreen { top:0; left:0; width:100%; height:0; background:#6d7f97; opacity:0.72; filter:alpha(opacity=72); position:absolute; z-index:996; }
	#IFrame { top:0; left:0; z-index:995; opacity:0; filter:alpha(opacity=0); position:absolute; }
	#IFrameInfo { opacity:0; filter:alpha(opacity=0); z-index:998; position:absolute; }
	#Inhoud .pop-up.actief { top:100px; left:250px; position:absolute; width:455px; padding:20px 20px 0 20px; z-index:999;border:0;   }
	#Inhoud .pop-up.actief.rubrieken { top:100px; left:250px; position:absolute; width:455px; height:600px; padding:20px 20px 0 20px; z-index:999;border:0;   }
				
}
