@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;
	}
	}

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

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

a
	{
	color: #1a5e80;
	cursor: pointer;
	text-decoration: none;
	}

a:hover
	{
	color: #666666;
	}

a.wissel
	{
	color: #666666;
	}

a.bestand
	{
	background-color: #ffffff;
	border-radius: 5px;
	display: table;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	table-layout: fixed;
	width: 330px;
	}

a.bestand:active
	{
	box-shadow: 0 0 4px 1px #164e6b inset;
	-moz-box-shadow: 0 0 4px 1px #164e6b inset;
	-webkit-box-shadow: 0 0 4px 1px #164e6b inset;
	
	background-color: #1a5e80;
	color: #ffffff;
	}

a.bestand:hover
	{
	background-color: #1a5e80;
	color: #ffffff;
	}

a.bestand .grootte
	{
	display: table-cell;
	font-size: 75%;
	text-align: right;
	vertical-align: middle;
	width: 65px;
	}

a.bestand .informatie
	{
	display: table-cell;
	font-size: 50%;
	text-align: right;
	vertical-align: middle;
	width: 85px;
	}

a.bestand .naam
	{
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	width: 180px;
	}

a.pagina
	{
	border-radius: 5px;
	display: inline-block;
	margin-left: 25px;
	padding: 5px 10px 5px 10px;
	}

a.pagina:active
	{
	box-shadow: 0 0 4px 1px #164e6b inset;
	-moz-box-shadow: 0 0 4px 1px #164e6b inset;
	-webkit-box-shadow: 0 0 4px 1px #164e6b inset;
	
	background-color: #1a5e80;
	color: #ffffff;
	}

a.pagina:hover
	{
	background-color: #1a5e80;
	color: #ffffff;
	}

a.paginaActief
	{
	background-color: #1a5e80;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14pt;
	margin-left: 25px;
	padding: 5px 10px 5px 10px;
	}

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

a.paginaExtern
	{
	border-color: #1a5e80;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #1a5e80;
	display: inline-block;
	font-size: 14pt;
	margin-left: 50px;
	padding: 4px 9px 4px 9px;
	}

a.paginaExtern:active
	{
	box-shadow: 0 0 4px 1px #164e6b inset;
	-moz-box-shadow: 0 0 4px 1px #164e6b inset;
	-webkit-box-shadow: 0 0 4px 1px #164e6b inset;
	
	background-color: #1a5e80;
	border-width: 0;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	}

a.paginaExtern:hover
	{
	background-color: #1a5e80;
	border-width: 0;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	}

a.sectie
	{
	background-color: #ffffff;
	border-radius: 10px;
	display: block;
	font-size: 30pt;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	}

a.sectie:active
	{
	box-shadow: 0 0 8px 2px #164e6b inset;
	-moz-box-shadow: 0 0 8px 2px #164e6b inset;
	-webkit-box-shadow: 0 0 8px 2px #164e6b inset;
	
	background-color: #1a5e80;
	color: #ffffff;
	}

a.sectie:hover
	{
	background-color: #1a5e80;
	color: #ffffff;
	}

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

div.locatie
	{
	color: #999999;
	font-size: 10pt;
	margin-bottom: 5px;
	padding-left: 25px;
	}

div.locatie .pad
	{
	display: inline-block;
	font-weight: bold;
	width: 160px;
	}
	
div.locatie .loggen
	{
	display: inline-block;
	font-weight: normal;
	margin-left: 10px;
	text-align: right;
	min-width: 160px;
	}

div.locatie .menu
	{
	display: block;
	text-align: right;
	opacity: 1;
	padding-right: 15px;
	text-align: right;
	width: 335px;
	}

div.locatie .menuInactief
	{
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	
	display: block;
	text-align: right;
	opacity: 0;
	padding-right: 15px;
	text-align: right;
	width: 335px;
	}

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

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

div.waarschuwing
	{
	color: #b23024;
	font-size: 10pt;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	}

