body {
		background-image:url(../images/bgBody.jpg);
		background-position:top;
		background-repeat:repeat-x;
		margin-top:36px;
		background-color:#2a2a2a;
	}
	
	.tekst {
		font-family:Arial;
		font-size:12px;
	}
	
	#cont {
		height:100%;
		width:956px;
	}
	
	#links {
		border-right:1px solid #0e3352;
		padding:11px 0 18px 0;
		vertical-align:top;
	}
	
	.nieuwsDatum {
		color:#707070;
		font-size:10px;
	}
	
	td.nieuwsItem {
		padding:0px 0px 3px 5px;
		border-bottom:1px solid #bdbdbd;
	}
	
	td.nieuwsItem a:link, td.nieuwsItem a:visited, td.nieuwsItem a:active {
		color:#485764;
		font-weight:bold;
		text-decoration:none;
		display:block;
		padding-bottom:5px;
	}
	
	td.nieuwsItem a:hover {
		text-decoration:none;
		color:#0E3352;
		background-image:url(../images/zoekLink.gif);
	}
	
	td.nieuwsArchief {
		padding-top:7px;
		text-align:center;
	}
	
	td.nieuwsArchief a:link, td.nieuwsArchief a:visited, td.nieuwsArchief a:active {
		font-variant:small-caps;
		color:#777;
		text-decoration:none;
		font-weight:bold;
		font-size:13px;
	}
	
	td.nieuwsArchief a:hover {
		text-decoration:underline;
		color:#6c6c6c;
	}
	
	td.footer {
		background-color:#fff;
		text-align:center;
		height:14px;
		color:#484848;
	}
	
	td.footer a:link, td.footer a:visited, td.footer a:active {
		text-decoration:underline;
		color:#484848;
	}
	
	td.footer a:hover {
		color:#000;
	}
	
	td.content {
		padding:11px 0 5px 18px;
		color:#000;
	}
	
	td.content a:link, td.content a:visited, td.content a:active {
		border-bottom:1px solid #000;
		text-decoration:none;
		color:#000;
		height:14px;
	}
	
	td.content a:hover {
		border-bottom:1px dotted #000;
		text-decoration:none;
		color:#000;
	}
	
	td.content h1 {
		color:#0e3352;
		font-size:14px;
	}
	
.Textvak {
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	width:300px;
}

.Textvakactief {
	border:1px solid #000000;
	background-color:#efefef;
	color:#000000;
	width:300px;	
}
