/*
#############################
#			ALGEMEEN 		#
#############################
*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,td,a,form {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

img {
	border: none;
}

body {
	font: 62.5% Arial;
	line-height: 16px;
	background: #C3DBC4;
}


html {
	height: 100%;
}

.arrowLink {
	color: #000;
	padding-left: 12px;
	background: url(../images/arrow_right_orange.gif) no-repeat 0px 4px;
}

.arrowLink:hover {
	color: #FF6600;
}

.arrowLink2 {
	font-size: 1.2em;
	color: #000;
	float: right;
	padding: 6px 10px 7px 12px;
	background: url(../images/arrow_right_orange.gif) no-repeat 0px 10px;
}

.arrowLink2:hover {
	color: #FF6600;
}

.arrowLink3 {
	color: #D10050;
	padding-left: 12px;
	background: url(../images/arrow_right_orange.gif) no-repeat 0px 4px;
}

.arrowLink3:hover {
	color: #000;
}

.label {
	font-size: 1.1em;
}

.input1 {
	width: 180px;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 0 6px 0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 6px;
}

.normalText {
	color: #000;
	font-size: 12px;
}

.textBlue {
	color: #43A5C1;
}

.textGrey {
	color: #686868;
}

.textBlack {
	color: #000;
}

.textOrange {
	color: #FF6600;
}

.titleGreen {
	color: #5EB647;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

.titleGreen:hover {
	color: #FF6600;
}

.titleBlue {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

.titleBlue:hover {
	color: #43A5C1;
}

.titlePurple {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

.titlePurple:hover {
	color: #D10050;
}

.resultaten {
	font-size: 1.2em;
	float: right;
	color: #B7B7B7;
	margin-top: -23px;
	padding-right: 10px;
}

.resultaten:hover {
	color: #FF6600;
}

.imageTop {
	vertical-align: top;
}
/*
#############################
#		LAYOUT				#
#############################
*/

div#container {
	margin: auto;
	width: 956px;
}

div#container2 {
	float: left;
	width: 910px;
	padding: 0px 23px 13px 23px;
	background: url(../images/bg.gif) repeat-y;
}

div#footer,
div#footer2 {
	clear: both;
	float: left;
	width: 685px;
	height: 25px;
	margin-top: 23px;
	padding: 9px 0 0 225px;
	background: url(../images/footer.gif) repeat-y;
	font-size: 1.2em;
}

div#footer2 {
	background: url(../images/footer2.gif) repeat-y;
}

div#footer a,
div#footer2 a {
	color: #D10050;
}

div#footer a:hover,
div#footer2 a:hover {
	color: #FF6600;
}

div#footerSpacer {
	clear: both;
	float: left;
	height: 50px;
}

div#header {
	width: 910px;
}

div#headerImage {
	width: 910px;
	height: 73px;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
body#mainBodyHome div#headerImage {
	height: 205px;
}
div#headerBorder {
	width: 910px;
	height: 12px;
	overflow: hidden;
	line-height: 0px;
}

div#headerMCG {
	clear: both;
	width: 910px;
	overflow: hidden;
	padding: 10px 0 5px 0;
}

div#headerMCGleft {
	float: left;
	padding: 12px 0 2px 2px;
}

div#headerMCGright {
	float: right;
	padding: 18px 0 0 9px;
}

div#headerSearchTop {
	clear: both;
	float: left;
	width: 910px;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #fff;
}

div#headerSearchTopLeft {
	float: left;
	height: 23px;
	width: 197px;
	padding: 4px 0 0 9px;
	background: #FF6600;
	overflow: hidden;
}

div#headerSearchTopMiddle {
	float: left;
	padding: 7px 0 0 9px;
	color: #918F83;
	font-size: 1.2em;
}

div#headerSearchTopRight {
	float: right;
	padding: 7px 0 0 9px;
	color: #6F6F6F;
	font-size: 1.2em;
}

div#headerSearchTopRight a {
	color: #6F6F6F;
}

div#headerSearchTopRight a:hover {
	color: #FF6600;
}

div#headerSearchTopRight img {
	margin-left: 40px
}

div#headerSearchBottom {
	clear: both;
	float: left;
	width: 910px;
	border-bottom: 20px solid #fff;
	background: url(../images/bg_search.gif);
}

div.searchLabel {
	float: left;
	width: 150px;
	margin-right: 1px;
	height: 22px;
	padding: 5px 0 0 24px;
	background: #E0E0D9 url(../images/arrow_down_orange.gif) no-repeat 12px 11px;
	overflow: hidden;
	display: none;
}

