jQuery.noConflict();

jQuery(document).ready(function($) {

		/* Startseite animieren */
		var d = (new Date()).getTime();
		setTimeout(function() {
		  	
		  	jQuery("#startwetter").animate({marginTop:'308px'},'2200');
			jQuery("#startbucher").animate({marginTop:'308px'},'1200');
			jQuery("#startbucher").animate({marginTop:'78px'},'2500');

		}, 2000);
		
		jQuery("ul#startsliderimages").innerfade({speed: 1200,timeout: 7000,type: 'sequence',containerheight: '600px'});

		
});
