function toggleMaxstore(nr){

	$('unternehmen').hide();
	$('standort').hide();	
	$('intern').hide();	
	
	document.getElementById('sub1').style.fontWeight = "normal";
	document.getElementById('sub2').style.fontWeight = "normal";
	document.getElementById('sub3').style.fontWeight = "normal";
	
	if(nr == '1') $('unternehmen').show();
	if(nr == '2') $('standort').show();	
	if(nr == '3') $('intern').show();	
	
	document.getElementById('sub'+nr).style.fontWeight = "bold";

}

function togglePresse(nr){

	$('pressekontakt').hide();
	$('pressemitteilung').hide();	
	$('bildmaterial').hide();	
	
	document.getElementById('sub1').style.fontWeight = "normal";
	document.getElementById('sub2').style.fontWeight = "normal";
	document.getElementById('sub3').style.fontWeight = "normal";
	
	if(nr == '1') $('pressekontakt').show();
	if(nr == '2') $('pressemitteilung').show();	
	if(nr == '3') $('bildmaterial').show();	
	
	document.getElementById('sub'+nr).style.fontWeight = "bold";

}

function toggleKarriere(nr){

	$('karrierechancen').hide();
	$('onlinebewerbung').hide();
	$('praktika').hide();	
	$('stellenboerse').hide();	
	$('ausbildung').hide();	
	$('AUS_BK').hide();	
	$('AUS_FL').hide();	
	
	document.getElementById('sub1').style.fontWeight = "normal";
	document.getElementById('sub2').style.fontWeight = "normal";
	document.getElementById('sub3').style.fontWeight = "normal";
	document.getElementById('sub4').style.fontWeight = "normal";
	document.getElementById('sub5').style.fontWeight = "normal";
	
	if(nr == '1') $('karrierechancen').show();
	if(nr == '2') $('onlinebewerbung').show();	
	if(nr == '3') $('praktika').show();	
	if(nr == '4') $('stellenboerse').show();	
	if(nr == '5') $('ausbildung').show();
	if(nr == '6') $('AUS_BK').show();
	if(nr == '7') $('AUS_FL').show();

	if(nr == '6') nr = '5';
	if(nr == '7') nr = '5';
	
	document.getElementById('sub'+nr).style.fontWeight = "bold";

}

function toggleSponsoring(nr){

	$('sport').hide();
	$('EP').hide();
	$('TF').hide();
	$('schulen').hide();	
	//$('vereine').hide();	
	
	document.getElementById('sub1').style.fontWeight = "normal";
	document.getElementById('sub4').style.fontWeight = "normal";
	
	if(nr == '1') $('sport').show();
	if(nr == '2') $('EP').show();
	if(nr == '3') $('TF').show();
	if(nr == '4') $('schulen').show();
	
	if(nr == '2') nr = '1';
	if(nr == '3') nr = '1';
	
	document.getElementById('sub'+nr).style.fontWeight = "bold";

}