jQuery(document).ready(function(){	
	jQuery("#uid76").click(function() {
		if(this.value == "nachricht") {
			this.value = "";
		}
	});
	jQuery("#uid77").click(function() {
		if(this.value == "name") {
			this.value = "";
		}
	});
	jQuery("#uid78").click(function() {
		if(this.value == "email") {
			this.value = "";
		}
	});
	jQuery(".sf-menu").superfish({
	    speed:       150,
	    autoArrows:  false,
	    dropShadows: false
	});
	jQuery("ul.flagMenu").mouseenter(function() {
		jQuery("ul.flagMenu").animate({ height:"158px"},250);
	}).mouseleave(function(){
		jQuery("ul.flagMenu").animate({ height:"25px"},250);
    });
});
