$(document).ready(function(){
	bodyClass = document.getElementsByTagName('body')[0].className;
	if( bodyClass.search('home') != -1 ){
		//$('#topbild img').css('margin-top', '20px');
		$('#topbild img').delay(1000).animate({marginTop: '-150px'},6500);	
		$('#topbild img').delay(1000).animate({marginTop: '0px'},6500);		
		//});
	}		
	});
