/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.png{
	_behavior: url("http://www.oetkerweb.nl/dessert-weken/css/iepngfix.htc");	
}

#container {
	position: relative;
	margin: 0px auto;
	width: 960px;
	height: 590px;
	padding: 0px 8px 8px 8px;
}

#logobalk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 976px;
	height: 32px;
	z-index: 5;
	background-image: url(../images/balk_bg.png);
	background-repeat: repeat-x;
	
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oetkerweb.nl/dessert-weken/images/balk_bg.png',sizingMethod='scale');
	_background-image: none;
}
#logo {
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 6;
}
#copyright {
	position: relative;
	top: 10px;
	left: 8px;
	font-size: 10px;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 8px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}

#product_balk {
	position: absolute;
	left: 0px;
	top: 600px;
	padding: 8px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
#productshots {
	margin: 0px auto;
}
.productshot {
	float: left;
	display: block;
	padding: 0px 4px;
}
.spacer {
	float: left;
}

