<!--
document.onmousedown=warnung

function warnung(){
if (event.button==2){
alert('© copyright Algarve-Bad Kaarst')
}

if (event.button==3){
alert('© copyright Algarve-Bad Kaarst')}
}

//-->


