body, table {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #006B00;
}
a:hover {
	text-decoration: underline;
	color: #006B00;
}

img{
	border:0px;
}

textarea,input,select{
	font-family		: Arial,Verdana;
	background-color: #FFF;
	border			: 1px solid #114c07; 	
	color			: #1d1c1c;
	font-size		: 12x;
}

hr {
	height: 1px;
	margin: 10px 0 10px 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
	clear: both;
	border: 0;
	overflow: hidden;
}
/* Content */

div.content {
	margin: 20px;
	font-size: 12px;
	line-height: 18px;
}

div#nieuwsItem img{
	float:left;
	padding-right:5px;
}

div#nieuwsItem span{
	font-weight:bold;
}

.cTblBase {
	border			: 1px solid #C2C2C2;
	margin			: 0;
	padding			: 0;
	width			: 100%;
}

.cTblBase td.gray{
	color			: #6c6c6c;
	border-top		: 1px solid #cacaca;	
	border-bottom	: 1px solid #cacaca;
	padding-top		: 5px;
}

.cTblHead {
	background		: url('images/bg_menu.gif') repeat-x;
	color			: white;
	font-weight		: bold;
	height			: 15px;
	text-transform	: uppercase;
}

.cTblRowInactive{
	background		: white;
}

.cTblRowActive{
	background		: #efefef;
}

.cTblRowError{
	background		: #e8b9b9;
}

.cError {
	color			: #CC3300;
	font-weight		: bold;
}

.clear{
	clear:both;
}

/* Nav layout */
div#nav {
	position: relative;
	top: 0;
	margin-top: -4px;
	width: 100%;
	background-color: #006B00;
	padding-top: 2px;
}
div#nav img {
	float: left;
	padding:5px 10px 5px 5px;/* top right bottom left */
}
div#nav h2 {
	margin: 8px 20px;
}
div#nav h2 a {
	color: white;
	font-size: 15px;
	text-decoration: none;
}
div#nav h2 a:hover {
	text-decoration: underline;
}

div#nav ul {
	margin: 0;
	background-color: black;
	padding: 4px 20px;
}
div#nav ul li {
	display: inline;
	font-size: 11px;
	padding: 4px 10px;
}
div#nav ul li.active {
	background-color: #ffffff;
	text-decoration: underline;
}
div#nav ul li a {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
	color: #00B800;
}
div#nav ul li.active a {
	color: #000000;
	font-weight: bold;
}


/* Footer */
div#footer {
	margin: 0 20px;
	font-size: 11px;
	color: #7d7d7d;
	padding-bottom: 15px;
}

div#footer ul {
	display: inline;
	padding: 0;
	margin: 0 10px;
}
div#footer ul li {
	display: inline;
	margin-right: 10px;
}
div#footer p.copyright {
	margin: 0;
	display: inline;
}

div#footer hr {
	height: 1px;
	margin: 10px 0 10px 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
	clear: both;
	border: 0;
	overflow: hidden;
}

