var fadewerbung = function() {
	$('werbung_komm').set('tween', {duration: 'normal'});
	$('werbung_komm').fade('in');
	
	(function(){ 
		$('werbung_dialog').set('tween', {duration: 'normal'});
		$('werbung_dialog').fade('in');
	}).delay(400);
	
	(function(){ 
		$('werbung_grafik').set('tween', {duration: 'normal'});
		$('werbung_grafik').fade('in');
	}).delay(800);
	
	(function(){ 
		$('box').set('tween', {duration: 1200});
		$('box').tween('background-color','none');
		$('box').fade('in');
	}).delay(1200);

}

var fadekoch = function() {
	$('koch_team').set('tween', {duration: 'normal'});
	$('koch_team').fade('in');
	
	(function(){ 
		$('koch_praes').set('tween', {duration: 'normal'});
		$('koch_praes').fade('in');
	}).delay(400);
	
	(function(){ 
		$('koch_events').set('tween', {duration: 'normal'});
		$('koch_events').fade('in');
	}).delay(800);
	
	(function(){ 
		$('koch_treffs').set('tween', {duration: 'normal'});
		$('koch_treffs').fade('in');
	}).delay(1200);
	
	(function(){ 
		$('box').set('tween', {duration: 1200});
		$('box').fade('in');
	}).delay(1600);
}

var fadefoto = function() {
	$('foto_tech').set('tween', {duration: 'normal'});
	$('foto_tech').fade('in');
	
	(function(){ 
		$('foto_report').set('tween', {duration: 'normal'});
		$('foto_report').fade('in');
	}).delay(400);
	
	(function(){ 
		$('foto_people').set('tween', {duration: 'normal'});
		$('foto_people').fade('in');
	}).delay(800);
	
	(function(){ 
		$('box').set('tween', {duration: 1200});
		$('box').fade('in');
	}).delay(1200);
}

var fadekochbuch_bestellung = function() {
	$('kochbuch_content').set('tween', {duration: 'normal'});
	$('kochbuch_content').fade('in');
	
	(function(){ 
		$('kochbuch_bottomright__kochbuch').set('tween', {duration: 'normal'});
		$('kochbuch_bottomright__kochbuch').fade('in');
	}).delay(400);
	
	(function(){ 
		$('kochbuch_bottom__bestellung').set('tween', {duration: 'normal'});
		$('kochbuch_bottom__bestellung').fade('in');
	}).delay(800);
}

var fadekochbuch = function() {
	$('kochbuch_content').set('tween', {duration: 'normal'});
	$('kochbuch_content').fade('in');
	
	(function(){ 
		$('kochbuch_bottomright__kochbuch').set('tween', {duration: 'normal'});
		$('kochbuch_bottomright__kochbuch').fade('in');
	}).delay(400);
}

var fadepublish = function() {
	$('publish_content').set('tween', {duration: 'normal'});
	$('publish_content').fade('in');
	
	(function(){ 
		$('publish_verlag').set('tween', {duration: 'normal'});
		$('publish_verlag').fade('in');
	}).delay(400);
	
	(function(){ 
		$('publish_rezept').set('tween', {duration: 'normal'});
		$('publish_rezept').fade('in');
	}).delay(800);
	
	(function(){ 
		$('publish_public').set('tween', {duration: 'normal'});
		$('publish_public').fade('in');
	}).delay(1200);
	
	(function(){ 
		$('box').set('tween', {duration: 1200});
		$('box').fade('in');
	}).delay(1600);
	
}

var fadebranding = function() {
	$('branding_visual').set('tween', {duration: 'normal'});
	$('branding_visual').fade('in');
	
	(function(){ 
		$('branding_naming').set('tween', {duration: 'normal'});
		$('branding_naming').fade('in');
	}).delay(400);
	
	(function(){ 
		$('branding_packaging').set('tween', {duration: 'normal'});
		$('branding_packaging').fade('in');
	}).delay(800);
	
	(function(){ 
		$('box').set('tween', {duration: 1200});
		$('box').fade('in');
	}).delay(1200);
}

var fadestrategie = function() {
	$('scroll_box').set('tween', {duration: 1200});
	$('scroll_box').fade('in');
}

var fadeidee = function() {
	$('scroll_box').set('tween', {duration: 1200});
	$('scroll_box').fade('in');
}

var fadekontakt = function() {
	$('kontakt_box').fade('show');
}

var fadespecials = function() {
	$('specials_box').fade('show');
}

var fadeteam = function() {
	$('box').fade('show');
}

var fadehome = function() {
	
	imgs = new Array("img/content/home2.jpg", "img/content/home3.jpg", "img/content/home4.jpg", "img/content/home5.jpg", "img/content/home6.jpg", "img/content/home7.jpg");
	
	var preload = new Asset.images(imgs, {
		onComplete: function(){
			
			$('home_bild2').setStyle('background-image', 'url(img/content/home2.jpg)');
			$('home_bild2').setStyle('z-index', '2');
			$('home_bild2').set('tween', {duration: 'normal'});
			
			$('home_bild3').setStyle('background-image', 'url(img/content/home3.jpg)');
			$('home_bild3').setStyle('z-index', '3');
			$('home_bild3').set('tween', {duration: 'normal'});
			
			$('home_bild4').setStyle('background-image', 'url(img/content/home4.jpg)');
			$('home_bild4').setStyle('z-index', '4');
			$('home_bild4').set('tween', {duration: 'normal'});
			
			$('home_bild5').setStyle('background-image', 'url(img/content/home5.jpg)');
			$('home_bild5').setStyle('z-index', '5');
			$('home_bild5').set('tween', {duration: 'normal'});
			
			$('home_bild6').setStyle('background-image', 'url(img/content/home6.jpg)');
			$('home_bild6').setStyle('z-index', '6');
			$('home_bild6').set('tween', {duration: 'normal'});
			
			$('home_bild7').setStyle('background-image', 'url(img/content/home7.jpg)');
			$('home_bild7').setStyle('z-index', '7');
			$('home_bild7').set('tween', {duration: 'normal'});
			
			$('home_werbung').set('tween', {duration: 'normal'});
			$('home_werbung').fade('in');
			$('home_bild2').fade('in');
	
			(function(){ 
				$('kochbuch_lefttop__home').set('tween', {duration: 'long'});
				$('kochbuch_lefttop__home').fade('in');
			}).delay(333);
			
			(function(){ 
				$('home_branding').set('tween', {duration: 'normal'});
				$('home_branding').fade('in');
				$('home_bild3').fade('in');
				
			}).delay(400);
			
			(function(){ 
				$('home_publish').set('tween', {duration: 'normal'});
				$('home_publish').fade('in');
				$('home_bild4').fade('in');
			}).delay(800);
			
			(function(){ 
				$('home_foto').set('tween', {duration: 'normal'});
				$('home_foto').fade('in');
				$('home_bild5').fade('in');
			}).delay(1200);
			
			(function(){ 
				$('home_koch').set('tween', {duration: 'normal'});
				$('home_koch').fade('in');
				$('home_bild6').fade('in');
			}).delay(1600);
			
			(function(){ 
				$('home_strategie').set('tween', {duration: 'normal'});
				$('home_strategie').fade('in');
				$('home_bild7').fade('in');
			}).delay(2000);
			
			(function(){ 
				$('box').set('tween', {duration: '1000'});
				$('box').fade('in');
			}).delay(2400);
		}
	})
}