
function macros(){

	$("#macros").css({'font-weight': 'bold'});
	$("#unav").show();
	
}

function wir(){

	$("#macros").css({'font-weight': 'bold'});
	$("#wir").css({'font-weight': 'bold'});
	$("#unav").show();
	
}

function news(){

	$("#macros").css({'font-weight': 'bold'});
	$("#news").css({'font-weight': 'bold'});
	$("#unav").show();
	
}

function jobs(){

	$("#macros").css({'font-weight': 'bold'});
	$("#jobs").css({'font-weight': 'bold'});
	$("#unav").show();
	
}

function events(){

	$("#macros").css({'font-weight': 'bold'});
	$("#events").css({'font-weight': 'bold'});
	$("#unav").show();
	
}

function sponsoring(){

	$("#macros").css({'font-weight': 'bold'});
	$("#sponsoring").css({'font-weight': 'bold'});
	$("#unav").show();
	
}

function leistungen(){

	$("#leistungen").css({'font-weight': 'bold'});
	$("#unav2").show();
	
}

function produkte() {
	$("#leistungen").css({'font-weight': 'bold'});
	$("#produkte").css({'font-weight': 'bold'});
	$("#unav2").show();
}

function projekte() {
	$("#leistungen").css({'font-weight': 'bold'});
	$("#projekte").css({'font-weight': 'bold'});
	$("#unav2").show();
}

function branchen() {
	$("#leistungen").css({'font-weight': 'bold'});
	$("#branchen").css({'font-weight': 'bold'});
	$("#unav2").show();
}

function partner() {
	$("#partner").css({'font-weight': 'bold'});
	$("#unav3").show();
}

function produktpartner() {
	$("#partner").css({'font-weight': 'bold'});
	$("#produktpartner").css({'font-weight': 'bold'});
	$("#unav3").show();
}

function projektpartner() {
	$("#partner").css({'font-weight': 'bold'});
	$("#projektpartner").css({'font-weight': 'bold'});
	$("#unav3").show();
}

function technologiepartner() {
	$("#partner").css({'font-weight': 'bold'});
	$("#technologiepartner").css({'font-weight': 'bold'});
	$("#unav3").show();
}

function referenzen() {
	$("#referenzen").css({'font-weight': 'bold'});
}

function kontakt() {
	$("#kontakt").css({'font-weight': 'bold'});
}

function impressum() {
	$("#impressum").css({'font-weight': 'bold'});
}
