/* Desktop */
@media only screen
and (min-width : 1024px)
{

/* ==========================================================================
   Advertising
   ========================================================================== */

#advertising {
	position: relative;
	z-index: 300;
	width: 980px;
	margin: 20px auto 20px;
	text-align: center;
}

#mobileBanner {
	display: none;
}

#banner {
	min-height:90px;
	z-index: 10000;
	margin: 0 auto 0px;
	text-align: center;
}

#skyscrapper {
	min-width:160px;
	position: absolute;
	z-index: 10000;
	margin-left: 1000px;
	margin-top: 20px;
}

.squareAd {
	margin-bottom: 30px;
}

.squareAdmobi {
	display: none;
}


/* Tablet */
@media only screen
and (min-width : 760px)
and (max-width : 1023px)
{

/* ==========================================================================
   Advertising
   ========================================================================== */

#advertising {
	position: relative;
	z-index: 300;
	width: 980px;
	margin: 20px auto 20px;
	text-align: center;
}

#mobileBanner {
	display: none;
}

#banner {
	min-height:90px;
	z-index: 10000;
	width: 980px;
	margin: 0 auto 20px;
	text-align: center;
}

#skyscrapper {
	min-width:160px;
	position: absolute;
	z-index: 10000;
	margin-left: 1000px;
	margin-top: 20px;
}

.squareAd {
	display: none;
	margin-bottom: 30px;
}

.squareAdmobi {
	margin-bottom: 30px;
}


/* Smartphones */
@media only screen
and (max-width : 759px) {
/* ==========================================================================
   Advertising
   ========================================================================== */


#mobileBanner {
	min-height:60px;
	z-index: 10000;
	margin: 20px auto 20px;
}

#banner {
	display: none;
}

#skyscrapper {
	display: none;
}

.squareAd {
	display: none;
}

.squareAdmobi {
	margin-bottom: 30px;
}


/* ==========================================================================
   Code vom Sixx / Fem
   ========================================================================== */

/* all devices and widths */
#mainWrapper {
	margin-top: 10px;
}
#contentArea {
	background-color: white;
}
.centerMenu {
    height: 44px !important;
    margin-top: 22px;
}

/* navi background */
@media only screen
and (min-width : 1024px) {
	#top {
		min-width: 1230px;
	}
}

/* skyscraper visibility */
@media only screen
and (min-width : 1024px)
and (max-width : 1259px) {
	#mainWrapper,
	#headerNav,
	#footerNav {
		margin-right: 0;
		margin-left: 1%;
	}
}
@media only screen
and (min-width : 1260px)
and (max-width : 1340px) {
	#mainWrapper,
	#headerNav,
	#footerNav {
		margin-right: 0;
		margin-left: 7%;
	}
}
