
/* news */ 
.newsheader, .newsheader-big {
	font:						18px Arial;
	font-weight:				bold;
	color:						#ebab04;
	text-indent:				14px;
}
.newsheader-big {
	font-size:					24px;
}

.newsdescshort {
	font:						11px Arial;
	color:						#09183f;
	padding-left:				14px;
	margin-top:					-10px;
	padding-top:				0px;
	width:						380px;
}
.newsblock {
	padding:					2px;
	width:						500px;
	height:						64px;
	background-image:			url(../images/layout/grey.png);
	float:						none;
	padding-bottom:				8px;
	cursor:						pointer;
}

.newsblock:hover {
	background-color:			#b4c3cf;
}

.navigatie {
	text-align: 				right;
	margin-bottom:				6px;
}
a.pagenav {
	font:						11px Arial;
	color:						#664b03;
	text-decoration:			none;
}
a.pagenav:hover {
	color:						#664b03;
	text-decoration:			underline;
}

.activenav {
	font:						14px Arial;
	font-weight:				bold;
	color:						#d22840;
	text-decoration:			none;
}

/* *********** DETAIL ************** */
#top-left {
	width:						274px;
	border-right: 				1px dotted #000;
	padding-right:				16px;
	float:						left;
	margin:						10px 0px 10px 0px;
}
#top-right {
	width:						260px;
	float:						left;
	margin:						10px 0px 10px 24px;
}
#content-top {
	float:						left;
}
#contentbody {
	float:						left;
	width:						100%;
	margin-top:					10px;
}
#flashbody {
	margin-top:					24px;
	width:						265px;
	height:						376px;
	float: 						right;
	border:						1px solid #4d9926;
}

.customlink {
	position:					relative;
	z-index:					100;
	right:						68px;
}