/*------------------------ ALGEMEEN -----------------------*/
.link_rood {
	margin-bottom:10px;
}
.link_rood a{
	color:#d70018;
	text-decoration:none;
}
#content p {
	margin-bottom: 10px;
}
/*------------------------ FORMULIER -----------------------*/
.formulier_kopje {
	font-size:11px;
    color:#949494;
	font-weight:bold;
	margin: 15px 0 25px 0;
}
.invoerveld_formulier {
	height:20px;
}
label {
	float:left;
	width:200px;
	color:#9b9b9b;
	text-align:left;
}
.red {
	color:#FF0000;
	font-size:10px;
}
.radio {
	color:#9b9b9b;
}
.kleineveld {
	width:96px;
}
.grootveld {
	width:200px;
}
.pulldown {
	width:207px;
}
.textarea {
	width:202px;
	height: 70px;
}
.reactie {
	padding-top: 0px;
}
.button {
	float:right;
	margin: 55px 35px 0 0;
	color:#0e6b19;
	font-weight: bold;
	background:#ffffff;
	border:none;
	text-align: right;
}
* HTML .button {
	margin: 10px 35px -10px 0;
}
*:first-child+html .button {
	margin-bottom: -10px;
}
#clear {
	clear:both;
	height:15px;
}

#content ol {
	padding: 0px 0 0 20px;
	margin: 0px;
}
#content li {
	padding:3px 0 3px 0;
}
#content li a{
	text-decoration:none;
	color:#006416;
}
#content li a:hover{
	text-decoration:underline;
}
#faq_cat_vraag {
	padding: 3px;
	margin-left: -20px;
	margin-top: 10px;
	color:#666;
	font-weight:bold;
}
h2 { 
	font-size: 12px;
	margin: 0 0 10px 0;
 	color: #006416;
}
