#productie {
	min-height: 110px;
	position: relative; display: block;
	margin-bottom: 20px;
}

/* for Internet Explorer */
* html #productie {
	height: 110px;
}


#thumbkader {
	width: 110px; height: 110px;
	position: absolute; display: block;
	background-color: white;
}

#productiethumb {
	width: 90px; height: 90px;
	top: 10px; left: 10px;
	position: absolute; display: block;
	background-color: silver;
	z-index: 1;
}

#productiethumb a img {width: 90px;	height: 90px; display: block; border: 0;}

#productietitel {
	position: relative; display: block;
	color: black;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.leeftijd {
	top: 5px; right: 0;
	position: absolute;	display: block;
	color: gray;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#productiesamenvatting {
	left: 120px;
	width: 460px;
	position: relative; display: block;
}

/* @group ProductieTekst */
#productietekst {
	margin-bottom: 10px;
	color: black;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#productietekst a:link, #productietekst a:visited	{text-decoration: none; color: #2e71a6;}
#productietekst a:hover, #productietekst a:focus 	{text-decoration: underline; color: orange;}
#productietekst a:active 					{color: red;}
/* @end */