* {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	/*font-size:12px;*/
	line-height:20px;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
	text-align:center;
	font-size:12px;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
	font-size:12px;
}

p {
	margin-top:5px;
}

h1 { 
	font-family:Georgia, Times, Times New Roman, serif;
	color:#39490b; 
	font-size:19px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
}
	
hr,.hr {
	display:block;
	height:1px;
	border:0px;
	padding:0;
	margin:0;
	border-top:1px solid #343434;
}

a {
	color:#000;
	outline:none;
	text-decoration:none;
}
	a:hover {
		color:#000;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

/* extra styles by DdH */
#nieuwsberichten #berichtenlinks {
	margin-top: 3em;
}

/* nieuwsberichten */
	#berichtenlinks a:link, #berichtenlinks a:visited { color: black; text-decoration: none; }
	#berichtenlinks a:hover { color: #739618; }
/* eof:: nieuwsberichten */

form#mailform {
	margin: 0;
	padding: 0;
}

form#mailform table {
	width: 300px;
}

form#mailform input#bedrijfsnaam, form#mailform input#naam, form#mailform input#adres, form#mailform input#postcode,
form#mailform input#woonplaats, form#mailform input#telefoon, form#mailform input#email, form#mailform input#grootte {
	width: 300px;
}

form#mailform textarea#bericht { width: 430px; }

form#mailform table .error {
	background-color: red;
	color: white;
	font-weight: bold;
}

form#mailform #captcha_code { width: 130px; }

form#mailform a#herlaadCaptcha:link, form#mailform a#herlaadCaptcha:visited { text-decoration: underline; }
form#mailform a#herlaadCaptcha:hover { color: #AFB642; }

/* voor de zoekpagina */
#searchpagina {}

#searchpagina p { margin: 2em 0 0px 0; }

#searchpagina .Highlight { font-weight: bold; }

#searchpagina a.titel  { 
	font-size:19px;
	text-decoration: underline;
}

#searchpagina a.titel:link, #searchpagina a.titel:visited {}
#searchpagina a.titel:hover { color: green; }

#searchpagina span.url { color: green; }


/* bof:: zoekresultaten */
h1#zoekresh1 {
	font-size: 1.6em;
	color: #394908;
}

#zoekreszoekbox {
	width: 100%;
	border: solid 1px #394908;
	padding: 5px;
	margin-bottom:10px;
}
#zoekreszoekbox span { font-weight: bold; color: #394908; }
#zoekreszoekbox form {margin:0; padding:0; }

#zoekreszoekbox input.txt { width: 430px; }

#zoekreslijst p {
	margin: 0 0 1em 0;
	padding:0;
}

#zoekreslijst p span { display: block; }

#zoekreslijst p span.titel {
	font-size: 1.3em;
	color: #394908;
}

#zoekreslijst p span.adres {
	font-size: 0.8em;
	color: #394908;
}

#zoekreslijst p span.bold { font-weight: bold; display: inline; }

#zoekreslijst a:link, #zoekreslijst a:visited { color: #394908; text-decoration:none; }
#zoekreslijst a:hover { color: #394908; }

/* eof:: zoekresultaten */
/* eof:: extra styles by DdH */
