/*#FONTS#*/
@font-face {
	font-family: 'Futura-BoldRegular';
	src: url('/fonts/Futura-Bold.eot');
	src: local('☺'), url('/fonts/Futura-Bold.woff') format('woff'), url('/fonts/Futura-Bold.ttf') format('truetype');
}

/* Start reset */
body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #2d2c23;
  background-image: url(/img/base/bkg-body.png);
  background-repeat: repeat-x;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-top: 7px;
}

a {
  color: #004d66;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}

a img {
  border: none;
}

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

h1 {
  background-image: url(/img/base/bkg-headers.png);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #395169;
  font-family: Futura-BoldRegular, Arial, Verdana, Tahoma, sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 26px;
  text-transform: uppercase;
  /* The following disables cleartype in IE7/8 so the font Futura looks nice.
     See http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8 . */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/fonts/hIEfix.png,sizingMethod=crop);
  zoom:1;
}

h2 {
  background-image: url(/img/base/bkg-headers.png);
  background-position: left -25px;
  background-repeat: no-repeat;
  font-size: 12px;
  margin-bottom: 8px;
  padding-left: 21px;
}

h3 {
  background-image: url(/img/base/bkg-headers.png);
  background-position: left -50px;
  background-repeat: no-repeat;
  font-size: 10px;
  margin-bottom: 6px;
  padding-left: 17px;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 25px;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

button,
a.button,
a.button:link,
a.button:visited {
  /*
      Strip down the button and link elements to a base we can work with.
  */
  background-color: transparent;
  padding: 0 0 0 0;
  margin: 0 3px 0 3px;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  overflow: visible;
}

button:focus,
a.button:focus {
  background-color: transparent;
  outline: 1px dotted #395169;
}

button, x:-moz-any-link {
  /*
      FF fix to make button spacing even across browsers.
  */
  margin: 0 0 0 0;
}

*:first-child+html button {
  /*
      Reset IE7 back to what it was for previous fix.
  */
  margin: 0 3px 0 3px;
}

button span,
a.button span,
a.button:link span,
a.button:visited span {
  /*
      Set the span tags to display: block, as they will work our background-image magic.
  */
  display: block;
}


/*--------------------------------------------------------------------------------------------------

   CUSTOMIZATIONS

   Edit below to change the look and feel of the buttons and even add more classes for
   different looks and feels.

--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  color: #e3e3e3;
  /*
      HEIGHT - Total height of button.
  */
  height: 60px;

  /*
      NOTE - You must define the font here otherwise your buttons and links could end up diffrent.
  */
  font-family: Futura-BoldRegular, Arial, Verdana, Tahoma, sans-serif;

  font-size: 22px;
  text-transform: uppercase;

}

button.button_active,
a.button_active {
}

button span,
a.button span,
a.button:link span,
a.button:visited span {
  /*
      Right side padding for button (default).
  */
  padding: 0 5px 0 0;

  /*
      SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).
  */
  height: 58px;

  /*
      We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
  */
  background-image: url(/img/base/btn-blue.png);
  background-position: right -58px;
  background-repeat: no-repeat;
}

button span span,
a.button span span,
a.button:link span span,
a.button:visited span span {
  /*
      Left side padding for button (default).
  */
  padding: 0 26px 0 64px;

  /*
      SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).
  */
  height: 59px;

  /*
      SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will
                          center the text vertcailly.
  */
  line-height: 59px;

  /*
      We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
  */
  background-image: url(/img/base/btn-blue.png);
  background-position: left top;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
  zoom:1;
}

button:focus span,
a.button:focus span,
button:hover span,
a.button:hover span {
  background-position: right -174px;
}

button:focus span span,
a.button:focus span span,
button:hover span span,
a.button:hover span span {
  background-position: left -116px;
}

legend {
  display: none;
}

input[type=password],
input[type=text],
select,
textarea {
  background: #fff;
  border: 1px solid #a1714b;
  height: 17px;
  padding: 2px 3px;
  width: 358px;
}

textarea {
  padding: 0;
  width: 377px;
}

select {
  height: 23px;
  padding: 0;
  width: 366px;
}

textarea {
  height: 80px;
  overflow: auto;
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  background: #e3e3e3;
  border: 1px solid #395169;
  color: #2a2a2a;
}

input[type=radio] {
  margin-left: 0;
  margin-top: 0;
  vertical-align: text-bottom;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/*#BASIC#*/
#base {
  background-image: url(/img/base/bkg-header.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0 17px;
  width: 960px;
}

#base #contents {
  background-color: #efeac2;
  background-image: url(/img/base/bkg-contents.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  min-height: 225px;
  padding: 25px 20px 150px;
}

#base #contents #b1,
#base #contents #b2 {
  float: left;
}

#base #contents #b1 {
  text-align: justify;
  width: 605px;
}

