blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ccd7db;
	display: block;
	margin-right: 0;
	margin-left: 0;
	padding: 5px;
}

.auteur {
	text-align: right;
	display: block;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#linkvlak {
	color: black;
	background-color: #ccd7db;
	display: block;
	width: 210px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
}

/* @group linktekst */
#linktekst {
	font: italic 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	height: 10px;
	position: relative;
}

#linktekst a:link, #linktekst a:visited 	{color: #2e71a6; text-decoration: none;}
#linktekst a:hover, #linktekst a:focus	 	{color: orange; text-decoration: underline;}
#linktekst a:active 							{color: red;}
/* @end */

.artikel {
	display: block;
	width: 580px; height: auto;
	margin-bottom: 20px;
}
			
.titel {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
			
.tekst {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
			
.tekst a:link, .tekst a:visited	{text-decoration: none; color: #2e71a6;}
.tekst a:hover, .tekst a:focus 	{text-decoration: underline; color: orange;}
.tekst a:active {color: red;}

.fotoKolomL {
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
}

.foto {
	width: 90px;
	height: 90px;
	background: white no-repeat;
	padding: 10px;
}

.lijn {
	width: 580px;
	height: 2px;
	display: block;
	top: 0px;
	margin-bottom: 10px;
	position: relative;
	background-color: #2e71a6;
	line-height: 0px;
	font-size: 0px;
}