/* ==========================================================================
   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%;
	}
}
