	function show_kurz_over(idecko){       
       document.getElementById(idecko).setAttribute("class", "selected");          
    }
    
    function show_kurz_out(idecko){
       document.getElementById(idecko).setAttribute("class", "");   
    }
