* {
	color: #303030;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0px;
	background-color: #9C9D95;
}

#container {
	width: 900px;
	border: 8px solid white;
	height: 420px;
	margin-top: 100px;
	position: absolute;
	margin-left: -450px;    
	left: 50%;
	background-image: url(images/site/achtergrond_zand.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#div_links {
	width: 290px;
	border-right: 5px solid white;
	height: 100%;
	background-image: url(images/site/achtergrond_water.jpg);
	float: left;
}

#div_rechts {
	float: right;
	width: 330px;
	border-left: 2px solid white;
	height: 100%;
}
#div_midden {
	margin-left: 290px;
	margin-right: 330px;
	padding-left: 20px;
	padding-right: 10px;
}

#topkop {
	margin-top: 40px;
	background-color: white;
	padding: 10px;
	width: 175px;
	font-size: 150%;
	font-weight: bold;	
	color: #DBCB7E;
	text-align: center;
	letter-spacing: -1px;
}

#cleardiv {
	clear: both;

}

#producten {
	overflow: auto;
	height: 330px;
	padding-left: 12px;
}

.thumb {
	margin: 10px;
	border: 1px solid white;
}

.thumb2 {
	border: 1px solid white;
	margin-top: 90px;

}

.bold {
	color: white;
	font-weight: bold;
}
