function wechsel(lnk1,farbe,schrift) {
	eval('document.getElementById("' + lnk1 + '").style.background=farbe');
	eval('document.getElementById("' + lnk1 + '").style.color=schrift');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel1an(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#380049"');
	eval('document.getElementById("' + lnk1 + '").style.color="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel1aus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#eeeeee"');
	eval('document.getElementById("' + lnk1 + '").style.color="#828282"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}
	
function wechselnavlevel2an(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#886692"');
	eval('document.getElementById("' + lnk1 + '").style.color="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel2aus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.color="#999999"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}
	
	
function wechselnavlevel3an(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#C3B2C8"');
	eval('document.getElementById("' + lnk1 + '").style.color="#380049"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel3aus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.color="#999999"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel4an(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#C3B2C8"');
	eval('document.getElementById("' + lnk1 + '").style.color="#380049"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel4aus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#eeeeee"');
	eval('document.getElementById("' + lnk1 + '").style.color="#828282"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

// Sonderfall f&uuml;r Journalistenpreis //
  
function wechselnavlevel1jspan(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#380049"');
	eval('document.getElementById("' + lnk1 + '").style.color="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselnavlevel1jspaus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#eeeeee"');
	eval('document.getElementById("' + lnk1 + '").style.color="#828282"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}  
  
// externe Links //  
	
function wechselexternean(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#009933"');
	eval('document.getElementById("' + lnk1 + '").style.color="#000000"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"');
	}

function wechselexterneaus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#66CC33"');
	eval('document.getElementById("' + lnk1 + '").style.color="#000000"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}
	
function wechselinternean(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#FF732E"');
	eval('document.getElementById("' + lnk1 + '").style.color="#000000"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"');
	}

function wechselinterneaus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#FD9C27"');
	eval('document.getElementById("' + lnk1 + '").style.color="#000000"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}	
	
function wechselloginan(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#009933"');
	eval('document.getElementById("' + lnk1 + '").style.color="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}

function wechselloginaus(lnk1) {
	eval('document.getElementById("' + lnk1 + '").style.background="#ffffff"');
	eval('document.getElementById("' + lnk1 + '").style.color="#000000"');
	eval('document.getElementById("' + lnk1 + '").style.cursor="pointer"'); // 'pointer' geht auch
	}