#productie {
	display: block;
	position: relative;
	min-height: 110px;
	margin-bottom: 20px;
}
/* for Internet Explorer */
* html #productie {
	height: 110px;
}


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

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

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

#productietitel {
	display: block;
	position: relative;
}

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

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

/* @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 */
