
.std_bilder {
	float:left;
	margin:0 10px 10px 0;
}
.std_bilder img {
	float:left;
	margin:0 12px 15px 0;
}

#std_text {
	float:left;
}

#std_files img {
	position:relative;
	top:2px;
	margin-right:4px;
}

#std_files a,
#std_files a:hover {
	text-decoration:none;
}

#lay_br .std_text,
#lay_bo .std_text,
#lay_bu .std_text {
	float:none;
	margin:0;
}

#lay_bl {
	/* default layout so std_bilder and std_text is fine */
}

#lay_br .std_bilder {
	float:right;
	margin:0 0 10px 10px;
}

#lay_bo .std_bilder {
	margin:0 0 10px 0;
	width:auto;
}

#lay_bu .std_bilder {
	margin:10px 0;
	width:auto;
}




#produktebilder {
	float: left;
	width: 100%;
}


.product_image {
	float: left;
	width: 23%;
	padding: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgb(234, 234, 234);
	margin-bottom: 10px;
	text-align: center;
	margin-right: 2%;
}


.product_image:hover{
	background-color: rgb(220, 220, 220);
}

.product_image a {
	float: left;
	width: 100%;
	text-align: center;
}

#wrapper .product_image a:hover,
#wrapper .product_image a:focus{
	border-bottom: 0;
}

.product_image.pos_4 {
	margin-right: 0px;
}


.product_image img {
	max-width: 100%;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.product_image.pos_2 { margin-right: 0px; }
	.product_image { width: 48%; margin-right: 4%; padding: 2%; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.product_image.pos_2 { margin-right: 0px; }
	.product_image { width: 48%; margin-right: 4%; padding: 2%; }
}