body {
  font-family: verdana;
  font-size: 12pt;
  line-height: 14pt;
  color: #ff0;
  background-color: #00c;
  padding: 12px;
}

a {
  text-decoration: none;
  color: #fd0;
}

a:hover {
  text-decoration: none;
  color: #ffa;
}

#titel {
  width: 90%;
  padding: 36px;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

#linkerkolom {
  position: absolute;
  top: 200px;
  width: 280px;
  font-size: 9pt;
  background-color: #00b;
  float: left;
}

#linkerkolom a:hover div {
  background-color: #000;
}

#linkerkolom div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 6px;
  background-color: #119;
}



#center {
  position: absolute;
  left: 308px;
  text-align: center;
  width: 750px;
}

.knop {
  float: left;
  width: 210px;
  height: 48px;
  padding: 4px;
  margin: 8px;
  background-color: #008;
}

#knoppen a:hover div {
  background-color: #c0c;
}

#slogan {
  font-size: 12pt;
  line-height: 16pt;
  text-align: left;
  padding: 24px;
  margin: 0;
}

#voorjaarsvergadering {
  font-size: 10pt;
  line-height: 16pt;
  text-align: left;
  padding: 24px;
  margin: 0;
}

#kop1 {
  padding: 24px;
  margin: 8px;
  border: solid;
  border-width: 1px;
  border-color: #ffa;
  text-align: center;
  font-size: 18pt;
}

#kop2 {
  position: relative;
  top: 4px;
  padding: 24px;
  vertical-align: middle;
}

.adres {
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  line-height: 24pt;
}

#kaart {
  float: left;
  padding-left: 8px;
  padding-right: 18px;
}

.vantot {
  font-weight: normal;
  font-size: 10pt;
}

.agendaMaand {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 2px;
  margin: 24px;
  border: none;
  border-width: 0;
  text-align: left;
  background-color: #11f;
}

.dag {
  float: left;
  width: 110px;
  margin-left: 60px;
}

.datum {
  float: left;
  width: 60px;
  font-size: 16pt;
}

.activiteit {
  font-weight: bold;
}

.agendaMaand h2 {
  font-family: verdana;
  font-size: 24pt;
}
.agendaMaand p {
  width: 500px;
  font-family: verdana;
  font-size: 18pt;
}


.agendaItem {
  height: 32px;
  color: #bbf;
  overflow: hidden;
}

.agendaItem a {
  color: #fa0;
}

.agendaItem a:hover {
  color: #ffc;
}

