@charset "utf-8";
/* CSS Document */

p,
td,
label,
li {
	font-size: 1.4em;
}

sup {
	color: #FC0A03;
}

div#inhoud {
	width: 100%;
	max-width: 1400px;
}

div#top {
	text-align: center;
	clear: both;
	font: 700 normal 'Scada', sans-serif;
	color: #2C8011;
	letter-spacing: 0.1em;
	z-index: 0;
	position: relative;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0px auto 15px;
	padding: 15px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

div#main {
	margin-left: 0px;
	margin-top: 0px;
	border: thin solid #000;
	padding: 20px;
	z-index: 0;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

div#envelop {
	position: relative;
	clear: both !important;
	margin: 0px;
	border-style: none;
}

body {
	background: rgb(0, 79, 139);
	background: linear-gradient(180deg, rgba(0, 79, 139, 1) 0%, rgba(135, 206, 250, 1) 100%);
}

a.geenlijn {
	font-weight: bold;
	text-decoration: none;
}

a.geenlijn:hover {
	background: #CCCCCC;
}

td.lijn {
	border-top: thin solid #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}