div#textStartSearch {
	float: left;
	width: 201px;
	height: 22px;
	padding: 5px 0 0 9px;
	background: #E0E0D9;
	overflow: hidden;
	display: none;
}

div.searchLabel2 {
	float: left;
	width: 165px;
	height: 26px;
	padding: 7px 0 0 10px;
}

.searchSelect {
	width: 150px;
	font-size: 1.2em;
}

div#textStartSearchBtn {
	float: left;
	width: 201px;
	height: 27px;
	padding: 6px 0 0 9px;
	overflow: hidden;
}

div#contentContainer {
	width: 910px;
	clear: both;
	float: left;
}

div#mainLeft {
	float: left;
	width: 205px;
}

div#mainMiddle {
	position: relative;
	float: left;
	width: 480px;
}

div#mainRight {
	float: left;
	width: 205px;
}

div.mainSpacer {
	float: left;
	width: 10px;
}

div#subCrumbs {
	clear: both;
	float: left;
	height: 15px;
	width: 910px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 1.2em;
}

div#subCrumbsL {
	float: left;
	width: 215px;
}

div#subCrumbsM {
	float: left;
	width: 490px;
}


/*
#########################
#	CONTENT	CENTER		#
#########################
*/

div#homeHeader {
	padding: 0 15px 20px 0px;
	font-size: 1.6em;
	line-height:150%;
}

div#centerBlock1Header {
	width: 480px;
	height: 12px;
	overflow: hidden;
	background: #43A5C1;
}

div#centerBlock1 {
	clear: both;
	float: left;
	width: 478px;
	margin-bottom: 15px;
	border: 1px solid #D4DDC3;
}

div#intro_img {
	float: left;
	width: 160px;
	height: 106px;
	overflow: hidden;
}

div#intro_txt {
	float: left;
	width: 318px;
	background: url(../images/arrow_right_orange.gif) no-repeat 6px 12px;
}

div#intro_txt p {
	padding: 0 12px 5px 20px;
	font-size: 1.2em;
}

div#intro_txt p.paddingtop5 {
	padding-top: 5px;
}

div#centerBlock2 {
	clear: both;
	float: left;
	width: 478px;
	margin-bottom: 15px;
	border: 1px solid #D4DDC3;
}

div#kennis_img {
	position: relative;
	float: left;
	width: 170px;
	height: 135px;
	overflow: hidden;
}

div#kennis_img_txt {
	width: 102px;
	position: absolute;
	top: 55px;
	left: 60px;
	display: none;
}

div#kennis_img_txt_top {
	width: 102px;
	height: 3px;
	overflow: hidden;
	background: url(../images/kennis_top.gif) no-repeat;
}

div#kennis_img_txt_middle {
	padding: 1px 5px 1px 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #D10050;
}

div#kennis_img_txt_bottom {
	width: 102px;
	height: 11px;
	overflow: hidden;
	background: url(../images/kennis_bottom.gif) no-repeat;
}


div#kennis_txt {
	float:left;
	width:308px;	
}

div#kennis_txt p {
	padding: 0 12px 5px 12px;
	font-size: 1.2em;
}

div#kennis_txt p.paddingtop5 {
	padding-top: 5px;
}


div#inShortContainer {
	clear: both;
	float: left;
	width: 478px;
	margin-bottom: 15px;
	border: 1px solid #D4DDC3;
	background: url(../images/inShortBg.gif) repeat-y;
}

div#inShortNews {
	float: left;
	width: 239px;
	padding-top: 5px;
	background: url(../images/arrow_right_orange.gif) no-repeat 8px 12px;
}

div#inShortNews ul.items {
	padding: 0px 10px 10px 0px;
	list-style: none;
}

div#inShortNews ul.items li {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/block_gray_6px.gif) no-repeat 8px 10px;
}

div#inShortNews ul.items li a {
	display: block;
	text-decoration: none;
	color: #000;
}

div#inShortNews ul.items li a:hover {
	text-decoration: underline;
}

div#inShortText {
	float: left;
	width: 239px;
	padding-top: 5px;
	background: url(../images/arrow_right_orange.gif) no-repeat 8px 12px;
}

div#inShortText p {
	padding: 5px 5px 5px 20px;
	font-size: 1.2em;
}


div#inShortMore {
	float: left;
	width: 478px;
	border-top: 1px solid #E0E0D9;
	font-size: 1.2em;
	background: #fff;
}

div#inShortMoreL {
	float: left;
	width: 225px;
	padding: 7px;
}

div#inShortMoreR {
	float: left;
	width: 224px;
	padding: 7px;
}

/*
#########################
#	CONTENT	LEFT/RIGHT  #
#########################
*/

