body {
  background-color: #99CCFF;
}

h1 { 
  color: white;
  text-align: center;
  font-familie Arial;
  font-size: 250%;
}

h2 {
  color: black;
  text-align: center;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 150%;
}

/* o.a. foto en tekst netjes in het midden */
p {
 text-align: center;
}

.table {
  background-color: #9988FF;
  border: 2px solid #9988FF;
  text-align: center;
  /* width: 90%; */
}

.tr_table_onder_kop {
  background-color: #9988FF;
  height: 500px;
}
/* 600 is net iets te hoog */

.td_table_valigntop {
/*  background-color: orange;   weer weg */
  vertical-align: top;
}

.table_onder_kop {
  background-color: #9988FF;
  border: 2px solid #9988FF;
  text-align: center;
  width: 100%;
  height: 100%;
}

.p_inhoud_tekst_links {
text-align: left;
}

.geenstreep {
  background-color: #9988FF;
}

.td {
  border: 2px solid black;
  horizontal-align: center;
}

.button {
  border: none;
  padding 1rem;
  height: 50px;
  width: 120px;
  margin-top: 10px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  cursor: pointer;
}

.button1 {
 /* background-color: #42545C; */
}

.button hover {
  color: white;
  background-color: #42545C;
}

.button active {
  background-color: black;
}

.input {
  background-color: black;
  color: yellow;
  padding: .5rem 1,5rem;
  margin-bottom: 2rem;
}

.input: hover {
color: white;
  background-color: #42545C;
}

.inhoud {
  width: 90%; /* 86zodat paarse bovenbalk tot aan rechterkant komt */
  border: 0px;
  padding: 15px;
  background-color: #99CCFF;
  height: 300%;
}
/* border: 1px solid black; */

.koptekst {
width: 100%;
background-color: #9988FF;
}

.logoveld {
background-color: #9988FF;
}


