// JavaScript Document
function pdfOver () {
	document.getElementById('pdf-info').style.backgroundPosition='0px -32px'
	document.getElementById('pdf-container').style.backgroundColor='#eeffee';
}


function pdfOut () {
	document.getElementById('pdf-info').style.backgroundPosition='0px 0px';
	document.getElementById('pdf-container').style.backgroundColor='#ffffff';
}

function topPdfOver () {
	document.getElementById('top-pdf').style.backgroundPosition='0px -17px';
}

function topPdfOut () {
	document.getElementById('top-pdf').style.backgroundPosition='0px 0px';
}

function kontaktPdfOver () {
	document.getElementById('kontakt-pdf').style.backgroundPosition='0px -17px';
}

function kontaktPdfOut () {
	document.getElementById('kontakt-pdf').style.backgroundPosition='0px 0px';
}
