@charset "utf-8";

/*
 Cascade Stylesheets für die oberen Werbeflächen im öffentlichen Bereich
 - einfach "display: none" ein/auskommentieren um die oberen Werbeflächen anzuzeigen/ auszublenden
*/

/* Bereich für grossen Werbebanner oben */
.top-long-advertising {
	width: 672px;
	height: 88px;
	left: 280px;
	top: 22px;
	position: absolute;
    display: none; 
}

/* Bereich für zwei kleinere Werbebanner oben */
.top-short-advertising {
	width: 672px;
	height: 88px;
	left: 280px;
	top: 22px;
	position: absolute;
}

/* Bereich für kleinen Werbebanner oben links */
.top-short-advertising-left {
	width: 424px;
	height: 88px;
	left: 0px;
	top: 0px;
	position: absolute;
    display: none; 
}
/* Bereich für kleinen Werbebanner oben rechts */
.top-short-advertising-right {
	width: 200px;
	height: 88px;
	left: 472px;
	top: 0px;
	position: absolute;
    display: none; 
}
.footer-advertising {
	height: 100px;
	width: 424px;
	float: right;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 17px;
	padding-right: 24px;
	display: block;
    display: none; 
}
.sidebar-advertising {
	height: 550px;
	width: 200px;
	overflow: hidden;
	display: block;
    display: none; 
}
.maincontent-advertising {
	height: 100px;
	width: 424px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 38px;
	display: block;
    display: none; 
}
