$("document").ready(function(){
	
	
	var element = document.getElementById("kalendarz_wrap");
	if(!element)
		{
			$("#top1").css("marginBottom","0px");
		}
	
});
