Preise inkl. Frst.:
EZ ab 25,-
DZ ab 42,-
Extras/Besonderheiten:
Restaurant: 44 Plätze
Terrasse: 25 Plätze
Biergarten
Öffnungszeiten:
Dienstag Ruhetag
Mo 11.30 bis 22.00 Uhr
Mi-Sa 11.30-13.30 und 18.30-22.00 Uhr
So 11.00-23.00 Uhr
if (document.all && window.print) {
contextMenuDiv.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
if(frameEditTabDiv.style.display == 'block'){
document.body.onclick = hideEditTab;
}
function processSave(){
//ctrl+s keys
if ((window.event.ctrlKey == true) && (window.event.keyCode == 83)){
//alert("processSave");
window.status = "please wait while we SAVE...";
parent.link_Ed1_guard.fireEvent("onClick");
return false;
}
//alt+s keys
if ((window.event.altKey == true) && (window.event.keyCode == 83 )){
window.status = "please wait while we SAVE and PUBLISH...";
parent.link_Ed1_pub.fireEvent("onClick");
return false;
}
}
document.onkeydown = processSave;
window.status = "In EDIT Mode";