html {
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'EurostileNextW01-Regula', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

/* Algemeen ------------------------------------------------------------------------------------- */
* {
  padding: 0;
  border: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
input,
select,
textarea,
button {
  font-size: 13px;
}
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
label {
  cursor: pointer;
}
a {
  text-decoration: underline;
  color: #000;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/* HTML 5 --------------------------------------------------------------------------------------- */
header, footer, nav, hgroup, section, figure, figcaption {
  display: block;
}

/* Header --------------------------------------------------------------------------------------- */
header {
  background-color: #532919;
}

header.girl {
  background-color: #000;
}

header #headerwrapper {
  width: 100%;
  min-width: 982px;
}

header #header {
  margin: auto;
  width: 982px;
  height: 412px;
  position: relative;
  font-size: 1px;
}

header #header .keywords {
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  top: 110px;
  right: 10px;
  text-align: right;
}

header #menu_mobile {
  display: none;
}

/* Menu */
header #navigatie {
  width: 100%;
  min-width: 982px;
  background: #00aeef;
  font-size: 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  border-top: 4px solid #fff;
}
header nav {
  width: 982px;
  height: 43px;
  position: relative;
  margin: 0 auto 0 auto;
}

header nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

header nav li {
  display: inline-block;
  position: relative;
}

header nav a,
header nav span.active {
  height: 43px;
  display: block;
  font-family: 'EurostileNextW01-Regula', Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 43px;
  padding: 0 12px 0 12px;
  border-left: 1px solid #fff;
}

header nav a.last,
header nav span.last {
  border-right: 1px solid #fff;
}

header nav a:hover,
header nav span.active {
  background-color: #6d2602;
}

header nav #facebook {
  position: absolute;
  top: 0;
  right: 0;
}
header nav #facebook a {
  width: 43px;
  height: 43px;
  text-align: center;
  padding: 0;
  border: 0;
}
header nav #facebook a:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 43px;
  content: '\f09a';
}
header nav #facebook a span {
  display: none;
}
header nav #facebook a:hover,
header nav #facebook a:active,
header nav #facebook a:focus {
  background-color: transparent;
  color: #000;
}

/* Content -------------------------------------------------------------------------------------- */
#container {
  width: 982px;
  margin: auto;
  overflow: hidden;
  padding: 0 0 25px 0;
  margin: 50px auto 0 auto;
}

/* Left */
#left {
  width: 210px;
  float: left;
  margin-right: 32px;
  margin-bottom: 10px;
}

#left h2 {
  color: #783716;
  font-size: 16px;
  font-family: 'EurostileNextW01-Light', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 20px;
}

#left #form_container {
  width: 210px;
}
#left #form_container h3 {
  color: #783716;
  margin: 30px 0 10px 0;
}
#left #form_container form {
  width: 210px;
  padding: 0;
}
#left #form_container label {
  width: 210px;
  display: block;
  margin: 0 0 10px 0;
}
#left #form_container input.text {
  width: 210px;
  margin: 0 0 10px 0;
}
#left #form_container input.text:focus {
  outline: none;
}
#left #form_container input.button {
  width: 210px;
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
}
#left #form_container input.button:hover,
#left #form_container input.button:active {
  background-color: #6d2602;
}

/* Main */
#main {
  width:550px;
  float: left;
}

#main h2,
#main h3 {
  margin-bottom: 20px;
  color: #783716;
  font-size: 14px;
}
#main h1 {
  font-size: 22px;
  color: #783716;
  margin-bottom: 20px;
}
#main h2 {
  margin-bottom: 5px;
}

#main p {
  margin-bottom: 20px;
}

#main ul {
  margin: 10px 0 10px 0;
}

#main table {
  margin: 10px 0 20px 0;
}

#main table th {
  padding-right: 20px;
  font-weight: bold;
  font-size: 13px;
}

#main ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 38px;
}
#main ul li:before {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 7px;
  left: 1px;
  background-color: #00aeef;
  font-size: 0;
  line-height: 0;
  content: ' ';
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}
#main ul li img {
  position: absolute;
  top: 0;
  left: 15px;
}

#main .left {
  width: 254px;
  float: left;
}

#main .right {
  width: 254px;
  float: right;
}

#main .right img {
  margin-bottom: 8px;
}

/* Right */
#right {
  width: 190px;
  float: right;
  font-size: 11px;
  line-height: 16px;
}

#right figure {
  margin: auto;
  width: 120px;
  margin-bottom: 10px;
}

#right figure img {
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
}

#right figcaption {
   text-align: center;
}

/* Formulier ------------------------------------------------------------------------------------ */
form {
  width: 500px;
  padding: 15px 0 15px 0;
}

label {
  width: 150px;
  display: block;
  float: left;
  padding-top: 2px;
}
.input_container {
  width: 350px;
  float: left;
  padding: 0 0 5px 0;
}
.input_container label {
  width: auto;
  display: inline-block;
  float: none;
}
.captcha_text {
  display: block;
  margin: 0 0 5px 0;
}

input {
  background-color: #ddf6ff;
  height: 24px;
  width: 350px;
  padding: 0 5px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

input.radio {
  background: none;
}

span label,
span input {
  display: inline;
  width: auto;
  height: auto;
}

span label {
  padding: 0 22px 0 8px;
}

input.submit {
  background-color: #00aeef;
  padding: 5px 10px 5px 10px;
  color: #fff;
  font-family: 'EurostileNextW01-Regula', Arial, Helvetica, sans-serif;
  width: auto;
  font-size: 16px;
  height: auto;
  float: right;
  cursor: pointer;
  margin-top: 13px;
}

input:hover.submit {
  background-color: #6d2602;
}

#main p.error {
  margin:0;
  color: red;
}

/* Clearing <div> ------------------------------------------------------------------------------- */
div.clear {
  clear: both;
  height: 0;
  font-size: 0;
}