div#leftSpacer {
	float: left;
	height: 170px;
}

div#blockText {
	float: left;
	width: 205px;
	padding-top: 5px;
	background: #F3F0D5;
	overflow: hidden;
	margin-bottom: 10px;
}

div#blockText p {
	padding: 0 7px 7px 12px;
	font-size: 1.2em;
}

div#blockSignupFloat {
	position: absolute;
	margin: -200px 0 0 -225px;
	z-index: 100;
}

div#blockSignup {
	float: left;
	width: 205px;
	padding-top: 5px;
	background: #EEF7F9;
	overflow: hidden;
}

div#blockSignup p {
	padding: 0 7px 7px 7px;

}

div#blockSignup input.submit {
	width: 205px;
	background: #43A5C1;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: none;
	padding: 2px 0 2px 11px;
	text-align: left;
}

div#blockSignup input.submit:hover {
	background: #FF6600;
}

div#blockSearch {
	float: left;
	width: 203px;
	padding-top: 4px;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #D4DDC3;
}

div#blockSearch p {
	padding: 0 7px 7px 10px;
	font-size: 1.2em;
}

div#blockSearch input {
	width: 170px;
}

div#blockSearch input.submit:hover {
	background: #BCBAAE;
}

div#blockAgenda {
	float: left;
	width: 203px;
	padding-top: 4px;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #D4DDC3;
}

div#blockAgenda ul.items {
	padding: 0px 10px 10px 10px;
	list-style: none;
	background: #EEF7F9;
	border-bottom: 1px solid #E0E0D9;
}

div#blockAgenda ul.items li {
	padding-left: 12px;
	padding-top: 10px;
	background: url(../images/block_blue_6px.gif) no-repeat 0px 15px;
}

div#blockAgenda ul.items li a {
	display: block;
	text-decoration: none;
	color: #000;
}

div#blockAgenda ul.items li a:hover {
	text-decoration: underline;
}

div#blockPoll {
	float: left;
	width: 203px;
	padding-top: 4px;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #D4DDC3;
}

div#blockPoll p {
	padding: 0 7px 7px 12px;
	font-size: 1.2em;
}


div#blockDiscussie {
	float: left;
	width: 203px;
	padding-top: 4px;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #D4DDC3;
}

div#blockDiscussie ul.items {
	padding: 0px 10px 10px 0;
	list-style: none;
	background: #EDEACC;
}

div#blockDiscussie ul.items li {
	padding-left: 12px;
	padding-top: 10px;
}

div#blockDiscussie ul.items li a {
	display: block;
	text-decoration: none;
	color: #000;
}

div#blockDiscussie ul.items li a:hover {
	text-decoration: underline;
}

div#blockFAQ {
	float: left;
	width: 203px;
	padding-top: 4px;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #D4DDC3;
}

div#blockFAQ ul.items {
	padding: 0px 10px 10px 10px;
	list-style: none;
	background: #E0E0D9;
	border-bottom: 1px solid #E0E0D9;
	font-size: 1.2em;
}

div#blockFAQ ul.items li {
	padding-left: 12px;
	padding-top: 10px;
	background: url(../images/block_green_6px.gif) no-repeat 0px 15px;
}

div#blockFAQ ul.items li a {
	display: block;
	text-decoration: none;
	color: #000;
}

div#blockFAQ ul.items li a:hover {
	text-decoration: underline;
	color: #000;
}

.blockImage {
	float: left;
	width: 205px;
	height: 85px;
	margin-bottom: 10px;
	overflow: hidden;
}

.blockImage2 {
	float: left;
	width: 205px;
	height: 135px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#blockCrumbs {
	float: left;
	width: 205px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: #E7F5E2 url(../images/text_blok2.gif) repeat-y;
	overflow: hidden;
	margin-bottom: 10px;
}

div#blockCrumbs ul {
	padding: 0 0 0 15px;
	margin-bottom: 80px;
	font-size: 1.1em;
	list-style: none;
}

div#blockCrumbs ul li {
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px 15px;
}

div#blockCrumbs ul li a {
	display: block;
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../images/arrow_right_gray.gif) no-repeat 0px 6px;
}

div#blockCrumbs ul li a:hover,
div#blockCrumbs ul li a.active {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../images/arrow_right_green.gif) no-repeat 0px 6px;
}

div#blockZieOok,
div#blockZieOok2 {
	float: left;
	width: 203px;
	padding-top: 4px;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #D4DDC3;
}

div#blockZieOok ul.items,
div#blockZieOok2 ul.items {
	padding: 0px 10px 60px 10px;
	list-style: none;
	background: #F3F0D5;
	font-size: 1.2em;
}

