a {
	color: #aa3e23;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	color: #aa3e23;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
a:active {
	color: #aa3e23;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #aa3e23;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #fbae42;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.menu1 {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu1:link {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu1:active {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu1:visited {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu1:hover {
	color: #fbae42;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}	
.titel1, h2 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #aa3e23;
}	
.titel2 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #1b3f95;
}
.roman {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.romanbold {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.roman-rood {
	font-family: verdana;
	font-size: 11px;
	color: #FF0000;
	line-height: 16px;
}
.roman-klein {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
	
.roman-kleinwit {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
/* FORM STYLES */
form{
min-width:300px}
form fieldset{
border:none;
margin:0 0 17px 0;
padding:0;
clear:both;
display:block}
form table td, form table th{
padding-right:7px;
padding-bottom:7px}
form fieldset legend{
font-size:100%;
line-height:120%;
font-weight:bold;
float:left;
clear:both;
text-indent:0}
form label{
font-size:100%;
float:left;
clear:left;
width:220px;
margin-right:17px}
input, select, textarea{
font-family:Tahoma, Arial, sans-serif;
font-size:100%;
color:#000}
form textarea, form input.textbox{
border:1px solid #DDD;
background:#fff;
margin:1px 0;
padding-bottom:2px;
vertical-align:middle;
width:260px}
form textarea{
overflow:auto;
height:100px}

form input.radio{
float:left;
clear:left}
form label.radio{
float:none;
display:block;
clear:none;
width:auto;
padding-left:30px;
margin:0}
form .submitbutton{
background:#fff;
border:1px solid #BABABA;
margin-bottom:17px}
form input.checkbox{
float:left}
form label.checkbox{
float:none;
display:block;
clear:right;
width:auto;
padding-left:30px;
margin:0}

.warning{
color:red}
.message{
font-weight:bold}
form div.verplicht{
background-image:url("/images/icons/uitroepteken.gif");
background-position:right;
background-repeat:no-repeat}
form input.verplicht, form textarea.verplicht{
border:1px solid #B8006E}
form .validated{
color:#0e0}


