function menu1_hover() {
	document.getElementById("menu1").style.background="url(img/menu_hover.gif)";
}

function menu1_out() {
	document.getElementById("menu1").style.background="";
}

function menu2_hover() {
	document.getElementById("menu2").style.background="url(img/menu_hover.gif)";
}

function menu2_out() {
	document.getElementById("menu2").style.background="";
}

function menu3_hover() {
	document.getElementById("menu3").style.background="url(img/menu_hover.gif)";
}

function menu3_out() {
	document.getElementById("menu3").style.background="";
}

function menu4_hover() {
	document.getElementById("menu4").style.background="url(img/menu_hover.gif)";
}

function menu4_out() {
	document.getElementById("menu4").style.background="";
}

function menu5_hover() {
	document.getElementById("menu5").style.background="url(img/menu_hover.gif)";
}

function menu5_out() {
	document.getElementById("menu5").style.background="";
}

function menu6_hover() {
	document.getElementById("menu6").style.background="url(img/menu_hover.gif)";
}

function menu6_out() {
	document.getElementById("menu6").style.background="";
}




function footer1_hover() {
	document.getElementById("footer_top_img").style.background="url(img/footer_top_hover.gif)";
	document.getElementById("footer_top_link").style.color="#000000";
}

function footer1_out() {
	document.getElementById("footer_top_img").style.background="url(img/footer_top.gif)";
	document.getElementById("footer_top_link").style.color="#24C41C";
}

function footer2_hover() {
	document.getElementById("footer_imprint_img").style.background="url(img/footer_imprint_hover.gif)";
	document.getElementById("footer_imprint_link").style.color="#000000";
}

function footer2_out() {
	document.getElementById("footer_imprint_img").style.background="url(img/footer_imprint.gif)";
	document.getElementById("footer_imprint_link").style.color="#24C41C";
}

function footer3_hover() {
	document.getElementById("footer_lexicon_img").style.background="url(img/footer_lexicon_hover.gif)";
	document.getElementById("footer_lexicon_link").style.color="#000000";
}

function footer3_out() {
	document.getElementById("footer_lexicon_img").style.background="url(img/footer_lexicon.gif)";
	document.getElementById("footer_lexicon_link").style.color="#24C41C";
}

function footer4_hover() {
	document.getElementById("footer_partner_img").style.background="url(img/footer_partner_hover.gif)";
	document.getElementById("footer_partner_link").style.color="#000000";
}

function footer4_out() {
	document.getElementById("footer_partner_img").style.background="url(img/footer_partner.gif)";
	document.getElementById("footer_partner_link").style.color="#24C41C";
}

function footer5_hover() {
	document.getElementById("footer_webmail_img").style.background="url(img/footer_webmail_hover.gif)";
	document.getElementById("footer_webmail_link").style.color="#000000";
}

function footer5_out() {
	document.getElementById("footer_webmail_img").style.background="url(img/footer_webmail.gif)";
	document.getElementById("footer_webmail_link").style.color="#24C41C";
}

function footer6_hover() {
	document.getElementById("footer_login_img").style.background="url(img/footer_login_hover.gif)";
	document.getElementById("footer_login_link").style.color="#000000";
}

function footer6_out() {
	document.getElementById("footer_login_img").style.background="url(img/footer_login.gif)";
	document.getElementById("footer_login_link").style.color="#24C41C";
}

function footer_partner() {
	document.getElementById("footer_partner").style.visibility="visible";
	document.getElementById("footer").style.height="90px";
}



function login_show() {
	document.getElementById("login").style.display="block";
	document.getElementById("login").style.visibility="visible";
	document.getElementById("username").focus();	
}

function login_hide() {
	document.getElementById("login").style.display="none";
	document.getElementById("login").style.visibility="hidden";	
}


function submitbutton_hover() {
	document.getElementById("submitbutton").style.background="url(img/submitbutton_hover_de.gif) no-repeat";
}

function submitbutton_out() {
	document.getElementById("submitbutton").style.background="url(img/submitbutton_de.gif) no-repeat";
}

function loginbutton_hover() {
	document.getElementById("loginbutton").style.background="url(img/loginbutton_hover_de.gif) no-repeat";
}

function loginbutton_out() {
	document.getElementById("loginbutton").style.background="url(img/loginbutton_de.gif) no-repeat";
}
