/* ~~ deze container met vaste breedte omvat alle overige elementen ~~ */
.container {
	width: 769px;
	background: #FFF; /* de lay-out wordt gecentreerd via de combinatie van de automatische waarde voor de zijkanten en de breedte */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tekst_Links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
}

.looptekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	right: auto;
}
.kop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 22pt;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #006;
	text-decoration: none;
}
.container .content table tr .looptekst .looptekst img {
	text-align: center;
}
.container .content table tr td blockquote p .kop strong {

}