div.resultaat
	{
	background-color: #ffffff;
	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;
	margin: 10px 0 15px 0;
	padding: 5px;
	width: 336px;
	word-wrap: break-word;
	}

div.venster
	{
	background-color: #f2f2f2;
	border-radius: 25px;
	box-shadow: 1px 1px 2px 0 #cccccc;
	padding: 15px;
	width: 350px;
	}

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

div.spacerVast
	{
	height: 35px;
	overflow: visible;
	}

footer
	{
	color: #999999;
	font-size: 10pt;
	margin-top: 150px;
	padding: 0 250px 0 200px;
	}

form
	{
	box-shadow: 1px 1px 2px 0 #cccccc;
	-moz-box-shadow: 1px 1px 2px 0 #cccccc;
	-webkit-box-shadow: 1px 1px 2px 0 #cccccc;
	
	background-color: #f2f2f2;
	border-radius: 25px;
	color: #262626;
	margin: 0;
	padding: 15px;
	width: 350px;
	}

h1
	{
	color: #1a5e80;
	font-size: 20pt;
	font-weight: normal;
	margin: 0;
	min-width: 200px;
	padding: 0 50px 0 825px;
	text-align: right;
	}

h2
	{
	display: inline-block;
	font-size: 10pt;
	margin: 0;
	}

header
	{
	margin-bottom: 75px;
	}

header.ruimte
	{
	margin-top: 35px;
	}

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: linear-gradient(#e5e5e5, #d9d9d9);
	background: -moz-linear-gradient(#e5e5e5, #d9d9d9);
	background: -o-linear-gradient(#e5e5e5, #d9d9d9);
	background: -webkit-linear-gradient(#e5e5e5, #d9d9d9);
	
	background-color: #e5e5e5;
	color: #666666;
	cursor: pointer;
	font-weight: bold;
	}

input.knop:hover, input.knopLinks:hover, input.knopRechts:hover
	{
	background: linear-gradient(#d9d9d9, #e5e5e5);
	background: -moz-linear-gradient(#d9d9d9, #e5e5e5);
	background: -o-linear-gradient(#d9d9d9, #e5e5e5);
	background: -webkit-linear-gradient(#d9d9d9, #e5e5e5);
	
	background-color: #d9d9d9;
	}

input.knop
	{
	width: 348px;
	}

input.knopLinks
	{
	width: 194px;
	}

input.knopRechts
	{
	width: 149px;
	}

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

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

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

nav
	{
	font-size: 14pt;
	margin-bottom: 35px;
	padding: 0 250px 0 230px;
	}

section.ruimte
	{
	margin-top: 165px;
	}

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

section
	{
	padding: 0 250px 0 250px;
	}

strong
	{
	font-weight: normal;
	}

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

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

.inactief
	{
	opacity: 0.5;
	}

.verberg
	{
	display: none;
	}

#banner
	{
	box-shadow: 0 0 4px 1px #666666;
	-moz-box-shadow: 0 0 4px 1px #666666;
	-webkit-box-shadow: 0 0 4px 1px #666666;
	
	background-image: url('../afbeeldingen/pattern@2x.jpg');
	background-size: 200px 200px;
	height: 200px;
	margin-top: 75px;
	padding-left: 25px;
	}

#container
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background-attachment: fixed;
	background-image: url('../afbeeldingen/overgang.png');
	background-repeat: repeat-x;
	background-size: 1px 100px;
	border-top-color: #1a5e80;
	border-top-style: solid;
	border-top-width: 4px;
	display: table;
	height: 100%;
	padding: 20px 0 10px 0;
	position: absolute;
	table-layout: auto;
	width: 100%;
	}

#contentBoven
	{
	display: table-cell;
	vertical-align: top;
	}

#contentMidden
	{
	display: table-cell;
	vertical-align: middle;
	}

#contentOnder
	{
	display: table-cell;
	vertical-align: bottom;
	}