@import url(../css/basic.css);
@-moz-document url-prefix() { 
  div.page {
		width: 1092px;
	}
}
#header {
	height: 650px;
}
.flyerNav {
	border-bottom: none !important;
}
.lt-ie7 #main {
	position: relative;
	z-index: 50;
}
.lt-ie7 #col1 {
	margin: 0 0 0 30px;
}
.lt-ie7 #col3 {
	position: absolute;
	margin: 0 0 0 60px;
	width: 640px;
	z-index: 50;
}

/* -------------------- FUNKTIONSLINKS -------------------- */
.body_recommend #col3 {
	margin: 0 60px 0 58px;
	padding: 0;
}
.body_recommend #header {
    height: 120px;
}


/* #Media Queries
================================================== */

@media only screen and (min-width: 830px) and (max-width: 1150px) {
	#header, #stage {
		height: 458px;
	}
}
	
@media only screen and (min-width: 600px) and (max-width: 829px) {
	#header, #stage {
		height: 318px;
	}
	#col1 {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	#header, #stage {
		height: 420px;
	}
	#col1 {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 479px) {
	#header, #stage {
		height: 498px;
	}
	#col1 img {
		max-width: 300px;
	}
}