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

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

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

.sKop a {
	color:						white;
}

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

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

.specialCel {
	background:					#ddddff;
	padding-left:				4px;
}

.sCel {
	font-size:					9pt;
	padding:					5px;
}