#base #contents #b1 p img {
  background-color: #fff;
  border: 1px solid #6b3a12;
  margin: 7px;
  padding: 5px;
}


#base #contents #b1 ol,
#base #contents #b1 ul {
  color: #395169;
  margin-left: 40px;
}

#base #contents #b1 ol li,
#base #contents #b1 ul li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  padding-left: 20px;
}

#base #contents #b1 li {
  list-style-type: none;
  background-image: url(/img/base/lst-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  line-height: 20px;
}

#base #contents #b2 {
  text-align: right;
  width: 315px;
}

#base #contents #b2 a img {
  display: block;
}

#base #header {
  height: 206px;
  padding: 0;
  text-align: center;
}

#base #header #nav {
  height: 49px;
}

#base #header #nav li {
  color: #395169;
  font-size: 13px;
  line-height: 49px;
  list-style: none;
  float: left;
}

#base #header #nav li a {
  color: #395169;
  font-family: Futura-BoldRegular, Arial, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 14px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/fonts/hIEfix.png,sizingMethod=crop);
  zoom:1;
}

#base #header #nav li.active-item a {
  color: #d03028;
  background-image: url(/img/base/bkg-nav.png);
  background-repeat: no-repeat;
}

#base #header #nav li a:hover {
  background-image: url(/img/base/bkg-nav.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #e93028;
  text-decoration: none;
}

#base #header #nav li:first-child a {
  padding: 0;
}

#base #header #nav li.active-item:first-child a {
  background-position: -20px top;
  padding: 0;
}

#base #header #nav li:first-child a:hover {
  background-position: -20px bottom;
  padding: 0;
}

/*CONTENT GERELATEERDE BLOKKEN */

#footer {
  color: #f0ebc5;
  font-size: 10px;
  text-align: center;
}

#footer a {
  color: #f0ebc5;
  text-decoration: underline;
}

#footer a:hover {
  color: #ddd;
}

#footer #nav-footer {
  text-align: center;
}

#footer #nav-footer a {
  font-size: 11px;
}

#footer li {
  display: inline;
  list-style: none;
}

#teasers {
  clear: both;
  list-style-type: none;
  padding-top: 35px;
}

#teasers li {
  background-image: url(/img/base/bkg-teaser.png);
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 109px;
  margin-left: 5px;
  padding: 10px 15px;
  position: relative;
  width: 273px;
}

#teasers li:first-child {
  margin-left: 0;
}

#teasers li a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

#teasers li a:hover {
  color: #6b3a12;
}

#teasers li p > a {
  display: block;
  float: left;
}

#teasers li p > a > img {
  display: block;
  margin-left: 6px;
  overflow: hidden;
  padding: 1px;
}

#teasers li p > a:focus {
  outline: none;
}

#teasers li p > a:hover > img,
#teasers li p > a:focus > img{
  border: 1px dotted #6b3a12;
  padding: 0;
}

#teasers li p > a:first-child > img {
  margin-left: 0;
}

#teasers li p > img {
  bottom: 4px;
  position: absolute;
  right: 4px;
}

#teasers li p {
  margin-bottom: 0;
  margin-right: 50px;
}

#teasers li + li + li p {
  margin-right: 0;
}


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

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

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

/* Styling voor de velden uit de formulieren */
.custom-form {
  padding: 20px 25px 0 25px;
}

.custom-form h2 {
  background: none;
  border-bottom: 1px dotted #395169;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

.custom-form .form-button,
.custom-form .form-row {
  margin-bottom: 3px;
  overflow: hidden;
}

.custom-form .form-button button {
  float: right;
  font-size: 18px;
  height: 40px;
}

.custom-form .form-button button span {
 height: 38px;
 background-image: url(/img/base/btn-blue2.png);
 background-position: right -38px;
}

.custom-form .form-button button span span {
  background-image: url(/img/base/btn-blue2.png);
  background-position: left top;
  height: 39px;
  line-height: 39px;
  padding: 0 12px 0 45px;
}

.custom-form .form-button button:focus span,
.custom-form .form-button button:hover span {
  background-position: right -114px;
}

.custom-form .form-button button:focus span span,
.custom-form .form-button button:hover span span {
  background-position: left -76px;
}

.custom-form .form-row .form-label {
  float: left;
  font-weight: bold;
  padding-right: 6px;
  width: 183px;
}

.custom-form .form-row .form-input {
  float: left;
  overflow: hidden;
}

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

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

.custom-form .form-row input.firstname {
  float: left;
  margin-right: 4px;
  width: 173px;
}

.custom-form .form-row input.lastname {
  float: left;
  width: 173px;
}

.custom-form .form-row input.zipcode {
  float: left;
  margin-right: 4px;
  width: 58px;
}

.custom-form .form-row input.city {
  float: left;
  width: 288px;
}

.custom-form .form-row.checkitem .form-input label {
  padding-right: 5px;
}

.custom-form .form-row.checkitem .form-input label.inline {
  font-weight: bold;
  padding-right: 0;
  width: 238px;
}

#base #contents #b1 .form-errors {
  border: 2px solid #e4302c;
  color: #e4302c;
  margin-bottom: 15px;
  padding: 10px;
}

