html, body, div#hoofd
{
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html>/**/body, html>/**/body div#hoofd
{
	height: auto;
}

body, div, li, span, input, select, textarea
{
	font: 10pt verdana, arial, sans-serif;
	color: #D2E2EA;
}

body
{
	background-color: #D2E2EA;
}

img
{
	border: 0;
}

a:link
{
	text-decoration: none;
	color: #A9D1E5;
}

a:visited
{
	text-decoration: none;
	color: #5AA1C5;
}

a:hover
{	
	text-decoration: underline;
	color: #FFF;
}

ol
{	
	margin: 2px 0 2px 15px;
}

html>/**/body ol
{
	padding: 0;
}

li
{
	list-style: square;
}

hr
{
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
	color: #333;
	background-color: #333;
	border: 0;
}
	
p.melding
{
	color: #F28181;
}

div#hoofd
{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -499px;
	padding: 0;
	width: 998px;
	background-color: #006699;
	border-left: 1px solid #5AA1C5;
	border-right: 1px solid #5AA1C5;
}

img#links
{
	position: absolute;
	top: 0;
	left: 0;
	width: 378px;
	height: 180px;
}

img#homepage
{
	position: absolute;
	top: 180px;
	left: 0;
	width: 85px;
	height: 45px;	
}

img#printermerken
{
	position: absolute;
	top: 180px;
	left: 85px;
	width: 148px;
	height: 45px;
}

img#printerselector
{
	position: absolute;
	top: 180px;
	left: 233px;
	width: 145px;
	height: 45px;
}

img#onder
{
	position: absolute;
	top: 225px;
	left: 0;
	width: 378px;
	height: 53px;
}

img#midden
{
	position: absolute;
	top: 0;
	left: 378px;
	width: 195px;
	height: 278px;
}

object#circel
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 378px;
	visibility: hidden;
	width: 217px;
	height: 278px;
}

img#rechts
{
	position: absolute;
	top: 0;
	left: 573px;
	width: 425px;
	height: 211px;
}

img#persoonlijkadvies
{
	position: absolute;
	z-index: 2;
	top: 211px;
	left: 573px;
	width: 162px;
	height: 67px;
}

img#offerteaanvraag
{
	position: absolute;
	top: 211px;
	left: 735px;
	width: 164px;
	height: 67px;
}

img#contact
{
	position: absolute;
	top: 211px;
	left: 899px;
	width: 99px;
	height: 67px;
}

span#linkpagina
{
	position: absolute;
	z-index: 1;
	left: 897px;
	top: 290px;
}

span#linkpagina a
{
	font-size: 8pt;
}

div#content
{
	position: absolute;
	top: 278px;
	left: -1px;
	padding: 30px;
	width: 938px;
	text-align: justify;
	background-color: #006699;
	border-left: 1px solid #5AA1C5;
	border-right: 1px solid #5AA1C5;
}

h1
{
	font: 18pt verdana, arial, sans-serif;
	color: #A9D1E5;
}

h2
{
	margin: 0;
	font: 14pt verdana, arial, sans-serif;
	color: #A9D1E5;
}

html>/**/body form.ruimte
{
	margin-top: 12px;
}

form
{
	margin-top: 0;
}

html>/**/body form
{
	margin-top: 12px;
}

fieldset
{
	position: relative;
	clear: both;
	float: left;
	padding: 10px;
	width: 523px;
	text-align: left;
	border: 1px solid #D2E2EA;
}

html>/**/body fieldset
{
	margin-bottom: 10px;
	width: 518px;
}

legend
{
	padding: 0 10px 0 10px;
	color: #5AA1C5;
	font-weight: bold;
}

textarea
{
	height: 100px;
}

input.invoer, input.invoerfoto, textarea
{
	padding-left: 1px;
	width: 321px;
	color: #006699;
	background-color: #D2E2EA;
	border: 1px solid #D2E2EA;
}

*+html input.invoer, *+html input.invoerfoto, *+html textarea
{
	width: 324px;
}

html>/**/body input.invoer, html>/**/body  input.invoerfoto, html>/**/body  textarea
{
	width: 320px;
}

select, option, input.invoerfoto
{
	color: #006699;	
}

select, input.invoerfoto
{
	width: 325px;
}

*+html select, *+html input.invoerfoto
{
	width: 328px;
}

html>/**/body select
{
	width: 323px;
}

input.knop
{
	position: relative;
	clear: both;
	float: right;
	font-weight: bold;
	color: #006699;
	background-color: #D2E2EA;
	border: 0;
}

label
{
	position: relative;
	clear: both;
	float: left;
	margin: 3px 0 3px 0;
	width: 195px;
}

div.merken
{
	position: relative;
	float: left;
	width: 160px;
}

div#kolom
{
	clear: both;
}

div.merken input
{
	margin-left: 0;
}

input, textarea, select
{
	margin: 1px 0 2px 0;
}

input.invoerradio
{
	margin-left: -3px;
	vertical-align: middle;
}

table
{
	border-collapse: collapse;
	border: 0;
}

table#merken
{
	width: 100%;
}

td
{
	padding-right: 5px;
	border: 0;
}

table#merken td
{
	padding: 5px;
}


table.overzicht
{
	margin-top: 4px;
	width: 100%;
	border: 1px solid #D9CC62;
}

html>/**/body table.overzicht
{
	margin-top: 8px;
}

table.overzicht td
{
	padding: 10px;
	border: 1px solid #D9CC62;
}
	
	
	
