/*Seitenaufbau*/
#content {
    min-height: 100%;
    min-width: 1004px;
	max-width: 5000px;
    background:#ffffff;
}

.js #content {
	overflow-x: hidden;
}

div.backgroundScroll {
    background: url(img/emag.fashionShow.bg.jpg) repeat-x;
}

/*Content*/
#innerContent {
    position: relative;
    margin: 0px auto 0px auto;
    width: 1004px;
    height: 100%;
    display: block;
    clear: both;
    float: none;
	z-index: 50;
}

/*Footer*/
.js #footerNav {
    position: relative;
	width: 100%;
    margin-top: 0px;
	padding-top: 40px;
}

.js #footerNavInner {
	border-top: 1px solid #666666;
	color: #666666;
	margin-top: 0px;
}

.js #footerNavInner a:link, .js #footerNavInner a:visited, .js #footerNavInner a:active, .js #footerNavInner a:focus {
	color: #666666;
}

.js #footerNavInner a:hover {
	color: #999999;
}

#footerNewsletter .newsletterInput {
    background: url(img/emag.newsletterInputLight.png);
}

#footerNewsletter #newsletterInput {
	color: #666666;
}

#footerNewsletter #newsletterInput.active {
	color: #999999;
}

#footerNewsletter input#newsletterSubmit {
    background: url(img/emag.newsletterSubmitLight.png);
}

#soundOff {
	background-image: url(img/emag.footerSoundLightOff.png);
}

#soundOn {
	background-image: url(img/emag.footerSoundLightOn.png);
}

/*right-hand Content*/
#rightContent {
    height: 100%;
    width: 1004px;
    font-size: 12px;
    line-height: 15px;
    float: right;
    display: block;
    clear: right;
	min-height: 2435px;
    margin-top: 129px;
	position: relative;
}

#headlineDE, #headlineEN {
	width: 1004px;
	height: 51px;
	margin: 18px 0px 0px 0px;
	position: absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#headlineDE {
	background: url(img/emag.fashionShow.headlineDE.png) no-repeat;
}

#headlineEN {
	background: url(img/emag.fashionShow.headlineEN.png) no-repeat;
}

#video {
	height: 890px;
	left:-225px;
	position:absolute;
	top:-128px;
	width:1450px;
	z-index:80;
}

#video a {
	display: block;
	position: absolute;
	top: 390px;
	left: 60px;
}

.videoDE{
	background: url(/de/de/emag/fashionShow/image/html_video.png) no-repeat;
}

.videoEN {
	background: url(/de/en/emag/fashionShow/image/html_video.png) no-repeat;
}

.video {
	height:431px !important;
	left:0px !important;
	position:absolute;
	top:80px !important;
	width:1004px !important;
	z-index:120;
}

#runway {
	height:598px;
	left:0px;
	position:absolute;
	top:563px;
	width:736px;
	z-index:90;
}

#facebook {
	height: 598px;
	left:728px;
	position:absolute;
	top:563px;
	width:288px;
	z-index:100;
	background: url(img/emag.fashionShow.shadow.png) no-repeat;
}

#twitter {
	height: 883px;
	left:-164px;
	position:absolute;
	top:1095px;
	width:670px;
	z-index:110;
}

#gallery {
	height: 825px;
	left:506px;
	position:absolute;
	top:1176px;
	width:503px;
	z-index:90;
}

#gossip {
	height:515px;
	left:0px;
	position:absolute;
	top: 2025px;
	width:1004px;
	z-index:100;
}

#preview {
	height: 410px;
	left:1px;
	position:absolute;
	top:2026px;
	width:1003px;
	z-index:100;
}

.previewDE{
	background: url(/de/de/emag/fashionShow/image/html_preview.png) no-repeat;
}

.previewEN {
	background: url(/de/en/emag/fashionShow/image/html_preview.png) no-repeat;
}

/*Lightbox*/
#fashionShowBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 250;
	background: #ffffff;
}

#fashionShowLightbox {
	width: 453px;
	height: 706px;
	padding-top: 20px;
	position: absolute;
	top: 1871px;
	left: 50%;
	margin-left: -222px;
	z-index: 260;
	display: none;
	background: url(img/emag.fashionShow.lightbox.bg.png);
}

#fashionShowLightbox a.close {
	padding-right: 15px;
	color: #666666;
	position: absolute;
	top: 8px;
	right: 18px;
	height: 15px;
	z-index: 200;
	text-decoration: none;
	background-image: url(img/_shared.closeIcon.png);
	background-repeat: no-repeat;
}

#fashionShowLightbox a.close:link, #fashionShowLightbox a.close:active, #fashionShowLightbox a.close:visited, #fashionShowLightbox a.close:focus {
	color: #666666;
	background-position: right top;
}

#fashionShowLightbox a.close:hover {
	color: #333333;
	background-position: right bottom;
}

#fashionShowILike {
	position: absolute;
	bottom: 20px;
	left: 55px;
	width: 380px;
	height: 30px;
	overflow: hidden;
}


