function przesunStopke (){
	height = document.getElementById ("zawartosc").offsetHeight + 220;
	if (height > document.documentElement.clientHeight)
		document.getElementById ("stopka").style.top = height + "px";
	document.getElementById ("stopka").style.display = "block";
}
