
$(document).ready(function(){
	
	$('.maincontent-1spaltig').fadeIn(650);
	$('.maincontent-2spaltig').fadeIn(650);
    
});


