* {
  margin: 0;
  padding: 0;
}

body {
  background: url('../images/bg.jpg') top center no-repeat;
  font-family: Arial;
  font-size: 12px;
  color: #333;
  margin-bottom: 20px;
}

br {
  clear: both;
}

#top-line {
  background: url('../images/bg-header.gif') repeat-x;
  height: 10px;
}

#wrapper {
  margin: 0 auto;
  width: 982px;
  text-align: center;
}

#wrapper div {
  text-align: left;
}

#header {
  overflow: hidden;
}

#logo {
  outline: none;
  float: left;
  padding-top: 24px;
  padding-left: 41px;
}

#logo img {
  border: 0;
}

#badge {
  padding-right: 161px;
  padding-top: 16px;
  float: right;
}

#left_container {
  float: left;
  margin-top: 4px;
  margin-left: 19px;
  width: 420px;
  height: 460px;
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 21px;
}

#left_container h1 {
  color: #E8024D;
  font-size:24px;
  height: 34px;
  margin-bottom: 3px;
}

#left_container h2 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 1px;
}

#left_container p {
  line-height: 18px;
  margin-bottom: 18px;
}

#left_container ol {
  padding: 5px 0px 13px 18px;
  margin-left: 1em;
}

#left_container li .label {
  color: #FF0066;
}

#left_container li {
  line-height: 16px;
}

#right_container {
  border-top: 10px solid #E8024D;
  float: right;
  width: 389px;
  margin-top: 27px;
  margin-right: 42px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 10px;
}

#right_container p {
  margin-top: 160px;
  margin-right: 15px;
  text-align: center;
  line-height: 22px;
}

#footer {
  clear: both;
  background: url('../images/footer.gif') center no-repeat;
  height: 74px;
}

#big_yes {
  font-size: 50px;
  float: left;
  color: #000;
}

#leading_text {
  float: right;
  width: 318px;
  padding-top: 5px;
  color: #000;
}

#gegevens-form {
  padding-top: 6px;
  padding-left: 2px;
}

label {
  float: left;
  width: 90px;
  line-height: 20px;
  height: 20px;
}

.geslacht_label {
  float: none;
  width: auto;
}

input {
  height: 14px;
  font-size: 12px;
}

input, select {
  margin-bottom: 7px;
}

#submit {
  height: auto;
  text-transform: uppercase;
  font-family: Arial;
  background: url('../images/submit.gif');
  border: 0;
  margin-left: 89px;
  color: #FFF;
  height: 24px;
  width: 94px;
  text-align: center;
  outline: none;
  cursor: pointer;
}

#voornaam,
#achternaam {
  width: 120px;
}

#email {
  width: 180px;
}

#voornaam-label,
#achternaam-label {
  width: 129px;
}

#voornaam-achternaam-labels {
  margin-left: 89px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: auto;
}