$(function(){
	$("#containerStart").css('cursor', 'pointer').click(function(){
		window.location.href = '/de/unserbetrieb';
	});
})

