a:link  
{ color: #000000; text-decoration: underline}
 
a:visited
{ color: #000000; text-decoration: underline}
 
a:active 
{ color: #000000; text-decoration: underline}

a:hover 
{ color: #000000; text-decoration: none}

body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #BAAEA1;
	scrollbar-highlight-color: #BAAEA1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #BAAEA1;
	background-attachment: scroll;
	background-image: url(../images/basics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 120px;
	margin: 15 0 0 0;

}

td     
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; vertical-align: top;}

table
{ table-layout: fixed;}

.kop
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}

.nieuwskop
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; }

.imgborder
{ border: 1px solid #756048}

li
{ margin-left: -24; }

hr
{ color: #DDD7D1}

font
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #756048}

h1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold}

.formaankruisrondje
{ height: 14px; width: 17px }

.formaankruishokje
{ height: 16px; width: 14px }

.invulveld
{ font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #000000; height: 18px; width: auto; float: none; clear: none; border: 1px #9A846B solid; background-color: #FFFFFF; }

.invulveldhoog
{ font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #000000; height: 84px; width: auto; float: none; clear: none; border: 1px #9A846B solid; background-color: #FFFFFF; }

.lijnrechts {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #D2CBC3;
	padding-left: 38px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top left;
}

#form input
{ font-family: Verdana, Arial; display: block; margin-bottom: 5px; max-width: 160px; height: 20px; float: left; width: 250px }

#form textarea
{ font-family: Verdana, Arial; display: block; margin-bottom: 5px; max-width: 200px; height: 84px; float: left; width: 250px }

#form select
{ font-family: Verdana, Arial; display: block; margin-bottom: 5px; max-width: 160px; height: 20px; float: left; width: 250px }

#form label.labelcheckbox {
	float: right;
	width: 365px;
	height: 15px;
	text-align: left;
}

#form input.checkbox {
	width: 100px;
	height: 15px;
	text-align: right;
}

#form label.labelradio
{display: block; float: right; text-align: left; margin-right: 85px; clear: left;}

#form input.radio
{ margin-left: 70px; float: left; width: 12px; height: 14px }

#form label, #form input.button
{ font-family: Verdana, Arial; display: block; margin-bottom: 5px; height: 20px; float: left; width: 100px }

#form label
{ color: #000000; font-size: 11px; font-family: Verdana, Arial; text-align: right; padding-right: 5px; width: 105px }

#form br
{ font-family: Verdana, Arial; clear: left }

#form hr
{ font-family: Verdana, Arial; clear: left }

#form A
{ font-size: 11px; font-family: Verdana, Arial }

#form span.requireditem
{ color: #FF0000; }

.plattetekst {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.suggestion_list{
	background: white;
	border: 1px solid;
	padding: 10px;
}

.suggestion_list ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.suggestion_list a{
	text-decoration: none;
	color: navy;
}

.suggestion_list .selected{
	background: navy;
	color: white;
}

.suggestion_list .selected a{
	color: white;
}

#autosuggest{
	display: none;
	width: 113px;
	text-align: left;
	padding: 0 0 0 30;
}