// JavaScript Document
$("document").ready(function(){
	$(".Inhalt").hide();
	$(".Inhalt").fadeIn(800);
});