div#blockZieOok2 ul.items {
	background: #E7F5E2;
}

div#blockZieOok ul.items a,
div#blockZieOok2 ul.items a {
	text-decoration: none;
	color: #000;
}

div#blockZieOok ul.items li,
div#blockZieOok2 ul.items li {
	padding-left: 12px;
	padding-top: 10px;
	background: url(../images/block_orange_6px.gif) no-repeat 0px 15px;
}

div#blockZieOok2 ul.items li {
	background: url(../images/block_green_6px.gif) no-repeat 0px 15px;
}

div#blockZieOok ul.items a:hover,
div#blockZieOok2 ul.items a:hover {
	text-decoration: underline;
	color: #000;
}



/*
#########################
#	MENU'S & LIJSTEN	#
#########################


/* BREADCRUMBS */

div#breadContainer {
	position: relative;
	list-style: none;
	top: -25px;
	left: 10px;
}

ul#breadCrumbs {
	position: absolute;
	list-style: none;
}

ul#breadCrumbs li {
	padding: 0px 12px 0px 12px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../images/arrow_right_orange.gif) no-repeat 0px 4px;
}

ul#breadCrumbs li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

ul#breadCrumbs li a:hover {
	color: #FF6600;
}




/*
#########################
#	SUBPAGINA			#
#########################
*/


div#subIntro {
	clear: both;
	overflow: auto;
	width: 460px;
	padding: 10px;
	background: #EEF5EB;
	font-size: 1.2em;
	font-weight: bold;
}

div#subIntro img {
	padding: 0 0 5px 5px;
	float: right;
}

div.subBody {
	clear: both;
	width: 480px;
	font-size: 1.2em;
	padding: 15px 0 15px 0;
}

div.subBody ul li {
	margin-left: 1.4em;
}

div.subBody p {
	color: #000;
	padding-bottom: 10px;
}

div.subBody p a {
	color: #000;
	text-decoration: underline;
}

div.subBody p a:hover{
	color: #FF6600;
}

div.subBody img {
	float:left;
	padding: 5px 10px 5px 0;
}

ul#subLinks {
	clear: both;
	width: 480px;
	margin-top: 5px;
	list-style: none;
}

ul#subLinks li a {
	display: block;
	width: 445px;
	border-bottom: 1px solid #fff;
	padding: 4px 5px 4px 30px;
	background: #EEF5EB url(../images/arrow_right_gray.gif) no-repeat 12px 9px;
	font-size: 1.2em;
	color: #000;
}

ul#subLinks li a:hover {
	color: #fff;
	background: #5EB647 url(../images/arrow_right_white.gif) no-repeat 12px 9px;
}

div#subNieuwsHeader {
	width: 480px;
	height: 12px;
	overflow: hidden;
	background: #FF6600;
}

div#subNieuws {
	clear: both;
	overflow: auto;
	width: 458px;
	padding: 10px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	background: #F3F0D5;
	font-size: 1.2em;
	font-weight: bold;
}

div#subNieuws p .datum {
	color: #686868;
	font-size: 9px;
	font-weight: lighter;
	line-height: 2.0em;
}

div#subNieuws img {
	padding: 0 0 5px 5px;
	float: right;
}

div.subNieuwsBody {
	clear: both;
	width: 458px;
	padding: 10px;
	margin-bottom: 15px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background: #fff;
	font-size: 1.2em;
}

div.subNieuwsBody p {
	color: #000;
	padding-bottom: 10px;
}

div.subNieuwsBody p a {
	color: #000;
	text-decoration: underline;
}

ul#subMeerNieuws {
	clear: both;
	width: 480px;
	margin-top: 5px;
	list-style: none;
}

ul#subMeerNieuws li a {
	display: block;
	width: 445px;
	border-bottom: 1px solid #fff;
	padding: 4px 5px 4px 30px;
	background: #EEF5EB url(../images/arrow_right_gray.gif) no-repeat 12px 9px;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}

.subMeerNieuwsDatum {
	float: left;
	padding: 2px 0 0 0;
	width: 90px;
	color: #686868;
	font-size: 9px;
}

.subMeerNieuwsTitel {
	text-decoration: underline;
}

ul#subMeerNieuws li a:hover {
	color: #fff;
	background: #FF6600 url(../images/arrow_right_white.gif) no-repeat 12px 9px;
}

ul#subMeerNieuws li a:hover .subMeerNieuwsDatum {
	color: #fff;
	cursor: hand;
}


p#subZochtOp {
	font-size: 1.2em;
	padding: 2px 0 15px 0;
	color: #43A5C1;
}

