body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #E62B2F;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #E62B2F;
	font-size: 12px;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #E62B2F;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E62B2F;
	text-decoration: underline;
}
.titel{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #25016E;
}
.subtitel{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#cccccc;
}

.subtekst{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style:italic;
}
.small{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

.wit{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.wit:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.wit:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
}
.wit:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.wit:active {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}


.grijs{
	color: #666666;	
}

.persoon2 { background: #D2D2FF;}
/* forms.css */
.form { width:642px; margin:10px auto auto -25px; padding-bottom:10px;}
.formrow { width: 100%; float:left; margin:0;}
.formlabel { font-weight:bold; color:#4F9B5D; float:left; width:233px; padding:0; margin:0; vertical-align:top;}
.formfield { float:left;}

label { font-weight:bold;  text-align:left;}
fieldset { margin:0; padding:0;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select { border:#D2D2D2 1px solid; outline:none;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border:#D2D2D2 1px solid; outline:none;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
select { min-width:100px;}
input.text, input.title {width:350px; height:15px; padding: 5px 0 0 5px; }
input.text1, input.title {width:175px; height:15px; padding: 5px 0 0 5px; }

input.title {font-size:1.5em;}
textarea { width:350px;height:112px; padding: 5px 0 0 5px;  }
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}


/*form.css*/

.verplicht{color:#f2642b;}
.blocks { padding:10px 10px 10px 10px;}
.blocks p{margin-bottom:10px; position:relative;}

.text{height:20px; border:1px solid #ddd; color:#333; padding:0; z-index:2;}
.textarea{height:150px; border:1px solid #ddd; color:#333; padding:0; z-index:2;}

.blocks label{float:left; width:180px; padding-top:4px;  text-align:left; margin-right:5px; font-weight:700; color:#000;}

.blocks label.error, .blocks label.ok{position:absolute; z-index:0; top:2px; left:118px; width:200px; height:20px; background-repeat:no-repeat; background-position:0; font-size:0.8em; margin:4px 0 0 0; padding:0 0 0 380px;}
.blocks label.ok{background:url(../images/icook.gif) no-repeat left;}
.blocks label.error{background:url(../images/icofail.gif) no-repeat left; border:none; background-color:transparent;}

.error, .notice, .success { padding:0.5em;margin-bottom:0em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.button {font-weight:bold;}

