/*
	SevenOne Media Ad Integration for gtainside
*/

.ad-version:after {
	content: '';
	display: none;
}
.ad-wrapper div,
.ad-wrapper object,
.ad-wrapper embed,
.ad-wrapper img,
.ad-wrapper iframe,
.ad-wrapper ins {
	vertical-align: bottom;
}

/* tracking pixels, swf, iframes must not open up vertical space */
.ad-wrapper img[height="0"],
.ad-wrapper img[height="1"],
.ad-wrapper object[height="0"],
.ad-wrapper object[height="1"],
.ad-wrapper embed[height="0"],
.ad-wrapper embed[height="1"],
.ad-wrapper iframe[height="0"],
.ad-wrapper iframe[height="1"] {
	display: block;
	position: absolute;
}

#ads-outer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 982px;
}

#ad-popup1 {
	position: relative;
	z-index: 2147483647;
	height: 0;
}

#ad-fullbanner2-outer {
	position: relative;
	z-index: 1002;
}
#ad-fullbanner2 {
	/* height: 90px; */
	margin: 0px 0px 10px auto;
	text-align: right;
}

#ad-fullbanner2-billboard-outer {
	position: relative;
	z-index: 1002;
	text-align: center;
}
#ad-fullbanner2-billboard {
	margin: 10px auto 10px auto;
}

#ad-skyscraper1-outer {
	position: absolute;
	z-index: 1001;
	right: -170px;
	width: 160px;
	margin-top: 0px;
}
#ad-skyscraper1 {
	width: 160px;
}

#ad-rectangle1-outer,
#ad-promo1-outer {
	z-index: 1000;
	width: 300px;
	margin: 0 auto;
}
#ad-rectangle1,
#ad-promo1 {
	/* total height must be 272px because of box grid on home page*/
	margin-top: 2px;
	margin-bottom: 6px;
	min-height: 255px; /* min-height because of bigger halfpage rectangle */
}
#ad-rectangle1:after, #ad-promo1:after {
	content: 'ANZEIGE';
	color: #666666;
	display: none;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}

/* activate if privacy info button should be displayed below the menu bar
#soi-global-privacy-info {
    top: 53px!important;
}
*/
