@media
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (-webkit-min-device-pixel-ratio: 1.25)
	{
	html {
		-webkit-font-smoothing: subpixel-antialiased !important;
	}
	}

@media
only screen and (max-resolution: 200dpi),
only screen and (max-resolution: 1.25dppx),
only screen and (max-device-pixel-ratio: 1.25),
only screen and (-webkit-max-device-pixel-ratio: 1.25)
	{
	html {
		-webkit-font-smoothing: antialiased !important;
	}
	}

.afbeelding, .afbeeldingActief
	{
	margin-top: 25px;
	}

.afbeeldingActief, a.effect:hover .afbeelding
	{
	display: none;
	}

.afbeelding, a.effect:hover .afbeeldingActief
	{
	display: inline-block;
	}

html
	{
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}

html body
	{
	color: #262626;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 12pt;
	font-weight: 200;
	height: 100%;
	margin: 0;
	}

a
	{
	color: #20596c;
	text-decoration: none;
	}

a.document
	{
	color: #ffffff;
	text-decoration: none;
	}

a.document:hover
	{
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	}

a.klant
	{
	color: #8c8c8c;
	display: inline-block;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	width: 195px;
	}

a.klant:hover
	{
	color: #20596c;
	}

a.pagina
	{
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	margin: 5px 20px 5px 20px;
	padding: 5px 10px 5px 10px;
	}

a.pagina:active
	{
	box-shadow: 0 0 4px 1px #cccccc inset;
	-moz-box-shadow: 0 0 4px 1px #cccccc inset;
	-webkit-box-shadow: 0 0 4px 1px #cccccc inset;
	
	background-color: #ffffff;
	color: #20596c;
	}

a.pagina:hover
	{
	background-color: #ffffff;
	color: #20596c;
	}

a.paginaActief
	{
	background-color: #ffffff;
	border-radius: 3px;
	color: #20596c;
	display: inline-block;
	margin: 5px 20px 5px 20px;
	padding: 5px 10px 5px 10px;
	}

a.paginaActief:active
	{
	box-shadow: 0 0 4px 1px #cccccc inset;
	-moz-box-shadow: 0 0 4px 1px #cccccc inset;
	-webkit-box-shadow: 0 0 4px 1px #cccccc inset;
	}

a.sectie
	{
	background-color: #f2f2f2;
	border-radius: 15px;
	display: inline-block;
	margin: 0 10px 0 10px;
	padding: 15px;
	vertical-align: top;
	width: 230px;
	}

a.sectie:hover
	{
	background-image: url('../afbeeldingen/huis@2x.png');
	background-repeat: no-repeat;
	background-position: 210px 15px;
	background-size: 30px 25px;
	}

div.bericht
	{
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	margin: 10px 0 5px 0;
	padding: 0 20px 0 10px;
	}

div.certificeringen
	{
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 15px 10px 15px 10px;
	}

div.contact
	{
	display: inline-block;
	height: 95px;
	text-align: right;
	vertical-align: top;
	width: 520px;
	}

div.informatieLinks
	{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 195px;
	}

div.informatieMidden
	{
	border: 1px solid #266980;
	border-width: 0 0 0 1px;
	display: inline-block;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	width: 184px;
	}

div.informatieRechts
	{
	display: inline-block;
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: bottom;
	width: 185px;
	}

div.klanten
	{
	background-color: #f2f2f2;
	}

div.medewerker
	{
	background-color: #f2f2f2;
	border-radius: 5px;
	display: inline-block;
	font-size: 10pt;
	line-height: normal;
	margin-right: 20px;
	padding: 10px;
	vertical-align: top;
	width: 170px;
	}

div.opmerking
	{
	color: #666666;
	font-size: 10pt;
	line-height: 150%;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	}

div.spacer, div.spacerVast
	{
	display: table-row;
	}

div.spacerVast
	{
	height: 0;
	overflow: visible;
	}

div.teller
	{
	color: #666666;
	font-size: 10pt;
	margin-bottom: 5px;
	padding-right: 20px;
	text-align: right;
	}

div.test
	{
	display: inline-block;
	line-height: 150%;
	width: 345px;
	}

