/*Algemene opmaak---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

BODY {
   font: 13px/1.2 'Noto Sans', sans-serif;
   font-weight: 400;
   color: #636363;
   background-color: #ffffff;
   }

B, Strong {
	font-weight: 700;
}

A {
    font-weight: normal;
    font-weight: 700;
    text-decoration: none;
    color:#A21F3B;
	}

A:Hover {
	color:#EE8035;
	}
   
HR {
    color: #636363;
    height: 1px;
    border-top:1px #636363 solid;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    }


#information {
	position: absolute;
	right: 0px;
	bottom: 5%;
	padding: 0 30px 0 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: right;
	color: #ffffff;
}
