body {
  color: #000;
  background-color: #edf4e0;
  margin: 0px;
  font-family: 'Trebuchet MS';
  font-size: 11px;
}

body,html {
  height: 100%;
}

img {
  behavior:	url("pngbehavior.htc"); /* IE hack */
}

a:link, a:visited, a:active {
  color: #074a00; 
  text-decoration: none;
  font-weight: normal; 
} 

a:hover {
  color: #074a00; 
  text-decoration: underline;
  font-weight: normal;
}

a.titel_link:link, a.titel_link:visited, a.titel_link:active {
  color: #fff; 
  text-decoration: none;
  font-weight: bold; 
} 

a.titel_link:hover {
  color: #e4f0ce; 
  text-decoration: underline;
  font-weight: bold; 
}

a.titel_link_0:link, a.titel_link_0:visited, a.titel_link_0:active {
  color: #e4f0ce; 
  text-decoration: none;
  font-weight: bold; 
} 

a.titel_link_0:hover {
  color: #e4f0ce; 
  text-decoration: underline;
  font-weight: bold; 
}

a.titel_link_x:link, a.titel_link_x:visited, a.titel_link_x:active {
  color: #000; 
  text-decoration: none;
  font-weight: bold; 
} 

a.titel_link_x:hover {
  color: #000; 
  text-decoration: underline;
  font-weight: bold; 
}

td {
  font-family: 'Trebuchet MS';
  font-size: 11px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

.titel_txt {
  margin: 1px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}

.titel {
  background-color: #3c9133;
}


.tekst_txt {
  margin: 2px;
  margin-top: 10px;
  margin-left: 10px;
}

.tekst {
  background-image: url('img/tekst_achter.jpg'); 
  background-repeat: repeat;
  background-position: top left;
}

label {
  cursor: hand;
  cursor: pointer;
  font-style: italic;
}

.out {
  background-color: #d1d1d1;
  margin-bottom: 2px;
}

.in {
  cursor: hand;
  cursor: pointer;
  background-color: #bbb;
  margin-bottom: 2px;
}

.formulier {
  border: 0px;
  border-bottom: 1px solid #0b7500;
  border-left: 1px solid #0b7500;
  background-color: #fff;
  font-family: 'Trebuchet MS';
  font-size: 12px;
  font-weight: bold;
  color: #41618e;
  padding: 1px;
  padding-left: 4px;
}

.button {
  border: 2px solid #fff;
  background-color: #666;
  font-family: 'Trebuchet MS';
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.melding {
  background-color: #aaa;
  font-weight: bold;
  color: #fff;
  border: 1px dotted #fff;
  margin-bottom: 4px;
  padding: 2px;
  padding-left: 20px;
  width: 300px;
}

.content {
  background-image: url('img/achtergrond.jpg'); 
  background-repeat: no-repeat; 
  background-position: top left;
}

.schaduw_links {
  background-image: url('img/schaduw_links.jpg'); 
  background-repeat: repeat-y; 
  background-position: top left;
}

.schaduw_rechts {
  background-image: url('img/schaduw_rechts.jpg'); 
  background-repeat: repeat-y; 
  background-position: top left;
}

.nav {
  margin-top: 300px;
}

.rood {
  color: #7a0000;
  font-size: 14px;
}

li {
  list-style-image: url('img/bullet.jpg');
}