* {
	margin: 0;
	padding: 0;
}
body {
	margin: auto 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	background-color: #FFF;
}
a, a:link, a:visited, a:active {
	color: #5DB297;
	text-decoration: none;
}

a:hover {
	color: #5E4CB9;
	text-decoration: none;
}
input, select, textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #444;
}
input:focus, select:focus, textarea:focus {
	color: #222;
}
input.button {
	padding: 2px 4px;
}
input.button:hover {
	background-color: #5E4CB9;
	color: #FFF;
}
#lijntje {
	border-top: 5px solid #5DB297;
	width: 100%;
	margin-bottom: 10px;
}
#mainHolder {
	width: 854px;
	margin: 0 auto;
	background: #FFF top left no-repeat url(/images/mainHolderBG.png);
}
#main {
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 95%;
	text-align: left;
  	width: 825px;
}
#navbar {
	float: left;
	width: 825px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #5DB297;
}
#navbar li#start {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: #5E4CB9 no-repeat top right url(images/navbar_mid.gif);
	height: 21px;
}
#navbar li.nav {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: no-repeat top right url(images/navbar_mid.gif);
}
#navbar a {
	float: left;
	padding: 4px 18px;
	text-decoration: none;
	color: #FFF;
}
#navbar a:hover, #nav a.active {
	color: #FFF;
	background-color: #5E4CB9;
}
#navbar a.active {
	font-weight: bold;
	background-color: #5E4CB9;
}
#toplogo {
	padding: 0;
	margin: 0;
	background: #FFF;
}
#toplogo a {
	border-style: none;
	display: block;
	width: 261px;
}
#titleheader {
	padding-top: 30px;
	padding-bottom: 10px;
	background: #FFF;
}	
#titleheader h1 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #5E4CB9;
}
#content {
	padding-top: 6px;
	padding-bottom: 10px;
}
/* tables */
.itemTable {
	font-size: 11px;
	margin: 4px;
	text-align: left;
}
.itemTable td { padding: 4px 1px; }
tr.rijWitTitel td {
	font-weight: bolder;
	font-size: 12px;
	color: #333;
}
tr.rijWit td { background: #FFF; }
tr.rijWit.border td { border-top: 1px solid #DFDFDF; }

span.details {
	font-size: 11px;
	color: #777;
	font-style: italic;
}
#footerHolder {
	margin: 0 auto;
	width: 854px;
	height: 50px;
	background: #FFF bottom left no-repeat url(/images/footerHolderBG.png);
}
#footer {
	width: 826px;
	height: 32px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
	color: #999;
	border-top: 1px dashed #CCC;
}
/* FAQ */
p {
	padding: 0 0 1em;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	border-bottom: 1px solid #CCC;
	color: #5DB297;
	font-size: 12px;
	font-weight: bolder;
}
.msg_body {
	padding: 5px 10px 15px;
	display: block;
}