function versteckt0(status)
{
document.getElementById('ghost0').style.display = status
}
function versteckt01(status)
{
document.getElementById('ghost01').style.display = status
}
function versteckt1(status)
{
document.getElementById('ghost1').style.display = status
}
function versteckt2(status)
{
document.getElementById('ghost2').style.display = status
}
function versteckt3(status)
{
document.getElementById('ghost3').style.display = status
}
function versteckt4(status)
{
document.getElementById('ghost4').style.display = status
}
function versteckt5(status)
{
document.getElementById('ghost5').style.display = status
}
function versteckt6(status)
{
document.getElementById('ghost6').style.display = status
}
function versteckt7(status)
{
document.getElementById('ghost7').style.display = status
}
function versteckt8(status)
{
document.getElementById('ghost8').style.display = status
}
function versteckt9(status)
{
document.getElementById('ghost9').style.display = status
}
function versteckt10(status)
{
document.getElementById('ghost10').style.display = status
}
function versteckt11(status)
{
document.getElementById('ghost11').style.display = status
}
function versteckt12(status)
{
document.getElementById('ghost12').style.display = status
}
$(document).ready(function(){
	$(".preise").click(function(e){
		e.preventDefault();
		$(".preise").removeClass("active");
		$(this).addClass("active");
	});
});
