



/* Formulier Algemeen
=================================================================*/
input,
select,
textarea {
	font-size:1em;
	font-family:courier;
	}
fieldset {
	border:0px;
	}



/* Zoekformulier
=================================================================*/
#zoeken {
	position:absolute;
	top:30px;
	right:5px;
	width:320px;
	}
#zoekveld {
	width:260px;
	}
#zoeken span {
	margin-left:5px;
	font-family:arial;
	font-size:0.9em;
	}
.button {
	position:absolute;
	top:0px;
	right:9px;
	cursor:pointer;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:0px 2px;
	font-family:arial;
	font-size:0.9em;
	color:#fff;
	font-weight:bold;
	background:url('../gfx/bgzoekbutton.gif') repeat-x;
	}
.button:hover {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	}
#zoeken a:link,
#zoeken a:visited {
	color:#8F1F38;
	}
#zoeken a:hover,
#zoeken a:visited:hover {
	color:#000;
	}




/* Formulier Content
=================================================================*/
.formulier {
	background-color:#fdebf2;
	margin-bottom:10px;
	margin-left:10px;
	width:360px;
	font-size:0.9em;
	}
.fields input,
.fields select {
	width:190px;
	}
.formulier div {
	padding:4px 0px;
	border-bottom:1px solid #717074;
	clear:both;
	overflow:auto;
	height:1%;
	}
.formulier #postcode {
	width:60px;
	}
.formulier fieldset {
	border:0px;
	padding:3px 10px;
	}
.formulier textarea {
	width:310px;
	}
.formulier label,
.formulier span.labelfake {
	float:left;
	display:block;
	padding-top:2px;
	font-weight:bold;
	color:#000;
	width:120px;
	}
.contactbutton {
	float:right;
	cursor:pointer;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:0px 2px;
	font-family:arial;
	font-size:1em;
	color:#fff;
	font-weight:bold;
	background:url('../gfx/bgzoekbutton.gif') repeat-x;
	}
.contactbutton:hover {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	}

big {
	color:#df0024;
	font-size:1.2em;
	font-weight:bold;
	}
.formulier h3 {
	font-size:1.1em;
	padding:4px 10px;
	background-color:#717074;
	color:#fff;
	}





















