@charset "UTF-8";
.index {
	text-align: center;
}
.navigatie {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	line-height: 35px;
	background-color:#D2D2D2;
	color:#333;
	padding-left: 10px;
	letter-spacing: 1px;
}
td.impressie {
	width: 138px;
	text-align: right;
	vertical-align: top;
}
td.specials {
	width: 210px;
	text-align: left;
	vertical-align: top;
}
td.center {
	width: 402px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#333;
	padding-left: 75px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 25px;
}
.koptekst {
	font-size: 25px;
	color: #D0581B;
}
.koptekst_klein {
	font-size: 22px;
	color: #D0581B;
	}
.tussenkoptekst {
	font-size: 14px;
	color: #D0581B;
	text-decoration: bold;
}
.link {
	text-decoration: underline; color: #0066CC;
}

a:link { color:#333; text-decoration: none;}
a:hover {color: #0066CC; text-decoration: none;}
a:visited { color:#333; text-decoration: none;} 
