body {
	color: rgb(12, 71, 157);
	font: 9pt Arial;
	
	/* idiote microsoft kerstboomverlichting */
	scrollbar-3dlight-color: rgb(255, 255, 255);
	scrollbar-arrow-color: rgb(255, 255, 255);
	scrollbar-base-color: rgb(255, 255, 255);
	scrollbar-darkshadow-color: rgb(255, 255, 255);
	scrollbar-face-color: rgb(3, 13, 96);
	scrollbar-highlight-color: rgb(3, 13, 96);
	scrollbar-shadow-color: rgb(255, 255, 255);
	scrollbar-track-color: rgb(255, 255, 255); 
}

#logstatus {
	font-weight: bold;
}

input {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(12, 71, 157);
	font-size: 8pt;
}

img {
	border: 0px;
}

h1 {
	background: rgb(3, 13, 96);
	color: rgb(255, 255, 255);
	font-size: 10pt;
}

.DVimgBlok {
	text-align: center;
	font-style: italic;
}

.DVimgBlokOS {
	font-style: italic;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(3, 13, 96);
}

a:hover {
	text-decoration: underline;
}

.popup {
	position: absolute;
	width: 400px;
	padding: 3px;
	margin-bottom: 20px;
	background: rgb(247, 247, 247);
	border: 1px solid rgb(3, 13, 96);
	cursor: hand;
}

.popup p {

}

.popuphoofd {
	height: 14px;
	font-weight: bold;
	background: rgb(247, 247, 247);
}

.popupbron {
	display: none;
}

table {
	width: 95%; 
	background-color: black 
}

table.vraag {
	background-color: white;
}

td {
	font: 11px verdana; 
	line-height: 14px; 
	color: #333333; 
	background-color: white 
}

th {
	vertical-align: top; 
	text-align: center; 
	font: bold 10px verdana; 
	line-height: 14px; 
	color: white; 
	background-color: rgb(133, 163, 206); 
}

#disclaimer {
	clear: both;
	text-align: left;
}

.hand {
	cursor: hand;
}