$(document).ready(function() {

	/* fade div inhalt/content*/
	$(".hide").stop().animate({"opacity": 0}, 0);
	$(".fadeIn").stop().animate({"opacity": 1}, 500, "easeInOutExpo");

});
