
function mainNavOver (obj,n) {
	obj.style.backgroundColor='#333333'; 
	obj.style.color='#ffffff'; 
}

function mainNavOut (obj,n) {
	if (n != varMainNav) {
		obj.style.backgroundColor='#666666'; 
		obj.style.color='#ffffff'; 
	} else {
		obj.style.backgroundColor='#ffffff'; 
		obj.style.color='#666666';
	}
}

function mainNavOutStart (obj,n) {
	if (n != varMainNav) {
		obj.style.backgroundColor='#666666'; 
		obj.style.color='#ffffff'; 
	} else {
		obj.style.backgroundColor='#333333'; 
		obj.style.color='#ffffff';
	}
}

function specNavOver (obj) {
	obj.style.backgroundColor='#999999'; 
	obj.style.color='#ffffff'; 
}

function specNavOut (obj) {
	obj.style.backgroundColor='#ffffff'; 
	obj.style.color='#999999'; 
}

function specGreyNavOver (obj) {
	obj.style.backgroundColor='#333333'; 
	obj.style.color='#ffffff'; 
}

function specGreyNavOut (obj) {
	obj.style.backgroundColor='#666666'; 
	obj.style.color='#ffffff'; 
}

function specGreyNavFrameOver (obj) {
	obj.style.borderColor='#333333'; 
}

function specGreyNavFrameOut (obj) {
	obj.style.borderColor='#666666'; 
}

function specBlueNavOver (obj) {
	obj.style.backgroundColor='#ffffff'; 
	obj.style.color='#4095CE'; 
}

function specBlueNavOut (obj) {
	obj.style.backgroundColor='#4095CE'; 
	obj.style.color='#ffffff'; 
}

function sideNavOver (obj) {
	obj.style.backgroundColor='#ffffff'; 
	obj.style.color='#666666'; 
}

function sideNavOut (obj) {
	obj.style.backgroundColor='#666666'; 
	obj.style.color='#ffffff'; 
}

function contentListOver (obj) {
	obj.style.backgroundColor='#f0f0f0'; 
}

function contentListOut (obj) {
	obj.style.backgroundColor='#ffffff';  
}

function openStartseite () {
	self.location='/de/index.php'; 
}

function openUnternehmen () {
	self.location='/de/unternehmen.php'; 
}

function openLeistungen () {
	self.location='/de/leistungen.php'; 
}

function openProjekte () {
	self.location='/de/projekte.php'; 
}

function openDownload () {
	self.location='/de/download.php'; 
}

function openKontakt () {
	self.location='/de/kontakt.php'; 
}

function openNetzwerk () {
	self.location='/de/netzwerk.php'; 
}

function openLegals () {
	self.location='/de/legals.php'; 
}
