$(document).ready(function(){
	
	if ($.browser.safari){
		$("#suche-lupe").css("top","-10px");
		$(".footer_img").css("top","-12px");
		$("#presse_bild_container").css("top","-10px");
	}
});
