$(document).ready(function () {


	if($('.prawy').height()>600){
		$('#logotypy').height($('.prawy').height() - 50);
	}
/*
	$('.logo_puff img')
	.hover(function() {
		$(this).stop().animate({ "width" : "160px", "height" : "50px", "margin-left" : "4px"}, 50);
	}, function() {
		$(this).stop().animate({ "width" : "128px", "height" : "40px", "margin-left" : "20px"}, 800);
	});
*/

});