body {
  color: #000;
  background-color: #929293;
  background-image: url('img/mainback.jpg'); 
  background-repeat: repeat-x; 
  background-position: top left;
  margin: 0px;
  font-family: 'Arial';
  font-size: 11px;
}

body,html {
  height: 100%;
}

td {
  font-family: 'Arial';
  font-size: 12px;
}

.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: #880505;
  margin-bottom: 2px;
}

.in {
  cursor: hand;
  cursor: pointer;
  background-color: #630000;
  margin-bottom: 2px;
}

.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: #222;
  background-image: url('img/column_links.jpg'); 
  background-repeat: repeat-y; 
  background-position: top right;
  color: #fff;
}

.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: #880505;
  margin-bottom: 2px;
  color: #fff;
}

.guest_oneven {
  background-color: #630000;
  margin-bottom: 2px;
  color: #fff;
}

.nav {
  margin-left: 3px;
  margin-bottom: 3px;
}

a:link, a:visited, a:active {
  color: #fff; 
  text-decoration: underline;
  font-weight: bold;
} 

a:hover {
  color: #000; 
  text-decoration: underline;
  font-weight: bold;
}

