/* Cascading Style Sheet */

body {
	font-family: arial;
	font-size: 12px;
	scrollbar-3dlight-color: #C9CBB6; 
	scrollbar-arrow-color: #817E6D; 
	scrollbar-base-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #E1E1E1; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #817E6D; 
}

.tekstkopje { font-family: arial; font-size: 12px; color: #EC7D4F; font-weight: bold; }

/* Formulier-elementen */
form {
	margin: 0px;
}
input {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #000000;
	width: 200px;
}
textarea {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #000000;
	width: 200px;
	height: 75px;
}

button {
	font-family: arial;
	font-size: 11px;
	background-color: #DDDDDD;
	border: solid 1px #444444;
}

/* Tabel-opmaak */
table {
	padding: 0px;
}
td {
	font-family: arial;
	font-size: 12px;
	color: #626262;
}

/* Link-definities */
a {
	color: #7B7B7B;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 14px;
}


a.wit:link{font-family: arial, Helvetica, Sans; font-size: 16px; text-decoration: none; font-weight: bold; color: #FFFFFF;}
a.wit:active{font-family: arial, Helvetica, Sans; font-size: 16px; text-decoration: none; font-weight: bold; color: #FFFFFF;}
a.wit:visited{font-family: arial, Helvetica, Sans; font-size: 16px; text-decoration: none; font-weight: bold; color: #FFFFFF;}
a.wit:hover{font-family: arial, Helvetica, Sans; font-size: 16px; text-decoration: underline; font-weight: bold; color: #FFFFFF;}



.menuitem{font-family: verdana; font-size: 9px; text-decoration: none; color: #0891B5; cursor: hand;}

.menuitem_over{font-family: verdana; font-size: 9px; text-decoration: none; color: #0891B5; cursor: hand;}