@charset "UTF-8";
/* CSS Document */

.grijs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}

.dgrijs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#333333;
	margin: 0px;
	top: 0px;
	vertical-align: text-top;
}

.zwart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#000;
}

.koporange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#FF9900;
	font-weight: bold;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height: 17px;
	color: #666666;
}
a:link{
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
	color:#333;
}

body {
	background-color: #fff;
	margin:0px;
}

.readon {
	display:block;
	background:url(images/leesverder.png) no-repeat;
	text-align: right;
	width:100px;
	height:18px;
	line-height: 18px;
	margin: 0px;
	float: right;
}

a.readon:link, a.readon:visited, a.readon:hover {
	color: #666; 
	text-decoration: none; 
	font-size: 11px;
}

a.zwart:link, a.zwart:visited, a.zwart:hover {
	color: #000; 
	text-decoration: underline; 
}
.formlink {
	line-height: 15px;
	text-align:left;
	margin-left: 10px;
	text-indent: 20px;
	text-decoration: none;
	color: #333;
	font-size: 12px; 
}

a.formlink:link, a.formlink:visited {
	color: #333; 
	text-decoration: underline; 
	font-size: 12px;
}
a.formlink:hover {
	text-decoration:none; 
}

a.sitemap {
	color: #ff9900; 
	text-decoration: none;
	font-weight:bold;
}
a.sitemap:link, a.sitemap:visited {
	color: #ff9900; 
	text-decoration: none;
	font-weight:bold;
}
a.sitemap:hover {
	text-decoration:underline; 
}

