$(document).ready(function(){
$("#main , #footer").animate({opacity: "0.0"}, 0)
$("#main , #footer").animate({opacity: "1.0"}, 1200)


$(".suchfeld").click(function () {
$(".suchfeld").toggleValue('E-Mail-Adresse');
     });  

});


