body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background:#fff;
}
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
@media screen and (max-width: 800px){
			img.bg {
				left: 50%;
				margin-left: -400px; }
		}


#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

}

#main_content {
	overflow:hidden;
	margin-left: -493px;
	position: absolute;
	top: -286px;
	left: 50%;
	width: 985px;
	height:571px;
}
#menu_bar {
	width: 972px;
	height: 39px;
	float:left;
	background:#fff;
	margin:8px 0 0 2px;
}

#content {
	width:935px;
	height: 488px;
	margin:10px 20px 0px 20px;
	float:left;
}


#content_section {
	width: 974px;
	height:560px;
	background:#fff;
	float:left;
}
#shade_right_top {
	width:11px;
	height:42px;
	float:left;
	background:url(../images/shade_right_top.png) no-repeat;
}

#shade_right {
	width:11px;
	height:518px;
	background:url(../images/shade_right.png) repeat-y;
	float:left;
}

#shade_bottom {
	width: 963px;
	height:11px;
	float:left;
	background:url(../images/shade_bottom.png) repeat-x;
}

#shade_right_bottom {
	width:11px;
	height:11px;
	float:left;
	background:url(../images/shade_right_bottom.png) no-repeat;
}
#shade_left_bottom {
	width:11px;
	height:11px;
	float:left;
	background:url(../images/shade_left_bottom.png) no-repeat;
}

.menu {
	display:inline;
	margin:0 0 0 0 ;
}

img {
	border:0px;
}

.panel {
overflow:hidden;
text-align:center;
}

.panel img {
margin-right: 150px;
}

#explain {
width:280px;
height:32px;
font-size:11px;
border:1px solid #000;
float:right;
margin:10px 0 0 0;
}

#artnr {
font-weight:bold;
width:79px;
float:left;
border-right:1px solid #000;
height:15px;
}

#maat {
width:69px;
border-right:1px solid #000;
float:left;
height:15px;
}

#kleur {
width:120px;
float:left;
height:15px;
}
#prijs {
width:280px;
border-top:1px solid #000;
height:15px;
float:left;
}
