#indexcontent {
	margin:0px 275px 0px 10px; /* was 0-210-0-10: aangepast om nieuws breder te maken */ 
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	padding: 5px;
	color: #555555;
	font-size: 0.8em;
	overflow: hidden;
}
#content {
	margin: 0px 275px 0px 10px; /* was 0-210-0-10: aangepast om nieuws breder te maken */ 
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	padding: 5px 5px 0px 5px;
	color: #555555;
	font-size: 0.8em;
	overflow: hidden;
}/*
#fullcontent {
	margin:0px 10px 0px 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #808080;
	padding: 10px;
	color: #555555;
	font-size: 0.8em;
}*/


/*********************************************************************************************************************************/
/*min-heigth hack: zie http://www.greywyvern.com/code/min-height-hack.html*/
.prop {
	height:400px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
