function select(id) {
	var randNum = Math.round(Math.random()*77);
	randNum += 1432;
	document.location.href = 'einzeltarotkarte.php?o='+randNum;
}

function evident(id) {
	id='ev'+id;
	y=-15;
	document.getElementById(id).style.top = parseInt(document.getElementById(id).style.top)+y;
}

function nivelliert(id) {
	id='ev'+id;
	y=15;
	document.getElementById(id).style.top = parseInt(document.getElementById(id).style.top)+y;
}