body {
  color: #000;
  background-color: #f57f20;
  margin: 0px;
  font-family: 'Verdana';
  font-size: 11px;
}



body,html {
  height: 100%;
}



td {
  font-family: 'Verdana';
  font-size: 11px;
}


.banner {
  padding-top: 10px;
  padding-left: 15px;
}



.content {
  font-size: 12px;
  padding: 5px;
}



h1 {
  font-size: 18px;
  margin-left: 5px;
}



h2 {
  font-size: 14px;
  margin-bottom: 4px;
}



.out {
  background-color: #fff2c2;
  margin-top: 2px;
  border-top: 1px solid #f57f20;
}
.out td {
  color: #000;
}



.in {
  border-top: 1px solid #f57f20;
  cursor: pointer;
  background-color: #fff2c2;
  margin-top: 2px;
}
.in td {
  color: #f57f20;
}



.nieuws {
  margin: 3px;
}



.tekst {
  margin: 3px;
}



.zwart {
  background-color: #000;
  background-image: url('img/column_links.jpg'); 
  background-repeat: repeat-y; 
  background-position: top left;
}



.zwart2 {
  background-color: #fff;
  background-image: url('img/column_links.jpg'); 
  background-repeat: repeat-y; 
  background-position: top right;
  color: #000;
}



.zwart3 {
  background-color: #0056cb;
  background-image: url('img/column_links.jpg'); 
  background-repeat: repeat-y; 
  background-position: top right;
  color: #fff;
}


.formulier {
  border: 1px solid #666;
  background-color: #fff;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 1px;
  padding-left: 4px;
}



.button {
  border: 2px solid #fff;
  background-color: #666;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}



.melding {
  background-color: #aaa;
  font-weight: bold;
  color: #fff;
  border: 1px dotted #fff;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 20px;
  width: 300px;
}


.guest_even {
  background-color: #5d9fd6;
  margin-bottom: 2px;
  color: #000;
}

.guest_oneven {
  background-color: #f57f20;
  margin-bottom: 2px;
  color: #000;
}



.nav {
  margin-left: 3px;
  margin-bottom: 3px;
}



a {
  color: #f57f20; 
  text-decoration: underline;
  font-weight: bold;
} 

a:hover {
  color: #f57f20; 
  text-decoration: none;
  font-weight: bold;
}

.titel {
  background-color: #fff;
}



.titel td {
  padding: 5px;
  color: #f57f20;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 1px;
}
