


// Anfang Navigation Leiste

var wert;




function tausch1_allgemeines()
{
switch(wert)
{
case 'allgemeines':
{
void(document.getElementById('allgemeines').style.backgroundColor='#ff8484');
break;
}
default:
{
void(document.getElementById('allgemeines').style.backgroundColor='#c00000');

}
}
}

function tausch2_allgemeines()
{
void(document.getElementById('allgemeines').style.backgroundColor='#ff8484');
}




function tausch1_das_lokal()
{
switch(wert)
{
case 'das_lokal':
{
void(document.getElementById('das_lokal').style.backgroundColor='#ff8484');
break;
}
default:
{
void(document.getElementById('das_lokal').style.backgroundColor='#c00000');

}
}
}

function tausch2_das_lokal()
{
void(document.getElementById('das_lokal').style.backgroundColor='#ff8484');
}










function tausch1_partyservice()
{
switch(wert)
{
case 'partyservice':
{
void(document.getElementById('partyservice').style.backgroundColor='#ff8484');
break;
}
default:
{
void(document.getElementById('partyservice').style.backgroundColor='#c00000');

}
}
}

function tausch2_partyservice()
{
void(document.getElementById('partyservice').style.backgroundColor='#ff8484');
}








// Ende Navigation Leiste



// Anfang Navigation Allgemeines

function tausch1_startseite()
{
void(document.getElementById('startseite').style.backgroundColor='#ff8484');
}

function tausch2_startseite()
{
void(document.getElementById('startseite').style.backgroundColor='#c00000');
}



function tausch1_wir()
{
void(document.getElementById('wir').style.backgroundColor='#ff8484');
}

function tausch2_wir()
{
void(document.getElementById('wir').style.backgroundColor='#c00000');
}


function tausch1_oeffnungszeiten()
{
void(document.getElementById('oeffnungszeiten').style.backgroundColor='#ff8484');
}

function tausch2_oeffnungszeiten()
{
void(document.getElementById('oeffnungszeiten').style.backgroundColor='#c00000');
}


function tausch1_vorstand()
{
void(document.getElementById('vorstand').style.backgroundColor='#ff8484');
}

function tausch2_vorstand()
{
void(document.getElementById('vorstand').style.backgroundColor='#c00000');
}



function tausch1_aktuelles()
{
void(document.getElementById('aktuelles').style.backgroundColor='#ff8484');
}

function tausch2_aktuelles()
{
void(document.getElementById('aktuelles').style.backgroundColor='#c00000');
}


function tausch1_event_archiv()
{
void(document.getElementById('event_archiv').style.backgroundColor='#ff8484');
}

function tausch2_event_archiv()
{
void(document.getElementById('event_archiv').style.backgroundColor='#c00000');
}




function tausch1_event_vorschau()
{
void(document.getElementById('event_vorschau').style.backgroundColor='#ff8484');
}

function tausch2_event_vorschau()
{
void(document.getElementById('event_vorschau').style.backgroundColor='#c00000');
}



function tausch1_kontakt()
{
void(document.getElementById('kontakt').style.backgroundColor='#ff8484');
}

function tausch2_kontakt()
{
void(document.getElementById('kontakt').style.backgroundColor='#c00000');
}


function tausch1_anfahrt()
{
void(document.getElementById('anfahrt').style.backgroundColor='#ff8484');
}

function tausch2_anfahrt()
{
void(document.getElementById('anfahrt').style.backgroundColor='#c00000');
}




function tausch1_gaestebuch()
{
void(document.getElementById('gaestebuch').style.backgroundColor='#ff8484');
}

function tausch2_gaestebuch()
{
void(document.getElementById('gaestebuch').style.backgroundColor='#c00000');
}






function tausch1_links()
{
void(document.getElementById('links').style.backgroundColor='#ff8484');
}

function tausch2_links()
{
void(document.getElementById('links').style.backgroundColor='#c00000');
}


function tausch1_impressum()
{
void(document.getElementById('impressum').style.backgroundColor='#ff8484');
}

function tausch2_impressum()
{
void(document.getElementById('impressum').style.backgroundColor='#c00000');
}


//Ende Navigation Allgemeines

// Anfang Navigation Lokal



function tausch1_gastraum()
{
void(document.getElementById('gastraum').style.backgroundColor='#ff8484');
}

function tausch2_gastraum()
{
void(document.getElementById('gastraum').style.backgroundColor='#c00000');
}


function tausch1_raucherraum()
{
void(document.getElementById('raucherraum').style.backgroundColor='#ff8484');
}

function tausch2_raucherraum()
{
void(document.getElementById('raucherraum').style.backgroundColor='#c00000');
}



function tausch1_kleines_nebenzimmer()
{
void(document.getElementById('kleines_nebenzimmer').style.backgroundColor='#ff8484');
}

function tausch2_kleines_nebenzimmer()
{
void(document.getElementById('kleines_nebenzimmer').style.backgroundColor='#c00000');
}





function tausch1_festsaal()
{
void(document.getElementById('festsaal').style.backgroundColor='#ff8484');
}

function tausch2_festsaal()
{
void(document.getElementById('festsaal').style.backgroundColor='#c00000');
}


function tausch1_freisitz()
{
void(document.getElementById('freisitz').style.backgroundColor='#ff8484');
}

function tausch2_freisitz()
{
void(document.getElementById('freisitz').style.backgroundColor='#c00000');
}



function tausch1_dartraum()
{
void(document.getElementById('dartraum').style.backgroundColor='#ff8484');
}

function tausch2_dartraum()
{
void(document.getElementById('dartraum').style.backgroundColor='#c00000');
}



function tausch1_getraenke_karte()
{
void(document.getElementById('getraenke_karte').style.backgroundColor='#ff8484');
}

function tausch2_getraenke_karte()
{
void(document.getElementById('getraenke_karte').style.backgroundColor='#c00000');
}




function tausch1_speisenkarte()
{
void(document.getElementById('speisenkarte').style.backgroundColor='#ff8484');
}

function tausch2_speisenkarte()
{
void(document.getElementById('speisenkarte').style.backgroundColor='#c00000');
}



function tausch1_menuevorschlaege()
{
void(document.getElementById('menuevorschlaege').style.backgroundColor='#ff8484');
}

function tausch2_menuevorschlaege()
{
void(document.getElementById('menuevorschlaege').style.backgroundColor='#c00000');
}


// Ende Navigation Lokal




// Anfang Navigation Partyservice




function tausch1_partyservice1()
{
void(document.getElementById('partyservice1').style.backgroundColor='#ff8484');
}

function tausch2_partyservice1()
{
void(document.getElementById('partyservice1').style.backgroundColor='#c00000');
}




function tausch1_vorschlaege()
{
void(document.getElementById('vorschlaege').style.backgroundColor='#ff8484');
}

function tausch2_vorschlaege()
{
void(document.getElementById('vorschlaege').style.backgroundColor='#c00000');
}



function tausch1_bestellung()
{
void(document.getElementById('bestellung').style.backgroundColor='#ff8484');
}

function tausch2_bestellung()
{
void(document.getElementById('bestellung').style.backgroundColor='#c00000');
}






// Ende Navigation Partyservice
