html>body #main_verhaaldetail {
height: auto; /* for not-IE */
}
div#main_verhaaldetail {
	float:left;
	width:800px;
	text-align:center;
	height:500px;
	min-height:500px;
	background-color:#d3d3a9;
	border: 2px ridge #8A7759;
	padding:5px 5px 0px 5px;	
	/*border: 1px dotted fuchsia;*/
}
div#verhaaldetail {
	float:left;
	width:800px;
	/*border: 1px dotted fuchsia;*/
}
div#verhaaldetail_img {
	float:left;
	width:160px;
	/*border: 1px dotted fuchsia;*/
}
div#verhaaldetail_left {
	float:left;
	width:160px;
	text-align:left;
	padding-left:5px;
	/*border: 1px dotted fuchsia;*/
}
div#verhaaldetail_right {
	float:right;
	width:470px;
	text-align:left;
	padding-left:5px;
	/*border: 1px dotted fuchsia;*/
}
div#verhaaldetail_right_top {
	/*border: 1px dotted fuchsia;*/
}
div#verhaaldetail_right_bottom {
	/*border: 1px dotted fuchsia;*/
}
div#overzicht {
	float:left;
	width:145px;
	height:200px;
	background-color:#d3d3a9;
	padding:5px;
}
img#overzicht {
	height:120px;
}