body {
	font-family: "Open Sans";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	color: #626a6d;
	background-color: #ffffff;
}
span.photo, span.graphic {
	padding-bottom: 1.375rem;
}
span.photo.left, span.graphic.left {
	padding-right: 1.375rem;
}
span.photo.right, span.graphic.right {
	padding-left: 1.375rem;
}
a {
	color: #4b90bf;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #4b90bf;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
b {
	font-weight: 700;
}
div#wj_alert, div#wj_sitemodal {
	-moz-border-radius: .5rem;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	-moz-box-shadow: 0 .25rem 1rem 0 #333333;
	-webkit-box-shadow: 0 .25rem 1rem 0 #333333;
	box-shadow: 0 .25rem 1rem #333333;
}
div#page {
	position: relative;
	width: 100%;
	height: 100%;
}
div#wj_header {
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
div.innerheader {
	position: relative;
}
div#wj_header ul.topnav {
	list-style: none;
}
div#wj_header ul.topnav li {
	float: left;
	display: block;
	margin-right: .75rem;
	font-size: .75rem;
	padding: .625rem;
	border: .0625rem solid #bdbdbd;
	border-top: 0;
	color: #8c8c8c;
	font-size: .75rem;
	line-height: 1.25em;
	text-transform: uppercase;
	padding-left: 1.75rem;
	position: relative;
	background: #ffffff;
	cursor: pointer;
	font-weight: 600;
}
div#wj_header ul.topnav li a {
	color: #8c8c8c;
	text-decoration: none;	
}
div#wj_header ul.topnav li:hover {
	background: #0c2c4d;
	color: #ffffff;
}
div#wj_header ul.topnav li:hover a, div#wj_header ul.topnav li a:hover {
	color: #ffffff;
	text-decoration: none;	
}
div#wj_header ul.topnav li a:active {
	color: #ffffff;
	text-decoration: none;	
}
div#wj_header span.menutitle {
	display: inline-block;
}
div#wj_header span.menutitle span {
	display: inline-block;
	width: .8125rem;
	height: .9375rem;
	position: absolute;
	top: .625rem;
	left: .5rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 200% 100%
}
div#wj_header li.languages span.menutitle span {
	background-image: url(/images/list-idle-hover.png);
}
div#wj_header li.w_loggedin span.menutitle span {
	background-image: url(/images/out-idle-hover.png);
}
div#wj_header li.statistics span.menutitle span {
	background-image: url(/images/graph-idle-hover.png);
}
div#wj_header li.brochures span.menutitle span {
	background-image: url(/images/brochures-idle-hover.png);
}
div#wj_header li.newgroup span.menutitle span {
	background-image: url(/images/new-idle-hover.png);
}
div#wj_header li.upload span.menutitle span {
	background-image: url(/images/upload-idle-hover.png);
}
div#wj_header ul.topnav li:hover span.menutitle span {
	background-position: 100% 0;
}
div#wj_header ul.topnav div.languagesnav {
	display: none;
	margin-left: 30px;
}
div#wj_logo {
	position: absolute;
}
div#wj_logo img {
	position: absolute;
	width: 100%;
	height: auto;
}
div#contentcontainer {
	position: relative;
}
div#content {
	position: relative;
	padding: 2rem 0;
}
div#wj_footer {
	width: 100%;
	background-color: #404040;
	font-size: .75rem;
	color: #c3c8d7;
}
div#cmain {
	position: absolute;
	top: .6875rem;
	font-weight: 600;
	line-height: 1.5em;
}
a.wj_bttn {
	border-radius: .125rem;
	background-color: #003874;
}
a.wj_bttn:active {
	background-color: #b4402f;
}
a.wj_txtbttn {
	padding: .3125rem .75rem .375rem;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #ffffff;
	text-decoration: none;
}
a.wj_txtbttn:active {
	color: #ffffff;
	text-decoration: none;
}
a.wj_bttn.disabled {
	opacity: .3;
}

