/*
 * Nieuws Stylesheed vvjisp
 ********************************
 * Created June 9th 2007
 * nieuws.css
 * 
 * 
 */

.nieuwsTable {
	border: 					none;
	width:	 					100%;
}

.nKop {
	background:					url('img/black_vertical_gradient.gif') repeat-x top #4c4d4e;
	color:						white;
	font-size:					12pt;
	padding:					5px;
	padding-left:				5px;
	padding-right:				10px;
}

.nKop a {
	color:						white;
}

.nKop a:hover {
	color:						#lightblue;
}

.nKopLedge {
	background:					url('img/leftedgesmall_black.gif') no-repeat top left;
	float:						left;
	height:						10px;
	left:						-5px;
	position:					relative;
	top:						-5px;
	width:						10px;
}
.nKopRedge {
	background:					url('img/rightedgesmall_black.gif') no-repeat top right;
	float:						right;
	height:						10px;
	position:					relative;
	right:						-10px;
	top:						-5px;
	width:						10px;
}

.subKop {
	background:					#5f523d;
	height:						18px;
	padding-left:				4px;
}
.subKop a {
	color:						#f7d7b6;
}
.subKop a:hover {
	color:						#ffcc66;
}

.nCel {
	background:					#e6d5af;
	color:						#533518;
	font-size:					10pt;
	padding:					10px;
}