body {
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #2D583D;
  margin: 0px;
}

font.title {
  font-family: Tahoma;
  font-size: 14px;
  color: #ff761a;
  font-weight: bold;
}

font.slogan {
  font-family: Tahoma;
  font-size: 16px;
  color: #6e6f64;
  font-weight: bold;
}

font.slogan2 {
  font-family: Tahoma;
  font-size: 13px;
  color: #5a5b50;
  font-weight: normal;
}

font.error {
  font-family: Tahoma;
  font-size: 12px;
  color: red;
  font-weight: bold;
}

font.copyright {
  font-family: Tahoma;
  font-size: 10px;
  color: white;
}

font.reizen {
  font-family:Tahoma;
  font-size:20px;
  color:#441E1F;
  font-weight: bold;
}

a.copyright {
  font-family: Tahoma;
  font-size: 10px;
  color: white;
  text-decoration: none;
}

a.copyright:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: gray;
  text-decoration: none;
}

td {
  font-family: Tahoma;
  font-size: 12px;
}

td.menu {
  background-image: url(images/menu.jpg);
  height: 29px;
}

td.left {
  background-color: #EEF1E8;
  vertical-align: top;
}

td.content {
  background-color: #EEF1E8;
  vertical-align: top;
}

td.right {
  background-color: #FFFFFF;
  vertical-align: top;
}

td.formfield {
  text-align: right;
  font-family:Tahoma;
  font-size: 10px;
  color: black;
  font-weight: bold;
}

td.content2 {
  text-align: justify;
  font-family: Tahoma;
  font-size: 12px;
  background-color: #EEF1E8;
  vertical-align: top;
}

input.submit {
  background-image:url(images/btnToevoegen.jpg);
  border-style: none;
  width: 72px;
  height: 21px;
}

input {
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  background-color: #white;
}
