 #container {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#logo {
	height: 148px;
	width: 100%;
	margin-bottom: 15px;
}

#content-left {
	width: 750px;
	width: 78%;
	min-height: 500px;
	float: left;
}

	.bigimg { width: 100%; overflow: hidden; }
	#produktbild {
		width: 100%;
		height: auto;
		max-width: 750px;
	}
	#content-left h1,
	#content-left h2 {
		height: 28px;
		line-height: 28px;
		color: #FFFFFF;
		font-weight: bold;
  		font-size: 18px;
		background-color: #334e4c;
		display: block;
		padding: 0px 15px;
		margin-top: 0px;
	}
	#content-left h2 { background-color: #d9b41f; }

#content-right {
	width: 187px;
	width: 19%;
	float: left;
	margin-left: 20px;
	margin-left: 3%;
}
.box { margin-bottom: 15px;  }

.box .box-content { background-color: #FFFFFF; padding: 1px; padding-top: 0px; width: 100%; font-size: 16px; }
.box .box-content h2 {
	background-color: #a2241d;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 0px 15px;
	margin-top: 0px;
	margin-bottom: -10px;
}
.box .box-content a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.box .box-content img { width: 100%; height: auto; }

.last {
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	background-color: #334e4c;
	display: block;
	padding: 0px;
	margin-top: 15px;
}
.clear {clear: both; }

@media screen and (max-width: 990px) {
	#content-left {
		width: 72%;
	}
	
	#content-right {
		width: 25%;
		margin-left: 3%;
	}
}

@media screen and (max-width: 720px) {
    .box .box-content { font-size: 12px; }
	.box .box-content h2 { font-size: 12px; padding: 0px 10px; }
}

@media screen and (max-width: 600px) {
    #content-left {
		width: 100%;
		float: none;
	}
	
	#content-right {
		width: 100%;
		float: none;
		margin-left: 0px;
		clear: both;
		margin-top: 10px;
	}
	
	.box { 
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.box:nth-child(3) { clear: both; } 
}

@media screen and (max-width: 380px) {
	#logo, #logo img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 330px) {
	.box { 
		float: left;
		width: 100%;
		margin-right: 0px !important;
	}
}