* {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
html, body {
	background: #ffffff;		
	padding: 0 0 0 0;
}
@media only screen and (min-width: 1001px) {
.site {
  margin: 0 auto 0 auto;
  max-width: 800px;
  position: relative;
  
}
	.site_container {
  margin: 50px auto 0 auto;
  width: 100%;
  background: url(../images/die_hausmarke_quer.jpg) no-repeat;
  background-size:100% auto;
	min-height: 606px;
	float: left;
	position: absolute;
}
}
@media only screen and (max-width: 1000px) {
.site {
  margin: 0 auto 0 auto;
  width: 100%;
  position: relative;     
}
	.site_container {
  margin: 0 auto 0 auto;
  width: 100%;
  background: url(../images/die_hausmarke_hoch.jpg) no-repeat;
  background-size:100% auto;
	min-height: 1450px;
	float: left;
	position: absolute;
}
}
* html .site_container {
  height: 100%;
}
