/* Styles relating ads
* Not yet fully migrated, the bulk of styles still resides in styles.css
*/

#sidebar .sponsors.sponsors-two-col {
	width: 410px;
}

#sidebar .sponsors.sponsors-two-col > div {
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 12px;
	text-align: center;
	width: 200px;
	overflow: hidden;
}

#sidebar .sponsors.sponsors-two-col > div[class*="ad-group-sponsors-mixin"] {
	width: 405px;
}

#sidebar .sponsors a {
	white-space: nowrap;
	line-height: 20px;
	border-bottom: none;
}

div#billboard {
	padding-top: 10px;
	clear: both;
	background: #FFF;
}

#billboard div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Advertising space directly below the main navigation (normal and sticky, not mobile) */
#ad_submenu {
	width:100%;clear:both;
}

/* temporarily disable automatic "advertisement" disclaimer from adserver. Already hardcoded into theme. */
#medium_rectangle_startseite .declare {
	display: none;
}