body,
button,
input,
select,
textarea {
  color: #c1c1c1;
  font: 12px/1.5 Tahoma, Arial, Verdana, sans-serif;
}

a {
  color: #a1a1a1;
}

a:hover {
  color: #fff;
}

a img {
  border: 0;
}

body,
html {
  margin: 0;
  height: 100%;
  padding: 0;
}

body {
  background: #343434 url(/img/base/bkg-1-gradient.jpg) repeat-x top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0 0 0.9em 0;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

ol,
ul {
  padding: 0;
}

fieldset {
  border: 2px solid #343434;
  margin: 0;
  padding: 10px;
}

button,
label[for] {
  cursor: pointer;
}

button {
  background: #f28713;
  border: 0;
  color: white;
  font-weight: bold;
  overflow: visible;
  padding: 2px 10px;
  width: auto;
}

button:hover {
  background: #db213f;
}

legend {
  font-size: 14px;
  font-weight: bold;
}

input[type=password],
input[type=text],
select,
textarea {
  background: #000;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #666;
  border-right: 1px solid #fff;
  border-top: 1px solid #666;
  line-height: normal;
  padding: 2px;
  width: 250px;
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  background: #f28713;
  color: #fff;
  border: 1px solid #fff;
}

input[type=radio] {
  margin-left: 0;
  margin-top: 0;
}

select {
  padding-bottom: 0;
  padding-right: 1px;
  width: 256px !important;
}

textarea {
  height: 200px;
  width: 685px;
}

/*#BASIC#*/
#base {
  background: #000;
  margin: auto;
  min-height: 100%;
  width: 960px;
}

#base > .inner {
  padding: 10px;
}

#base #header {
  height: 127px;
  text-align: center;
}

#base #nav {
  float: left;
  font-weight: bold;
  list-style: none;
  margin: 0;
  overflow: hidden;
}

#base #nav li {
  background: url(/img/base/star.gif) no-repeat 0 8px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
  padding-left: 23px;
}

#base #nav li a {
  text-decoration: none;
}

#base #nav li a:hover {
}

#base #nav li a.active {
  color: #ccc;
}

#base #navigation {
  background: #343434;
}

#base #beeldmerk-haringen {
  display: block;
  float: left;
  margin-right: 10px;
}

#base #carrousel {
  float: left;
  height: 250px;
  position: relative;
  width: 680px;
}

#base #carrousel .img {
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 680px;
}

#base #main {
  border: 2px solid #343434;
  padding: 10px 30px;
}

#base #b-1 {
  float: left;
  margin-right: 10px;
  width: 433px;
}

#base #b-2 {
  float: left;
  width: 433px;
}

#base #footer {
  background: #343434;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: center;
}

/*CONTENT GERELATEERDE BLOKKEN (de .custom-image is 160px breed en heeft 20px margin-right)*/

.custom-image + div.text {
  background: blue;
  float: left;
  width: 410px;
}

/* Globals */
.custom-list li {
  background: url(/img/base/basic-arrow-small.gif) no-repeat 0 6px;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 13px;
}

/* Wordt gebruikt in de .custom-list, maar ook in content blokken */
.more {
  background: none !important;
  text-align: right;
}

.more span {
  background: url(/img/base/basic-arrow-small.gif) no-repeat 0 6px;
  padding-left: 13px;
}

.custom-list li.more a {
  text-decoration: underline;
}

.custom-image {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 160px;
}

.custom-image img {
  display: block;
}

.custom-image .overlay {
  background: #fff;
  filter: alpha(opacity=50);
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.faux-header {
  color: #f7a11a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}

#language {
  display: inline;
  height: 30px;
  line-height: 30px;
  float: right;
  font-weight: bold;
  margin-right: 30px;
}

#language a {
  text-decoration: none;
}

#language a.active {
  color: #ccc;
}

#language img {
  vertical-align: text-top;
}

/* Global 'spacers' */
.grouping {
  overflow: hidden;
}

.spacing {
  margin-bottom: 10px !important;
}

.no-spacing {
  margin: 0 !important;
}

























/* Styling voor de velden uit de formulieren */
.form-example {
  font-style: italic;
}

.form-row {
  margin-bottom: 5px;
  overflow: hidden;
}

.form-row .form-label {
  float: left;
  padding-right: 10px;
  width: 150px
}

.form-row .form-label > label {
}

.form-row .form-input,
.form-row .form-textarea {
  float: left;
  overflow: hidden;
  width: 300px;
}

.form-row .form-textarea {
  width: 692px;
}

.form-row .split-50 {
  float: left;
  width: 50%;
}

.form-row.checkitem input[type=checkbox],
.form-row.checkitem input[type=radio] {
  float: left;
  width: 20px;
}

.form-row.checkitem .extra {
  padding-left: 20px;
}

.form-row.checkitem label {
  float: left;
  width: 500px;
}

.size-52 {
  width: 47px !important /* Minus padding en 1px border-left */
}

.size-111 {
  width: 106px !important/* Minus padding en 1px border-left */
}

.divide {
  margin-right: 7px;
}

.button-container {
  text-align: center;
}

.toelichting {
  font-size: 11px;
  font-style: italic;
}

p .required,
.required label .required,
.toelichting .required {
  color: #f28713;
}

.errors {
  border: 1px solid #db213f;
  padding: 5px 10px;
}

.errors li {
}