html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background-color: #eee;
}

header {
  margin: 5px;
  margin-bottom:10px;
  padding: 8px;
}

section {
  margin:15px;
  margin-bottom:10px;
  padding:8px;
}

article {
  border-radius: 15px;
  margin-left:40px;
  margin-right:40px;
  margin-bottom:10px;
  padding:8px;
  background-color: #ccc;
}

a:link {
  font-size: 14px;  
  color: blue;
}

a:hover { 
  color: red; 
  background:yellow; 
}

h1   {
	color : #0000CC;
	font-family: Verdana, Arial;
     }

h2   {
	color : #FFFFFF;
	font-family: Verdana, Arial;
     }

h3   {
	font-family: Verdana, Arial;
	font-weight: bold;
     }

hr   { 
	color : #0000CC;
     }

td   {
	font-size: 14px;
     }

ul {
  margin:0px 0px 0px 20px;
  padding:0px;
}

.paginataalkeuze {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 30px;
  color: #000000;
  z-index: 2;
}

.tekst {
  position: relative;
  left: 120px;
  min-height: 250px;
}

.overl {
  position: absolute;
  top: 20%;
  left: 20px;
  right: 20px;
  min-height: 250px;
  z-index: 9;
}

.koptekst {
  border:1px solid grey;
  width:250px;
  margin:auto;
}

.naarboven {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.paginatitel {
  font-size: 20px;
  position: relative;
  color: #FFFFFF;  
  left: 20px;
  z-index: 2;
} 

.paginafoto {
  position: absolute;
  left: 40px;
  top: 300px;
  border: 1px solid;
  z-index: 3;
} 

.paginatekst {
  position: relative;
  left: 20px;
  margin-left: 150px;
  margin-right: 40px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #ddd;
  z-index: 2;
}
 
.paginasubtitel {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}

.fotorij {
  position: relative;
  margin: 0px, 5px, 0px, 15px;
  text-align: center;
}

.fotoblok {
  display: inline-block;
  width: 150px;
  vertical-align:top;
  padding: 0px;
  margin: 0px;
}

.foto {
  width: 120px;
  height: 100px;
  border: 1px solid;
  margin: 0px, 20px, 0px, 20px;
}

.img  {
  border: 1px solid;
}

.klein {
  font-size: 9px;
  padding-left: 20px;
}

.opvulling {
  min-height: 500px;
}

