#content_container {
	width: 620px;
	padding: 0;
	margin: 0;
}
#content_lijst {
	line-height: 120%; 
/*	margin-left: -40px;  KIJK IN IE !! */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 17px;
	line-height: 150%;
	color: #000;
}
a:link, a:hover, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b3a27;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #617a81;
}
#content_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-weight: bold;
	float: left;
	width: 50px;
	text-align: right;
}
#content_terug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: right;
	padding-bottom: 10px;
}
#content_artikel_kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#content_artikel_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	font-weight: bold;
}
#intro_afb {
	/* Eigenlijk geen opmaak nodig */
}
img {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* Padding right opgeven omdat anders de tekst gelijk achter de foto doorloopt, de totale breedte van #content_container is het uitgangspunt */
	padding-right: 80px; /* breedte afb=540. 620-80=540. */
	text-align: left;
}

