body {
  margin: 0px;
  font-family: 'Trebuchet MS';
  font-size: 11px;
  background-image: url('img/achter.jpg');
  background-repeat: repeat;
  background-position: left top;
}

td {
  font-family: 'Trebuchet MS';
  font-size: 14px;
  line-height: 22px;
}

body, html {
  height: 100%;
}

a:link, a:visited, a:active {
  color: #7d0101;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000; 
  font-weight: bold;
  text-decoration: underline;
}  

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #7d0101;
  margin-bottom : 10px;
}

h2 {
  font-size: 14px;
  color: #7d0101;
  font-weight: bold;
}

.content {
  margin: 20px;
  margin-top: 15px;
}

.veld {
  border: 1px solid #74a331;
  background-color: #fae7b7;
  font-family: 'Trebuchet MS';
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding-left: 2px;
}

.button {
  border: 0px solid #fff;
  background-color: #558c08;
  font-family: 'Trebuchet MS';
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  cursor: hand;
  cursor: pointer;
}

.tussen {
  background-color: #fff;
}

.item {
  padding: 10px;
}

.uit {
  background-color: #cf5f5e;
  margin-bottom: 1px;
  margin-left: 8px;
  padding-left: 5px;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  width: 148px;
}

.aan {
  background-color: #a83836;
  margin-bottom: 1px;
  margin-left: 8px;
  padding-left: 5px;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  width: 148px;
}

form {
  margin: 0px;
}

.top_achter {
  background-image: url('img/top_achter.jpg'); 
  background-repeat: repeat; 
  background-position: left top;
}

.melding {
  background-color: #558c08;
  margin: 3px;
  padding-left: 8px;
  font-weight: bold;
  color: #fff;
  width: 350px;
}

#groep { 
  visibility: hidden;
  display: none; 
}

#indi { 
  visibility: hidden;
  display: none; 
}

.contact_tr { 
  background-color: #f1d896;
}

li { 
  background-color: #f1d896;
  margin-bottom: 3px;
  font-size: 11px;
}

small {
  font-size: 10px;
  font-weight: bold;
}