p#subZochtOp .subZochtOpSpan {
	color: #000;
	font-weight: bold;
}

div.subZoekTop {
	clear: both;
	overflow: auto;
	width: 458px;
	padding: 10px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background: #FFF;
	cursor: pointer;
	font-size: 1.2em;
}

div.subZoekTop img {
	padding: 15px 0 5px 5px;
	float: right;
}

div.subZoekTop ul {
	list-style: square inside;
}


div.subZoekBottom {
	clear: both;
	float: left;
	width: 458px;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background: #EEF5EB;
}

div.subZoekBottomListContainer {
	clear: both;
	width: 458px;
	float: left;
}

div.subZoekBottomList {
	float: left;
	width: 204px;
	padding: 10px 5px 0 20px;
	background: #EEF5EB url(../images/arrow_right_gray.gif) no-repeat 0px 15px;
}

div.subZoekBottomList p {
	font-size: 1.2em;
}

div.subZoekBottomList p a {
	color: #43A5C1;
}

div.subZoekBottomList p a:hover {
	color: #FF6600;
}

div#stuurdoor {
	background-color: #EEE;
	color: gray;
	float: left;
	font-family: Verdana;
	font-size: 90%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 5px;
	padding: 5px 15px 5px 20px;
	position: absolute;
	right:140pt;
	width: 150px;
}
div#stuurdoor form#tell input {
	width: 150px;
}
div#stuurdoor form#tell input.submit {
	width: auto;
}



ul#agendaLijst {
	list-style: none;
	font-size: 1.2em;
}

ul#agendaLijst li p {
	border-bottom: 1px solid #EEF5EB;
	border-right: 1px solid #EEF5EB;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
}

ul#agendaLijst li p.normalText {
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
}



/*
#########################
#	SUBMENU'S & LIJSTEN	#
#########################
*/

div#forumBericht {
	font-size: 1.2em;
	padding: 4px;
	background: #EEF5EB;
}

div.reactieBlok {
	width: 470px;
	padding: 0 10px 10px 0;
}

div.reactieBlok p.reactie {
	font-size: 1.2em;
	font-weight: normal;
	border-right: 1px solid #EEF5EB;
	width: 475px;
	color: #000;
	padding: 5px 0 3px 4px;
}

div.reactieBlok p.reactieDoor {
	font-size: 1.0em;
	line-height: 1;
	font-weight: normal;
	border-bottom: 1px solid #EEF5EB;
	border-right: 1px solid #EEF5EB;
	width: 475px;
	color: #D4DDC3;
	padding: 5px 0 3px 4px;
}

div.reactieBlok p.reactieDoor a {
	color: #D4DDC3;
}

div.reactieBlok p.reactieDoor a:hover {
	color: #D4DDC3;
	text-decoration: none;
}

form#reageer-zelf {
	padding: 0;
	margin: 0;
	font: 12px Arial;
}

form#reageer-zelf fieldset {
	margin: 0;
	padding: 0;
	width: 480px;
	border: none;
}

form#reageer-zelf fieldset ol {
	list-style: none;
}

form#reageer-zelf ol li.naam {
	float: left;
	width: 180px;
}

form#reageer-zelf ol li.email {
	float: right;
	width: 180px;
}

form#reageer-zelf ol li.break {
	clear: both;
	float: left;
	padding-top: 6px;
}

form#reageer-zelf label {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	color: #5EB647;
}

form#reageer-zelf input {
	padding-left: 4px;
	border: 1px solid #D4DDC3;
	font-family: Arial;
	font-size: 12px;
}

form#reageer-zelf ol li.naam input {
	width: 150px;
}

form#reageer-zelf ol li.email input {
	width: 173px;
}

form#reageer-zelf textarea {
	padding: 4px;
	width: 470px;
	height: 100px;
	float: left;
	overflow: auto;
	border: 1px solid #D4DDC3;
	font-family: Arial;
	font-size: 12px;
}

form#reageer-zelf input.submit {
	margin: 0;
	padding: 0;
	border: none;
	color: #fff;
	font-weight: bold;
	background: #5EB647;
	cursor: pointer;
	width: 480px;
}
form#reageer-zelf input.submit:hover {
	background: #FF6600;
}

div.faqVraag {
	width: 470px;
	padding: 10px 10px 0 0;
}

div.faqVraag p.vraag,
div.faqVraag p.antwoord {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #FF6600;
}

div.faqVraag p.antwoord {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #EEF5EB;
	border-right: 1px solid #EEF5EB;
	width: 479px;
	color: #000;
	padding: 5px 0 3px 0;
}