
function hilite(acttab) {

var color1 = '#FFC426';
var color2 = '#FFC426';

if (acttab=='101'){  
	document.getElementById(101).style.backgroundColor=color1;
	
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;

}

else if (acttab=='102'){
	document.getElementById(102).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;

}
else if (acttab=='103'){
	document.getElementById(103).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;
}

else if (acttab=='104'){
	document.getElementById(104).style.backgroundColor=color1;
	
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;

}

else if (acttab=='105'){
	document.getElementById(105).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;
}

else if (acttab=='106'){
	document.getElementById(106).style.backgroundColor=color1;
	
	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;
}



else if (acttab=='107'){
	document.getElementById(107).style.backgroundColor=color1;

	document.getElementById(202).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;

}


else if (acttab=='108'){
	document.getElementById(108).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;

}


else if (acttab=='109'){
	document.getElementById(109).style.backgroundColor=color1;

	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;
}


else if (acttab=='110'){
	document.getElementById(110).style.backgroundColor=color1;

	document.getElementById(206).style.backgroundColor=color2;
}


else if (acttab=='111'){
	document.getElementById(111).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;
}


else if (acttab=='112'){
	document.getElementById(112).style.backgroundColor=color1;

	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;

}


else if (acttab=='113'){
	document.getElementById(113).style.backgroundColor=color1;
	
 	document.getElementById(202).style.backgroundColor=color2;
	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;
}


else if (acttab=='114'){
	document.getElementById(114).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(207).style.backgroundColor=color2;
}


else if (acttab=='115'){
	document.getElementById(115).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;

}

else if (acttab=='116'){
	document.getElementById(116).style.backgroundColor=color1;

	document.getElementById(205).style.backgroundColor=color2;
	document.getElementById(206).style.backgroundColor=color2;

}


else if (acttab=='201'){  //kocherscheidt
//	document.getElementById(113).style.backgroundColor=color1;
//	document.getElementById(114).style.backgroundColor=color1;

	document.getElementById(201).style.backgroundColor=color2;
}

else if (acttab=='202'){  // achinger
	document.getElementById(107).style.backgroundColor=color1;
	document.getElementById(113).style.backgroundColor=color1;

	document.getElementById(202).style.backgroundColor=color2;
}

else if (acttab=='203'){  // beitzel
	document.getElementById(102).style.backgroundColor=color1;
	document.getElementById(103).style.backgroundColor=color1;
	document.getElementById(105).style.backgroundColor=color1;
	document.getElementById(106).style.backgroundColor=color1;
	document.getElementById(108).style.backgroundColor=color1;
	document.getElementById(111).style.backgroundColor=color1;
	document.getElementById(113).style.backgroundColor=color1;
	document.getElementById(114).style.backgroundColor=color1;
	document.getElementById(115).style.backgroundColor=color1;

	document.getElementById(203).style.backgroundColor=color1;
}

/*else if (acttab=='204'){
	document.getElementById(102).style.backgroundColor=color1;
	document.getElementById(108).style.backgroundColor=color1;
	document.getElementById(111).style.backgroundColor=color1;

	document.getElementById(204).style.backgroundColor=color1;
}
*/
else if (acttab=='205'){  // bald
	document.getElementById(101).style.backgroundColor=color1;
	document.getElementById(102).style.backgroundColor=color1;
	document.getElementById(103).style.backgroundColor=color1;
	document.getElementById(104).style.backgroundColor=color1;
	document.getElementById(105).style.backgroundColor=color1;
	document.getElementById(108).style.backgroundColor=color1;
	document.getElementById(109).style.backgroundColor=color1;
	document.getElementById(111).style.backgroundColor=color1;
	document.getElementById(112).style.backgroundColor=color1;
	document.getElementById(113).style.backgroundColor=color1;
	document.getElementById(116).style.backgroundColor=color1;

	document.getElementById(205).style.backgroundColor=color1;
}

else if (acttab=='206'){ // henk
	document.getElementById(101).style.backgroundColor=color1;
	document.getElementById(102).style.backgroundColor=color1;
	document.getElementById(103).style.backgroundColor=color1;
	document.getElementById(107).style.backgroundColor=color1;
	document.getElementById(108).style.backgroundColor=color1;
	document.getElementById(109).style.backgroundColor=color1;
	document.getElementById(110).style.backgroundColor=color1;
	document.getElementById(112).style.backgroundColor=color1;
	document.getElementById(115).style.backgroundColor=color1;
	document.getElementById(116).style.backgroundColor=color1;
	
	document.getElementById(206).style.backgroundColor=color2;
}

else if (acttab=='207'){   // meister
	document.getElementById(101).style.backgroundColor=color1;
	document.getElementById(102).style.backgroundColor=color1;
	document.getElementById(104).style.backgroundColor=color1;
	document.getElementById(105).style.backgroundColor=color1;
	document.getElementById(106).style.backgroundColor=color1;
	document.getElementById(107).style.backgroundColor=color1;
	document.getElementById(111).style.backgroundColor=color1;
	document.getElementById(113).style.backgroundColor=color1;
	document.getElementById(115).style.backgroundColor=color1;
	document.getElementById(116).style.backgroundColor=color1;
	
	document.getElementById(207).style.backgroundColor=color2;
}

else if (acttab=='0'){
	document.getElementById(101).style.backgroundColor='';
	document.getElementById(102).style.backgroundColor='';
	document.getElementById(103).style.backgroundColor='';
	document.getElementById(104).style.backgroundColor='';
	document.getElementById(105).style.backgroundColor='';
	document.getElementById(106).style.backgroundColor='';
	document.getElementById(107).style.backgroundColor='';
	document.getElementById(108).style.backgroundColor='';
	document.getElementById(109).style.backgroundColor='';
	document.getElementById(110).style.backgroundColor='';
	document.getElementById(111).style.backgroundColor='';
	document.getElementById(112).style.backgroundColor='';
	document.getElementById(113).style.backgroundColor='';
	document.getElementById(114).style.backgroundColor='';
	document.getElementById(115).style.backgroundColor='';
	document.getElementById(116).style.backgroundColor='';
	
	document.getElementById(201).style.backgroundColor='';
	document.getElementById(202).style.backgroundColor='';
	document.getElementById(203).style.backgroundColor='';
//	document.getElementById(204).style.backgroundColor='';
	document.getElementById(205).style.backgroundColor='';
	document.getElementById(206).style.backgroundColor='';
	document.getElementById(207).style.backgroundColor='';

}


}

