function kategorie_rahmen_over(id){
    document.getElementById(id).style.border = "solid #fda100 1px";
}

function kategorie_rahmen_out(id){
    document.getElementById(id).style.border = "dotted #e74700 1px";
}

function eMail(){
    document.getElementById('email').innerHTML = '<a href="mailto:info@australian-outbackwear.de">info@australian-outbackwear.de</a>';
}
