@import url("reset.css");

/*///// HACK VOOR 3PX TXT GAP BUG IE6 //////

* html .content, * html .content_home {
	height : 1%;
}
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(/images/body_background.gif) repeat-x;
	background-color: #d9d9d9;
	color: black;
}

h1, h2 {
	font-size: 175%;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #2f569d;
	margin-top: 20px;
	margin-bottom: 5px;
}

a {
	color: #cc2318;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div.clearall {
	clear: both;
}

div#content p, div#content ul {
	line-height: 140%;
	margin-bottom: 15px;
}

div#content{
}

div#content img.beeldlinks {
	float: left;
}
div#content img.beeldlinks_border {
	float: left;
	border: 1px solid black;
}
div#content img.beeldrechts {
	float: right;
}
div#content img.beeldrechts_border {
	float: right;
	border: 1px solid black;
}


div#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
	width: 1000px;
	height: auto;
}

div#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 162px;
	width: 1000px;
	background-image: url(/images/windmolen.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: -31px;
}

div#logo {
	width: 502px;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 37px;
}

div#footer {
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 80%;
}

div#footer a {
	color: #353535;
	text-decoration: underline;
}

div#footerlinks {
	float: left;
}

div#sitewidenav {
	position: absolute;
	right: 0px;
	min-width: 200px;
	min-height: 25px;
	font-size: 90%;
	top: 10px;
	text-align: right;
}

div#sitewidenav a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

div#horizontalmenu {
	position: relative;
	width: 1000px;
	min-height: 30px;	
}

div#horizontalmenu ul {
	font-size: 120%;
	font-weight: bold;
}

div#horizontalmenu ul li {
	float: left;
	margin-right: 0;
}

div#horizontalmenu ul li a {
	color: #1d1d1d;
	text-decoration: none;
	display: block;
	padding: 8px 11px;
}

div#horizontalmenu ul li a.active , div#horizontalmenu ul li a.active:hover {
	background-color: #2f569d;
	color: white;
	text-decoration: none;
}

div#horizontalmenu ul li a:hover {
	color: #CE2E14;
	text-decoration: underline;
}

div#verticalmenu {
	position: relative;
	float: left;
	width: 169px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	border-top: 1px solid white;
}

div#verticalmenu ul li {
	border-bottom: solid 1px white;
	padding: 0px;
	margin: 0px;
}

div#verticalmenu ul li a {
	position: relative;
	text-decoration: none;
	color: white;
	display: block;
	padding: 8px 5px 10px 8px;
}

div#verticalmenu ul li a.active, div#verticalmenu ul li a.active:hover {
	color: #2f569d;
	background-color: white;
	font-weight: bold;
}

div#verticalmenu ul li a:hover {
	background: #5B7BB1;
}

div#wrapper {
	position: relative;
	float: left;
	width: 986px;
	background-color: #2f569d;
	border: solid 7px #2f569d;
}

div#content {
	position: relative;
	float: left;
	width: 767px;
	min-height: 509px;
	height: auto !important;
	height: 509px;
	padding: 35px 25px 25px 25px;
	background-color: white;
}

div#displaycode {
	position: relative;
	float: left;
	width: 96%;
	margin: 1%;
	margin-right: 3%;
	border: solid 1px black;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	background-color: #d9d9d9;
	overflow:scroll;
	overflow-y: hidden;
}

div.quotecontainer {
	background: url(/images/quote.gif) 0px -1px no-repeat;
	border-top: solid 1px #545454;
	color: #545454;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	overflow: hidden;
	margin: 60px 0px 40px 0px;
	height: auto;
}

div.quotecontainer.small {
	float: right;
	margin-left: 10px;
	width: 30%;
}

div.quotecontainer p {
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
}

div#content .quotecontainer p
{
	line-height: 120%;
}

#content ul{
	
	padding: 0 30px;
	line-height: 140%;
	list-style-type: square;
}
#content ol{
	
	padding: 0 30px;
	line-height: 140%;
	list-style:decimal;
}
#content ol li{
	
}
#content ul li{
	
}

span.quoteauthor {
	margin-top: 6px;
	display: block;
	clear: left;
	font-size: 80%;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}

span.quoteorganisation{
	display: block;
	clear: left;
	font-size: 80%;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}


/*//////////////// FORMS ////////////////*/

#zoekform label,
#accountidform label {
	width: 150px !important;
	float: left;
}

#zoekform select {
	width: 250px;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#zoekform input,
#accountidform input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	width: 240px;
	padding: 3px;
}

#zoekform input.submit,
#accountidform input.submit {
	width: auto !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#zoekform p,
#accountidform p {
	margin: 0 !important;
	padding: 3px 0 !important;
}

#zoekform p.formbuttons,
#accountidform p.formbuttons {
	padding: 0 0 0 150px !important;
	margin-top: 10px !important;

}

p.formcheckbox {
	width: 450px;
}	

p.formcheckbox label{
	float: right !important;
	width: 425px !important;
}

.input, .postcode, .plaats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	width: 300px;
	padding: 3px;
}

.postcode {
	width: 65px;
}

.plaats {
	width: 226px;
}

.fout, .fout_verzenden {
	font-size: 10px;
	line-height: 110%;
	text-align: left;
	color: white;
	background-color: #E82E22;
	background-image: url(/images/pijltje_foutmelding.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 6px 15px 0 20px;
	height: 16px;
	width: 165px;
	margin: -20px 0 -2px 480px;
}

.fout_verzenden {
	padding: 6px 15px 6px 20px;
	margin: -15px 0 0 480px;
	height: auto;
}

.fout p {
	padding: 0;
	margin: 0;
}

.formbutton {
	border: 1px solid black;
	width: auto !important;
	font-weight: bold;
	padding: 1px 3px;
	margin-right: 5px;
}

.verplicht, .error {
	color: red;
}

/* FORMS */
form.plainform select,
form.plainform input,
form.plainform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	margin: 0 0 4px;
}

form.plainform textarea {
	height: 150px;
}

form.plainform fieldset {
	padding: 0 0 20px;
	width: 610px;
}

form.plainform label {
	float: left;
	width: 199px;
	margin: 2px 0 0;
}

form.plainform p {
	margin: 0 0 2px !important;
	padding: 0 !important;
}

form.plainform select {
	border: 1px solid #999999;
	padding: 2px;
}

form.plainform input,
form#bestelform input, 
form.plainform textarea {
	border: 1px solid #999999;
	padding: 3px;
	background: #FAFAFA;
}

form.plainform input.breed, form.plainform textarea.breed {
	width: 400px;	
}

form.plainform select {
	width: 200px;
} 

form.plainform input.postcode,
form.plainform input.voorletters {
	width: 100px;	
}

form.plainform input.plaats, 
form.plainform input.achternaam {
	width: 289px;
}

form.plainform input.functie {
	width: 150px;
	margin-left: 3px;
}

form.plainform select.aanhef {
	width: 85px;
}

form.plainform select.functie {
	width: 170px;
	margin-right: 10px;
}

form.plainform p.formbuttons {
	text-align: right;
	width: 610px;
}

form.plainform input.button {
	font-weight: bold;
	margin: 15px 0 0 5px !important;
	padding: 2px 4px !important;
	border: 1px solid black !important;
}

/* ================= MooFormCheck ===================*/

form.plainform .hasError {
	background: #FCEBEE !important;
}

form.plainform .error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	color: #D8002B;
	font-weight: bold;
	padding-left: 15px;
	background: url(/images/formerror.gif) no-repeat center left;
}