/**
 * @author ctb
 */


function fadeInContent(){
			$("#spalte1").hide();
			$("#s2-text").hide();
			//$("#s2").fadeIn("slow",function(){$("#s3").fadeIn("slow");});
			$("#spalte1").fadeIn("normal",function(){$("#s2-text").fadeIn("normal"); });
		}


function slideMenu(obj){
	$(obj).next().slideToggle("normal");
}






