// JavaScript Document
function colormenu(obj)
{
		var el = document.getElementById('unternehmen');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('arbeitsmedizin');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('arbeitssicherheit');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('schulungen');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('kontakt');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
}
function colorsubmenu_unternehmen(obj)
{
	var el = document.getElementById('wirueberuns');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('andereueberuns');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('aussenstellen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('wegbeschreibung');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
}

function colorsubmenu_schulungen(obj)
{
	var el = document.getElementById('gesundheitsschutz');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('arbeitssicherheit');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('brandschutz');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('gabelstapler');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('sonstigeunterweisungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
		
}





function colorsubmenu_kontakt(obj)
{
	var el = document.getElementById('duisburg');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('kleve');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('untersuchungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('angebote');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('seminare');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
}

function colorsubmenu_arbeitssicherheit(obj)
{
	var el = document.getElementById('betreuung');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('beurteilung');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('explosionen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('pruefungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('betriebsstaetten');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('arbeitsschutz');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
}

function colorsubmenu_arbeitsmedizin(obj)
{
	var el = document.getElementById('untersuchungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('beratungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('gutachten');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('begehungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('reisemedizin');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = document.getElementById('leistungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
}


function colormenutest(obj)
{
		var el = parent.menus.document.getElementById('unternehmen');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('arbeitsmedizin');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('arbeitssicherheit');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('schulungen');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('kontakt');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
		
		colormenu(parent.menus.document.getElementById('unternehmen'));
}

function colorsubmenutest_schulungen(obj, obj2)
{
		var el = parent.menus.document.getElementById('unternehmen');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('arbeitsmedizin');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('arbeitssicherheit');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('schulungen');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.menus.document.getElementById('kontakt');
		el.style.background='#E4E5E6';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj.style.background='#87898C';
		obj.style.color='white';
		obj.style.cursor='pointer';
		obj.style.fontWeight='bold';
		
		colormenu(parent.menus.document.getElementById('unternehmen'));

		var el = parent.submenu.document.getElementById('gesundheitsschutz');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.submenu.document.getElementById('arbeitssicherheit');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.submenu.document.getElementById('brandschutz');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.submenu.document.getElementById('gabelstapler');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		var el = parent.submenu.document.getElementById('sonstigeunterweisungen');
		el.style.background='white';
		el.style.color='black';
		el.style.fontWeight='normal';
		
		obj2.style.background='#87898C';
		obj2.style.color='white';
		obj2.style.cursor='pointer';
		obj2.style.fontWeight='bold';
		
}
