/* Voer hier je aangepaste CSS in */
table.redTable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 2px solid #A40808;
  background-color: #EEE7DB;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.redTable td, table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable th {
 background: #A40808;
}
table.redTable tbody td {
  font-size: 12px;
}
table.redTable tr:nth-child(odd) {
  background: #FFFFFF;
}
table.redTable tr:nth-child(even) {
  background: #F5C8BF;
}
table.redTable thead {
  background: #A40808;
}
table.redTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
table.redTable thead th:first-child {
  border-left: none;
}

table.redTable tfoot td {
  font-size: 13px;
}
table.redTable tfoot .links {
  text-align: right;
}
table.redTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}

#link:hover{
		color: blue;
		text-decoration: underline;
}

#eenheidsleiding:hover{
		text-decoration: underline;
}

#bevers:hover{
		text-decoration: underline;
}

#welpen:hover{
		text-decoration: underline;
}

#jvg:hover{
		text-decoration: underline;
}

#vg:hover{
		text-decoration: underline;
}

#keeo:hover{
		text-decoration: underline;
}
