p {
	margin-top:11px;
	margin-bottom:11px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
}
h2 {
	margin:0;
}
h1 {
	margin:0 0 1em;
}
a {
	text-decoration: none;
	color: #232323;
	transition: color 0.3s ease;
}
a:hover {
	color: tomato;
}
body {
	font-family:Arial, Verdana, Calibri;
	font-size:12px;
	color:#005067;
	margin:0;
	padding:0
}
div#body {
	background:#ddd;
}
div#container {
	background-color:#FFF;
}
div#topleft {
	background:url(https://www.jolmers-adr.nl/images/jolmers-2018-logo.jpg) no-repeat center;
	height:90px;
	display:block;
}
/*
Begin menu
*/
#menuToggle {
	display: block;
	position: relative;
	top: 20px;
	left: 20px;
	color:#000000;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
 opacity: 1;
 transform: rotate(45deg) translate(-2px, -1px);
 background: #232323;
}
 #menuToggle input:checked ~ span:nth-last-child(3) {
 opacity: 0;
 transform: rotate(0deg) scale(0.2, 0.2);
}
 #menuToggle input:checked ~ span:nth-last-child(2) {
 transform: rotate(-45deg) translate(0, -1px);
}
#menu {
	position: absolute;
	width: 220px;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 125px;
	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
	padding: 10px 0;
	font-size: 22px;
}
#menuToggle input:checked ~ ul {
 transform: none;
}
/*
einde menu
*/
div#tekst {
	background:#fff;
}
div#tekst h4 {
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
}
div#tekst h1 {
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
div#tekst p a:link {
	color:#3366CC;
	text-decoration:underline;
}
div#tekst p a:hover {
	color:#2e2c07
}
div#bottom {
	clear:both;
	background:#E8E8E8;
	text-align:center;
	padding:5px 10px;
}
#bottom p {
	margin:0;
}
div#bottom a:link, a:visited {
	color:#005067;
	text-decoration:none;
}
div#tracker {
	position: absolute;
	right: 0px;
	bottom: 0px;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}
