/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function start_kontakt() {
    document.getElementById("kontakt").className = "";
    return false;
}

function hide_kontakt() {
    document.getElementById("kontakt").className = "unsichtbar";
}

function start_impressum() {
    document.getElementById("impressum").className = "";

    return false;
}

function hide_impressum() {
    document.getElementById("impressum").className = "unsichtbar";
}

function hide_kontakt_antwort() {
     document.getElementById("kontakt_antwort").className = "unsichtbar";
}
