// Boxen kommen wieder da ------------------------

var speed = 500;

var overlayTime = 2000;

var win = window, doc = document;
jQuery(doc).ready(function () {
	if (!$('body').hasClass('msie-8') && !$('body').hasClass('msie-7')) {
	var nE = doc.createElement('div'); nE.id = 'overlay';	
	doc.getElementById('container').appendChild(nE);
	jQuery('#header, #bandarole').css('marginTop', (jQuery('#footerContainer').offset().top + jQuery('#footerContainer').height()) * -1);
	jQuery('#socialMedia').css('marginTop', '-45px');
	jQuery('#contentColumnTeaserAktuelles, #contentColumnTeaserTattoo').css('marginTop', '-160px');
	jQuery(win).load(function () {
		win.setTimeout(function () {
			jQuery('#overlay').animate({
				height: 0
			}, 720);
		}, overlayTime);
		win.setTimeout(function () {
			jQuery("div#header, div#bandarole").animate({
				display: "block",
				marginTop: "0"
			}, speed, function () {
				jQuery("div#contentColumnTeaserAktuelles, div#contentColumnTeaserTattoo").animate({
					display: "block",
					marginTop: "0"
				}, speed, function () {
					jQuery("div#socialMedia").animate({
						display: "block",
						marginTop: "0"
					}, speed, function(){
						//
					});
				});
			});
			window.setTimeout(function(){
				$(win).trigger('resize');
			}, 1000);
		}, overlayTime + 550);
	});
}

	ewslider.init('slider001', 2000);

});


