@charset "UTF-8";
.oproepje {
	float: left;
	width: 49%;
	border: 1px dotted #FFFFFF;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}
.buurtbericht {
	float: left;
	width: 99%;
	border: 1px dotted #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
}
.oproepjeR {
	float: right;
	width: 49%;
	border: 1px dotted #FFFFFF;
	margin-bottom: 10px;
	clear: right;
	overflow: hidden;
}
.oproepcount {
	float: right;
	margin-top: 6px;
}
.oproepheader {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	font-size: 12px;
	text-transform: capitalize;
}
.buurtheader {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	font-size: 14px;
}
.oproeptekst {
	float: left;
	padding: 3px;
}
.oproepdatum {
	font-weight: normal;
	float: right;
}
.oproepbody {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	float: left;
	width: 100%;
}
.oproepfooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 3px;
	float: left;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
}
.oproepcontrols {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}
.adform,
.adformcomp,
.adformcomp2,
.adform3 {
	width: 98%;
	background-color: transparent;
	padding: 3px;
	background-image: url(/images/site/formulier/form_normaal.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #333;
}
.adformcomp {
	background-image: url(/images/site/formulier/form_verplicht.png);
}
.adformcomp2 {
	background-image: url(/images/site/formulier/form_textarea_verplicht.png);
	background-repeat: repeat;
}
.adform3 {
	color: #333;
	background-image: url(/images/site/formulier/form_dropdown.png);
}
.captform {
	width: 246px;
}
.content_d h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content_d .thetext {
	font-size: 0.8em;
}

