/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* CSS VOOR DE REST */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #444444;
	background-color: #1359A1;
}

p {
	margin-bottom: 12px;
}

/* TOP */
#top {
	background-color: #FFFFFF;
}

/* TOP > LOGO */
#logo {
	padding-top: 18px;
	padding-bottom: 20px;
}

/* TOP > CONTANCT */
#contact {
	display: block;
	float: left;
	clear: right;
	width: 180px;
	color: #084687;
}

/* TOP > TEXT */
#text {
	display: block;
	float: left;
	clear: right;
	width: 540px;
}

/* BOTTOM */
#bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#bottom p {
	font-weight: bold;
	margin-left: 190px;
}

/* BOTTOM > FORM */
#form {
	padding-top: 70px;
}

#form label {
	float: left;
	width: 185px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 7px;
}

#form span.error {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin-left: 5px;
	padding-bottom: 7px;
}

#form input {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 330px;
	height: 22px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
}

#form input.telephonenumber {
	width: 170px;
}

#form textarea {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 500px;
	height: 96px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
}

form button {
	text-transform: uppercase;
	width: auto;
	padding: 1px 3px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #064382;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* TOP > DIV.WRAPPER && BOTTOM > DIV.WRAPPER */
div.wrapper {
	display: block;
	width: 720px;
	margin: 0 auto;
}

/* CLEAR FIX */
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}