#base #contents #b1 .form-errors ul {
  color: #e4302c;
  list-style-image: url(/img/base/lst-error.png);
  margin-left: 25px;
}

#base #contents #b1 .form-errors ul li {
  background: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding-left: 10px;
}

#base #contents #b1 #sponsors,
#base #contents #b1 #sponsors ul {
  list-style: none outside none;
  margin-left: 0;
  text-align: left;
}

#base #contents #b1 #sponsors li {
  background: none;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding-left: 7px;
}

#base #contents #b1 #sponsors > li {
  background-color: #d0c996;
  float: left;
  height: 190px;
  margin-left: 25px;
  margin-top: 16px;
  position: relative;
  padding-left: 0;
  width: 176px;
}

#base #contents #b1 #sponsors > li > a {
  bottom: 0;
  display: block;
  position: absolute;
  text-align: center;
  height: 75px;
  line-height: 73px;
  width: 160px;
  background-color: #fff;
  border: 1px solid #6b3a12;
  margin: 7px;
  padding: 0;
}

#base #contents #b1 #sponsors > li > a img {
  display: inline-block;
}

#base #contents #b1 #sponsors > li > h2 {
  background-color: #cfbb77;
  background-image: none;
  color: #000;
  margin-left: -21px;
  padding: 0 2px;
}

#base #contents #b1 table {
  width: 605px;
}

#base #contents #b1 table .number {
  width: 25px;
}

#base #contents #b1 table .name {
  width: 170px;
}

#base #contents #b1 table td,
#base #contents #b1 table th {
  padding-left: 5px;
  text-align: left;
}

#base #contents #b1 table td:first-child,
#base #contents #b1 table th:first-child {
  padding-left: 0;
}

#base #contents #b1 #photogallery-album img,
#base #contents #b1 #photogallery-category img,
#base #contents #b1 #photogallery img {
  vertical-align: middle;
}

#base #contents #b1 #photogallery-album,
#base #contents #b1 #photogallery-category,
#base #contents #b1 #photogallery {
  float: left;
  list-style: none outside none;
  overflow: hidden;
  margin-left: 0;
  padding: 0;
}

#base #contents #b1 #photogallery-album li,
#base #contents #b1 #photogallery-category li,
#base #contents #b1 #photogallery li {
  background: none;
  background-color: #c6c090;
  border: 1px solid #c6c090;
  float: left;
  margin: 0 15px 15px 0;
  overflow: hidden;
  padding: 0;
  width: 188px;
}

#base #contents #b1 #photogallery-album li:hover,
#base #contents #b1 #photogallery-category li:hover,
#base #contents #b1 #photogallery li:hover {
  background-color: #a1714b;
  border-color: #a1714b;
  cursor: pointer;
}

#base #contents #b1 #photogallery-album li.lastitem,
#base #contents #b1 #photogallery-category li.lastitem,
#base #contents #b1 #photogallery li.lastitem {
  margin-right: 0;
}

#base #contents #b1 #photogallery-album li > .inner,
#base #contents #b1 #photogallery-category li > .inner,
#base #contents #b1 #photogallery li > .inner {
  background-color: #fff;
  display: table-cell;
  height: 135px;
  padding: 4px;
  *padding-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: 180px;
}


#base #contents #b1 #photogallery-category li .leesmeer,
#base #contents #b1 #photogallery li .leesmeer {
  background-color: #c6c090;
  color: #000;
  display: block;
  font-style: normal;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding-left: 9px;
  text-decoration: none;
}

#base #contents #b1 #photogallery-category li:hover .leesmeer,
#base #contents #b1 #photogallery li:hover .leesmeer {
  background-color: #a1714b;
  color: #fff;
}

#base #contents #b1 #pager-container {
  clear: both;
}

#base #contents #b1 #pager-container #pager {
  overflow:auto;
  padding:0 0 0 3px;
  margin-left: 0;
}

#base #contents #b1 #pager-container #pager li {
  background: none;
  color: #000;
  font-style: normal;
  font-weight: bold;
  list-style:none outside none;
  float:left;
  padding: 0;
  margin:0;
}

#base #contents #b1 #pager-container #pager li.active-item strong {
  color: #999;
  font-weight: bold;

}

#base #contents #b1 #pager-container #pager span,
#base #contents #b1 #pager-container #pager strong {
  padding:0 3px;
}
