@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a.een:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a.een:hover {
	color: #333333;
}
a.een:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

a.twee:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0179b5;
}
a.twee:hover {
	color: #0179b5;
}
a.twee:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0179b5;
}

a.drie:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000000;
}
a.drie:hover {
	color: #0179b5;
}
a.drie:visited {
	font-family: Roboto;
	font-size: 14px;
	color: #000000;
}

a.vier:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}
a.vier:hover {
	color: #FF3300;
}
a.vier:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}


p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
body {
	margin: 0px;
	background-color: #cccccc;
	font-family: Roboto;
	font-size: 14px;
}
h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0179b5;
}

input.date {
	width: 150px;
	color: #000;
}

.btn {
  background: #0477AD;
  border-radius: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left: 20px;
}

.btn:hover {
  background: #AB050A;
  text-decoration: none;
}
em {
	color:#FF0000;
	
}
td p {
  margin-block-start: 0; 
  margin-block-end: 0;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	padding-top:10px;
	padding-bottom: 0px;
	margin-bottom:0px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
}