div.waarschuwing
	{
	color: #a53131;
	font-size: 10pt;
	line-height: 150%;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	}

div.resultaat
	{
	border-color: #cccccc;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 10pt;
	font-weight: 200;
	line-height: 150%;
	margin: 10px 0 15px 0;
	padding: 5px;
	width: 331px;
	word-wrap: break-word;
	}

form
	{
	display: inline-block;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 345px;
	}

footer
	{
	background-color: #20596c;
	color: #ffffff;
	font-size: 10pt;
	padding: 10px;
	text-align: center;
	}

h1
	{
	font-size: 18pt;
	margin: 25px 0 35px 0;
	padding: 0;
	}

h2
	{
	color: #8c8c8c;
	font-size: 16pt;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	}

h3
	{
	color: #8c8c8c;
	font-size: 14pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

h5
	{
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	}

h6
	{
	font-size: 6pt;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	}

header
	{
	display: inline-block;
	font-size: 14pt;
	padding: 10px;
	text-align: left;
	width: 780px;
	}

img.ruimte
	{
	margin-top: 50px;
	}

input, textarea
	{
	-moz-appearance: none;
	-webkit-appearance: none;
	
	background-color: #ffffff;
	color: #000000;
	border-color: #cccccc;
	border-radius: 0 0 5px 5px;
	border-style: solid;
	border-width: 1px;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 10pt;
	font-weight: 200;
	padding: 5px;
	width: 336px;
	}

input
	{
	border-radius: 5px;
	margin: 5px 0 0 0;
	}

input.knop, input.knopLinks, input.knopRechts
	{
	background-color: #cccccc;
	border-width: 0;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	}

input.knop:hover, input.knopLinks:hover, input.knopRechts:hover
	{
	background-color: #e5e5e5;
	color: #b3b3b3;
	}

input.knop
	{
	width: 350px;
	}

input.knopLinks
	{
	width: 195px;
	}

input.knopRechts
	{
	margin-left: 5px;
	width: 150px;
	}

input.overgang
	{
	border-radius: 5px 5px 0 0;
	border-width: 1px 1px 0 1px;
	}

input.ruimte
	{
	margin-top: 10px;
	}

input.leeg
	{
	margin-top: 0;
	}

input.ruimteLinks, a.ruimteLinks
	{
	margin-left: 5px;
	}

nav
	{
	box-shadow: 0 0 4px 1px #999999;
	-moz-box-shadow: 0 0 4px 1px #999999;
	-webkit-box-shadow: 0 0 4px 1px #999999;
	
	background-color: #20596c;
	color: #ffffff;
	font-size: 14pt;
	font-weight: light;
	margin-top: 4px;
	}

section
	{
	background-color: #ffffff;
	display: inline-block;
	height: 100%;
	text-align: left;
	padding: 10px 10px 30px 10px;
	width: 780px;
	}

span.functie
	{
	font-weight: normal;
	margin-left: 10px;
	}

strong
	{
	font-weight: normal;
	}

textarea
	{
	border-radius: 0 0 5px 5px;
	height: 150px;
	margin: 0;
	resize: vertical;
	}

ul
	{
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

ul li
	{
	margin-left: 25px;
	padding-left: 0;
	}

.verberg
	{
	display: none;
	}

#balkBreed
	{
	display: inline-block;
	padding: 20px 10px 20px 10px;
	text-align: left;
	width: 780px;
	}

#balkSmal
	{
	display: inline-block;
	text-align: center;
	padding: 0 200px 0 10px;
	width: 560px;
	}

#banner
	{
	background-color: #e5e5e5;
	height: 175px;
	}

#container
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	display: table;
	height: 100%;
	position: absolute;
	width: 100%;
	}

#contentBoven
	{
	display: table-cell;
	text-align: center;
	}

#contentMidden
	{
	display: table-cell;
	text-align: center;
	}

#contentOnder
	{
	display: table-cell;
	text-align: center;
	}

#vensterLinks
	{
	display: table-cell;
	line-height: 150%;
	padding-right: 30px;
	width: 560px;
	}

#vensterRechts
	{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 190px;
	}