/*
#00275A blauw
#3EA843 groen
*/
body
{
	background:				#F1F1F1 url(/media/images/rand.gif) repeat-x;
}

textarea, input, select, button
{
	border-width:			2px;
	border-style:			solid;
/*	border-radius:			2px;
	-moz-border-radius:		2px;*/
}
body, textarea, input, select
{
	color:					#555;
}
h2, h3, h4, a
{
	color:					#00275A;
}
h2
{
	margin:					0 0 10px;
	font-size:				18px;
	line-height:			18px;
}
h3
{
	font-size:				15px;
	line-height:			19px;
	margin:					0;
}
#content h3, #content h4
{
	margin:					5px 0 0;
}
h4
{
	font-size:				13px;
	line-height:			13px;
	margin:					0;
}
h5
{
	font-size:				11px;
	font-weight:			normal;
	margin:					0;
}
a
{
	color:					#3EA843;
	text-decoration:		none;
}
a:hover
{
	text-decoration:		underline;
}
.terug
{
	background:				url(/media/images/pijllinks.gif) left center no-repeat;
	padding-left:			22px;
	color:					#00275A;
}
.terug:hover
{
	background-image:		url(/media/images/pijllinkshover.gif);
	color:					#3EA843;
	text-decoration:		none;
}
p
{
	margin:					0 0 10px;
}
.melding, .melding.p2, .false
{
	border-color:			#F90 !important;
}
.melding.goed
{
	border-color:			#3EA843 !important;
}

.button, button
{
	background:				#3EA843;
	color:					white;
	border:					none;
	min-width:				80px;
	margin:					0 !important;
	padding:				3px 0 2px;
	_height:				22px !important;
}
.button:hover, button:hover
{
	background:				#4FB954 !important;
}
label
{
	color:					#00275A;
	padding:				1px 0 2px 0 !important;
	text-align:				left !important;
	font-weight:			bold;
	display:				block;
	clear:					both;
}
input, textarea, select
{
	float:					left;
	clear:					both;
	padding:				2px 1px !important;
	margin:					0 0 3px !important;
}
.true
{
	border-color:			#DDD !important;
}
.melding.goed
{
	border-color:			#3EA843;
}
input:focus, select:focus, textarea:focus
{
	border-color:			#3EA843 !important;
}
.buttons
{
	margin:					0 !important;
	padding:				0 !important;
	background:				none !important;
}
.verplicht
{
	color:					#3EA843;
	font-weight:			bold;
}
span.leesmeer
{
	color:					#777;
}

.vlak
{
	background:				no-repeat;
	padding:				23px 26px;
	position:				relative;
	overflow:				auto;
}
.vlak h3
{
	color:					white;
	padding:				2px 0 4px;
	text-align:				center;
	text-transform:			uppercase;
	margin:					0 !important;
	*padding-bottom:		2px;
}
.vlak h3 a
{
	color:					white;
}
.vlak h3 a:hover
{
	text-decoration:		none;
}
.vlak .content
{
	padding:				10px;
	margin-bottom:			25px;
}
.vlak .pijl
{
	position:				absolute;
	bottom:					15px;
	right:					21px;
	background:				url(/media/images/pijl.gif) no-repeat;
	width:					21px;
	height:					12px;
}
.vlak .pijl:hover
{
	background-image:		url(/media/images/pijlhover.gif);
}

#footer
{
	clear:					both;
	background:				url(/media/images/footer.gif) repeat-x;
}
#footer-inner
{
	width:					970px;
	margin:					0 auto;
}
#footer .blok
{
	float:					left;
	display:				inline;
	margin:					10px 0 0 10px;
}
#footer h3
{
	margin:					0 0 5px;
}
#footer a
{
}

#contactformulier .buttons
{
	width:					305px;
}
#contactformulier .buttons input
{
	float:					right;
}