* { margin: 0; }

body {	
	font: 12px Trebuchet MS;
	background: url(../img/bg/body.gif) repeat-x #D8DFFB;	/* FCFB99 FAF87B */																		/* BODY COLOR */
	line-height: 20px;
}

h1 { font-size: 12px; color: #000; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 17px; color: #008EB2; font-weight: normal; margin-bottom: 15px; }													/* PRODUCT KLEUR TOP */
p { margin-bottom: 20px; }

#container {
	margin: 0 auto;
	width: 760px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff;
	overflow: hidden;
}

#header {
	width: 760px;
	height: 212px;
	background: url(../img/bg/header.jpg);
}
#header h1 { font-size: 36px; color: #fff; font-weight: normal; padding: 42px 0 0 50px; line-height: normal; }						/* MAIN TITLE */

#inleiding {
	width: 700px;
	background: #eee;
	border-bottom: 2px solid #dbdbdb;
	padding: 0 30px;
	margin-bottom: 30px;
}

#content {
	width: 730px;
	padding: 0 0 0 30px;
}

.product {
	width: 218px;
	border: 1px solid #008EB2;																										/* BORDER PRODUCT KLEUR */
	background: url(../img/bg/product.gif) no-repeat bottom left #fff;
	overflow: hidden;
	margin-bottom: 20px;
	float: left; margin-right: 20px;
}
.product h2 
{ 
  font-size: 17px; 
  color: #fff; 
  font-weight: normal; 
  background: #EF58A0; 
  margin: 1px; 
  padding: 5px; 
  width: 206px; 
}	/* HEADER PRODUCT KLEUR */

.productfoto 
{ 
  width: 216px; 
  overflow: hidden; 
  padding: 10px 0; 
  text-align: center; 
  border-bottom: 1px dotted #008EB2; 
}

.productfoto img { border: 0; }

.productbeschrijving { width: 216px; padding: 20px 0 10px 20px; }

#tagcloud {
	width: 640px;
	padding: 0 30px 30px 30px;
	background: url(../img/bg/tagcloud-bottom.gif) no-repeat bottom #eee;
	text-align: center;
	clear: both;
	line-height: 32px;
}
#tagcloud a { color: #008EB2; text-decoration: none; }																				/* TAG LINK KLEUR */
#tagcloud a:hover { text-decoration: underline; }
#tagcloud p {margin: 0; }
.tagcloudtop { background: url(../img/bg/tagcloud-top.gif) no-repeat top #fff; margin: 0 -30px 20px -30px; padding: 0 30px; text-align: left; line-height: 20px; }

#footer {
	width: 720px;
	padding: 0 20px;
	text-align: center;
	margin: 10px 0;
	color: #919191;
	clear: both;
}
#footer a { color: #ce0000; }
#footer a:hover { color: #000; }
#footer p { margin: 0; }

.bezoek { float: right; padding: 0; list-style: none; margin-bottom: 10px; }
.bezoek li a { background: url(../img/icons/bezoek.png); behavior: url(pngfix/iepngfix.htc); width: 73px; height: 22px; padding: 1px 0 0 10px; display: block; color: #fff; text-decoration: none; }
.bezoek li a:hover { text-decoration: underline; }

.mr20 { margin-right: 20px; }
.soort { float: left; width: 60px; margin: 0 10px 0 0; }
.beschrijving { float: left; width: 146px; margin: 0; }
.prijs { color: #ce0000; margin-bottom: 10px; font-weight: bold; }

.omschrijving
{
  margin-right: 20px;	
}
