/* Zorgt ervoor dat tekst uitgevuld wordt */
body {
	text-align:center;
}

/* Klasse voor de inleiding van de tekst */
p.lead {
	font-weight:bold;
}



/* Klasse voor wijzigingsdatum rechtsonderin */
p.wijzigingsdatum {
	float:right;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
        font-size: 0.9em;
}

/* Klasse voor groene blokjes met aanwijsvinger */
ul.groenblokje {
	list-style-image: url('aanwijsvinger.jpg');
	background-color: #80BA64;
	border:3px solid #A6CE92;
	list-style-position:inside;
	margin-left:0px;
	padding-left:7px;
	text-align:left;
	padding-bottom:5px;
}

/* Klasse voor kopjes in groene blokjes */
ul.groenblokje h2 {
  	margin-top:5px;
	margin-bottom:5px;
	color:#003366;
}

/* Klasse voor blauw blokjes */
p.blauwblokje {
	background-color:#004C78;
	border:3px solid #146492;
	color:#80BA64;
	padding:4px;
	text-align:justify;
}

/* Stylen van de links */
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Zorgt voor centreren */
div#container {
	margin:0 auto;
	width:640px;
	text-align:justify;
}

span.dossier {
	float:right;
	font-style:italic;
}

.content table {
	width:100%;
}

img.links, img.rechts {
	margin-bottom:8px;
	margin-top:8px;
}

div.kopregel {
	padding-right:5px;
}