div.wj_alertbttns a.wj_bttn, div.wj_formbttns a.wj_bttn {
	border-style: solid;
	border-width: .125rem;
	border-color: #003259;
	background-color: #ffffff;
}
div.wj_alertbttns a.wj_txtbttn, div.wj_formbttns a.wj_txtbttn {
	min-width: 4rem;
	padding: .1875rem .75rem .25rem;
	color: #003259;
}
div.wj_alertbttns a.wj_txtbttn span, div.wj_formbttns a.wj_txtbttn span {
	cursor: pointer;
}
div.wj_alertbttns a.wj_bttn.wj_default, div.wj_formbttns a.wj_bttn.wj_default, div.wj_formbttns a.wj_bttn.default {
	background-color: #003259;
	color: #ffffff;
}
div.wj_alertbttns a.wj_textbttn.wj_default, div.wj_formbttns a.wj_textbttn.wj_default, div.wj_formbttns a.wj_textbttn.default {
	padding: .3125rem .75rem .375rem;
	color: #ffffff;
}
div.wj_alertbttns a.wj_bttn:active, div.wj_formbttns a.wj_bttn:active, div.wj_alertbttns a.wj_bttn.wj_default:active, div.wj_formbttns a.wj_bttn.wj_default:active, div.wj_formbttns a.wj_bttn.default:active {
	border-color: #404040;
	background-color: #404040 !important;
	color: #ffffff;
}
div.wj_formbttns a.wj_txtbttn span b {
	position: relative;
	font-size: 1.25em;
	top: .1em;
	left: .1em;
}
div.wj_formbttns a.wj_txtbttn.wj_disable {
	opacity: .5 !important;
	pointer-events: none;
}
div#wj_sitemodal div.titlehandle {
	position: relative;
	background-color: #404040;
	top: -1rem;
	margin: 0 -1rem;
	padding: .25rem 1rem;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: .75rem;
}
div#wj_sitemodal div.titlehandle b {
	font-weight: 900;
}
div#poweredwaddits {
	position: absolute;
	width: 10em;
	height: 1.375em;
	background-image: url(https://www.sjake.nl/image/1eud1cjk0/poweredbywaddits-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	font-size: 1rem;
	
}
h1 {
	color: #003259;
}
h1,h2,h3 {
	font-weight: 400;
}
div#heading {
	padding-bottom: .375rem;
	color: #003259;
	font-weight: 400;
}
div#subheading {
	color: #b4402f;
	font-weight: 400;
	padding-bottom: .375rem;
}
div#subheading h2 {
	font-size: 1.25rem;
	line-height: 1.25rem;
}
div.astyle_heading {
	padding-bottom: .375rem;
	font-family: "Slabo 27px";
	color: #003874;
}
div.astyle_subheading {
	padding-bottom: .375rem;
	font-family: "Slabo 27px";
	color: #b4402f;
}
div.astyle_subheading h2 {
	font-size: 1.25rem;
	line-height: 1.25rem;
}
div.innerfooter {
	position: relative;
	margin: 0 auto;
}
div#wj_footer ul.footernav {
	list-style: none;
	font-weight: 600;
	line-height: 1.5em;
}
div#wj_footer ul.footernav li {
	height: 1rem;
	text-indent: 1rem;
	vertical-align: baseline;
}
div#wj_footer ul.footernav li:first-child {
	background: url(/images/shield.png) 0 0 no-repeat;
}
div#wj_footer ul.footernav li:first-child:hover {
	background: url(/images/shield-hover.png) 0 0 no-repeat;
}
div#wj_footer ul.footernav li:nth-child(2) {
	background: url(/images/lock.png) 0 0 no-repeat;
}
div#wj_footer ul.footernav li:nth-child(2):hover {
	background: url(/images/lock-hover.png) 0 0 no-repeat;
}
div#wj_footer ul.footernav li:nth-child(3) {
	background: url(/images/books.png) 0 0 no-repeat;
}
div#wj_footer ul.footernav li:nth-child(3):hover {
	background: url(/images/books-hover.png) 0 0 no-repeat;
}
div#wj_footer ul.footernav a {
	color: #c3c8d7;
	font-size: .75rem;
	text-decoration: none;
}
div#wj_footer a.vdlcompanylogo {
	position: absolute;
	display: block;
	width: 3.0625rem;
	height: 2.25rem;
	background-image: url(/images/vdlcompanylogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
div.wj_formln {
	padding-bottom: .5rem;
}
div.wj_formln.policycheck div.wj_formln {
	padding-bottom: 0;
}
span.wj_formlbl {
	padding-top: .1875rem;
	padding-right: .5rem;
}
div#fdateselect span.wj_formlbl {
	padding-top: .375rem;
}
span.wj_formfld input[type="text"], span.wj_formfld input[type="number"], span.wj_formfld input[type="password"], span.wj_formfld input[type="email"], span.wj_formfld input[type="url"], span.wj_formfld input[type="date"], span.wj_formfld input[type="time"], span.wj_formfld input[type="tel"], span.wj_formfld input[type="search"], span.wj_formfld select, span.wj_formfld .wj_select, span.wj_formfld textarea, span.wj_formfld input[type="file"] {
	padding: .125rem .375rem .25rem;
	-moz-border-radius: .1875rem;
	-webkit-border-radius: .1875rem;
	border-radius: .1875rem;
	font-size: 1.25rem;
	color: #626a6d;
}
span.wj_formfld .wj_select, span.wj_formpostlbl {
	color: #003259;
}
span.wj_formfld .wj_nulloption {
	color: #626a6d;
}
span.wj_formfld .wj_selectdisabled, span.wj_formfld .wj_selectdisabled .wj_nulloption, span.wj_formpostlbl.wj_disabled {
	color: #a9acad;
}
span.wj_formpostlbl.succesupload {
	color: #00aa00;
}
span.wj_formpostlbl.failupload {
	color: #aa0000;
}
span.wj_formfld input[type="file"] {
	padding: .5rem 0;
	font-size: 1.125rem;
	line-height: .5rem;
}
body select, span.wj_select {
	padding: .25rem 2rem .25rem .375rem;
}
div#fdateselect span.wj_formfld input[type="text"], span.wj_formfld input[type="date"] {
	padding: .125rem .375rem .1875rem;
	text-align: center;
}
span.wj_formfld .wj_checkbox {
	font-size: 1.25rem;
}
div.wj_inputshade {
	padding: .125rem .375rem .25rem;
	font-size: 1.25rem;
}
div.wj_forminfo {
	padding-bottom: .5rem;
	color: #003259;
	font-weight: 700;
}
div.wj_forminfo.midinfo {
	padding-top: .5rem;
	font-weight: 500;
}
span.wj_checkboxfld {
	display: block;
	float: left;
}
span.wj_formpostlbl {
	display: block;
	padding-left: 1.625rem;
}
div#wj_alert .wj_message, .landscape div#wj_alert .wj_message {
	padding-bottom: 1.5rem;
}
div.selectthumb, div.downloadoptions {
	position: relative;
	margin-top: 1rem;
}
div.selectthumb img {
	width: 100%;
	height: auto;
}
div.selectthumb .languageselect {
	position: absolute;
	top: 1%;
	bottom: 1%;
	left: 1%;
	right: 1%;
}
div.selectthumb .languageselect span.wj_select {
	width: 100% !important;
	height: 100% !important;
	background-color: transparent;
	background-image: none;
	border: none;
}
div.selectthumb .languageselect span.wj_selectinner {
width: 0 !important;
text-overflow: none !important;
}
div.selectthumb .languageselect span.wj_select.wj_selectfocus {
	outline: none !important;
}
div.downloadoptions {
	padding-bottom: 1rem;
}
div.downloadoptions a.wj_txtbttn {
	display: block;
	width: 80%;
}
div.bottombutton {
	padding: 2rem 0 1rem;
	text-align: center;
}
div.filedata {
	text-align: center;
}
div.filedata .dataline {
	display: inline-block;
	padding: 0 .5rem;
}
div.filedata .label {
	display: inline-block;
	padding-right: .3em;
	font-weight: 300;
}
div.notepad {
	margin-left: .4375rem;
	background: #fcf2b8 !important;
	color: #003259 !important;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	border-color: #4b90bf !important;
}
div.statistics-header {
	padding: 1.25rem 0 .75rem;
}
div.statistics-header>h2 {
	font-weight: 700;
	font-size: 1.25rem;
}
div.detailchart {
	position: relative;
	margin: 0 0 .5rem;
}
div.charttotal {
	position: absolute;
	top: -1.9375rem;
	right: 0;
}
div.charttotal span.views {
	padding-right: .3em;
}
div#fdateselect {
	padding: .5rem 0 0;
}
div#fdateselect div.wj_formbttns {
	position: absolute;
	top: 0;
	right: -.5rem;
	transform: translate(100%, 0);
}
div#filedata {
	position: relative;
	margin-top: -1rem;
}
div.issueselect, div.articleselect {
	float: left;
	padding-top: .25rem;
	
}
div.articleselect {
	padding-left: .5rem;
}
div.issueselect select, div.articleselect select {
	width: 10.3125rem;
}