img {
  border: none;
}

a {
  color: #0a6699;
}

a:visited {
  color: #03a3d8;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 1em;
}

textarea {
  width: 100%;
  height: 300px;
}

.blauw, a.blauw, a:visited.blauw {
  color: #03a3d8;
  font-size: 0.9em;
}

.geel, a.geel, a:visited.geel {
  color: #f9a212;
  font-size: 0.9em;
}

.calendarTable {
  float: right;
  background-color: #FFFFFF;
  padding: 5px;
  width: 190px;
}

.calendar, .calendarToday, .calendarItem {
  background-color: #0a6699;
  color: #FFFFFF;
  margin: 2px;
  padding: 4px;
  text-align: right;
}

.calendarItem {
  background-color: #03a3d8;
}

.calendarListTable {
  width: 330px;
  border-collapse: collapse;
  vertical-align: top;
}

.calendarListNumber {
  font-weight: bold;
  color: #0a6699;
  width: 2em;
}

.calendarListTable td {
  border-top: 1px solid #0a6699;
  padding-bottom: 1em;
  vertical-align: top;
}

.calendarListTable tr.calendarListItem td{
  border-top: 1px solid #03a3d8;
  color: #03a3d8;
}

.calendarListTable tr.calendarListItem .calendarListNumber {

}

.calendarList, .calendarListToday {

}

.calendarInput {
  width: 95%;
  height: 45px;
  font-size: 10px;
  font-family: Arial;
  overflow: auto;
}

.imagefloat {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;  
}

.imageblock {
  border: 1px solid black;
  width: 102px;
  height: 102px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.imageblock img {
  vertical-align: middle;
}

.imageblock span {
  height: 100px;
  vertical-align: middle;
  display: inline-block;
}

.indent {
  margin-left: 1em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}