11
Probier's mal mit display statt visibility
function shownewcomment()
{
document.getElementById("kommentare").style.display="none";
document.getElementById("neuerkommentar").style.display="block";
}