@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	background-color: #cfcfcf;
}

#inhoud {
	margin: auto;
    width: 70%;
	height:1090px;
	padding-bottom:90px inherit;
    border-left: 30px solid #e6e6e6;
	border-right: 30px solid #e6e6e6;
	border
    padding: 50px;
	background-color: #ffffff;
	background-size: 50% auto;
	
}

#logo {
  height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
}


#tekst {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer {
	display:flex;
  align-items: center;
  justify-content: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



