/*############################################################################*/
/*# WHITE BASIC CSS */

/*###### RESET_CSS (http://developer.yahoo.com/yui/reset/) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:                      0;
  padding:                     0;
}
table {
  border-collapse:             collapse;
  border-spacing:              0;
}
fieldset,img,a {
  border:                      0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:                  normal;
  font-weight:                 normal;
}
ol,ul {
  list-style:                  none;
}
caption,th {
  text-align:                  left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:                   100%;
  font-weight:                 normal;
}
q:before,q:after {
  content:                     '';
}
abbr,acronym {
  border:                      0;
}

/*###### /RESET_CSS */
/*###### BASIC STYLES */

body {
  width:                       100%;
  height:                      100%;
  cursor:                      default;
}

.hidden {
  display:                     none;
}


strong {
  font-weight:                 bold;
}

em {
  font-style:                  italic;
}

a {
  text-decoration:             underline;
  cursor:                      pointer;
  outline:                     none;
}

a:hover {
  text-decoration:             none;
}

ol,ul {
  margin-left:                 12px;
  padding-left:                16px;
}

ol li {
  list-style:                  decimal;
}

ul li {
  list-style:                  square;
}

table td {
  font:                        normal 12px arial, sans-serif;
  line-height:                 16px;
  color:                       #8E3E34;
  vertical-align:              top;
}

/*###### /BASIC STYLES */

/*# /WHITE BASIC CSS */
/*############################################################################*/
/*# SITE BASIC CSS */

body {
  font:                        normal 12px arial, sans-serif;
  line-height:                 16px;
  color:                       #8E3E34;
}

h1 {
  margin:                      10px 0px 0px 0px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   24px;
}

h2 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 12px arial, sans-serif;
  font-size:                   20px;
}

h3 {
  margin:                      0px;
  padding:                     0px;
  font-weight:                 bold;
  color:                       #F39100;
  font-size:                   12px;
}

h4 {
  float:                       left;
  margin:                      14px 0px 0px 0px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   16px;
  color:                       #F39100;
}

h5 {
  float:                       right;
  margin:                      14px 0px 0px 0px;
  padding:                     0px;
  font-size:                   11px;
  color:                       #AFAFAF;
}

h6 {
  float:                       left;
  margin:                      21px 0px 0px 0px;
  padding:                     0px;
  font-weight:                 bold;
  color:                       #F39100;
  font-size:                   20px;
  line-height:                 26px;
}

hr {
  width:                       100%;
  height:                      1px;
  margin:                      0px;
  padding:                     3px 0px;
  border:                      0px;
  border-top:                  dashed 1px #8E3E34;
}

p {
  margin-top:                  16px;
}

a {
  font-weight:                 bold;
  color:                       #F39100;
  text-decoration:             none;
}
a:hover {
  color:                       #F39100;
  text-decoration:             underline;
}

/*# /SITE BASIC CSS */
/*############################################################################*/
/*# Form CSS */

fieldset {
  border:                      0px;
}

xmp {
  font-size:                   18px;
}

label.before {
  float:                       left;
  clear:                       left;
  width:                       150px;
  line-height:                 18px;
}

label.radio, label.checkbox {
  cursor:                      pointer;
}

input.required, textarea.required, select.required {
  background-image:            url('../images/form_required.gif');
  background-repeat:           no-repeat;
  background-position:         top right;
}

input.text {
  width:                       220px;
  height:                      18px;
  padding:                     1px;
  font:                        normal 12px verdana, sans-serif;
  background-color:            #FFFFFF;
  border:                      1px solid #000000;
  cursor:                      text;
  vertical-align:              middle;
}

input.file {
  width:                       224px;
  height:                      22px;
  font:                        normal 12px verdana, sans-serif;
  background-color:            #FFFFFF;
  border:                      1px solid #000000;
  cursor:                      text;
  vertical-align:              middle;
}

input.focus {
  background-color:            #FFFFCC;
}

input.button {
  font:                        normal 12px verdana, sans-serif;
  vertical-align:              middle;
}

input.contentwidth {
  margin-top:                  6px;
  width:                       360px;
}

input.error, textarea.error, select.error {
  border:                      1px solid #FF0000;
}

input.good, textarea.good, select.good {
  /*border:                      1px solid #339933;*/
}

input.radio {
  vertical-align:              middle;
  cursor:                      pointer;
  background:                  none;
  border:                      0px;
}

input.checkbox {
  vertical-align:              middle;
  cursor:                      pointer;
  background:                  none;
}

select.select {
  width:                       220px;
  height:                      18px;
  margin:                      1px;
  font:                        normal 12px verdana, sans-serif;
  border:                      1px solid #000000;
  cursor:                      pointer;
}

textarea.textarea {
  width:                       220px;
  height:                      50px;
  padding:                     1px;
  font:                        normal 12px verdana, sans-serif;
  background-color:            #FFFFFF;
  border:                      1px solid #000000;
  cursor:                      text;
}

fieldset li, fieldset ul {
  list-style:                  none;
  margin:                      0px;
  padding:                     0px;
}

li.oneline {
  clear:                       both;
  line-height:                 20px;
  white-space:                 nowrap;
  vertical-align:              top;
  padding-bottom:              4px;
}

li.multilinein {
  margin-left:                 150px;
}

li.buttons {
  clear:                       both;
  width:                       370px;
  height:                      22px;
  line-height:                 22px;
}

div.fielderror, div.counter {
  color:                       #FF0000;
  margin-left:                 150px;
  margin-top:                  4px;
  height:                      20px;
}
div.counter {
  color:                       #000000;
  white-space:                 nowrap;
}

.hidden {
  display:                     none;
  visibility:                  hidden;
}

span.fieldhint {
  color:                       #AAAAAA;
}

span.hint {
  color:                       #AAAAAA;
}

input#street {
  width:                       153px;
}

input#housenr {
  width:                       60px;
}

input#zip {
  width:                       80px;
}

input#city {
  width:                       133px;
}

input#persontotal {
  width:                       80px;
}

select.vestiging {
  width:		       224px;
}


div#captcha1 {
  float:                       left;
  padding-left:                150px;
}

div#captcha2 {
  float:                       left;
  padding-left:                32px;
  font-size:                   11px;
  line-height:                 13px;
}
div#captcha2 img {
  margin:                      0px 6px 0px -22px;
}

input#captcha_code {
  width:                       111px;
}

div#captcha_code_error {
  clear:                       both;
}

input#submit {
  float:                       right;
  cursor:                      pointer;
  font:                        normal 12px verdana, sans-serif;
}

div#requiredtext {
  float:                       left;
}

/*# Form CSS */
/*############################################################################*/
/*# TEMPLATE CSS */

div#fullscreen {
  position:                    absolute;
  width:                       100%;
  height:                      100%;
  min-height:                  100%;
  text-align:                  center;
}

div#site {
  width:                       952px;
  min-height:                  100%;
  margin:                      0 auto;
  text-align:                  left;
}

div#logo {
  float:                       right;
  width:                       303px;
  height:                      119px;
}

div#header {
  float:                       left;
  width:                       649px;
  height:                      107px;
  text-align:                  left;
}
div#search {
  width:                       649px;
  height:                      88px;
  padding-top:                 19px;
}

a.print {
  font-size:                   9px;
  font-weight:                 normal;
  text-transform:              uppercase;
  color:                       #8E3E34;
}

div#menu {
  float:                       left;
  height:                      45px;
}

div#submenu {
  clear:                       left;
  float:                       left;
  width:                       185px;
  min-height:                  40px;
  margin-top:                  28px;
}
div#submenu_home {
  float:                       left;
  width:                       197px;

}

a.news {
  display:                     block;
  width:                       197px;
  height:                      49px;
  border-bottom:               dashed 1px #8E3E34;
}

span.subtitle {
  font-size:                   15px;
  line-height:                 39px;
  font-weight:                 normal;
  text-transform:              uppercase;
  letter-spacing:              2px;
  color:                       #8E3E34;
}

span.subtitle a, span.subtitle a:hover,
span.subtitle {
  display:                     block;
  width:                       100%;
  height:                      39px;
  line-height:                 39px;
  font-size:                   15px;
  font-weight:                 normal;
  text-align:                  left;
  text-decoration:             none;
  text-transform:              uppercase;
  letter-spacing:              2px;
  color:                       #8E3E34;
  white-space:                 nowrap;
}
span.subtitle a:hover {
  color:                       #F59F20;
}

table.actual {
  width:                       197px;
	 width:                       303px;
}
table.actual td {
  font-size:                   11px;
  vertical-align:              top;
}
td.subtitle {
  font-weight:                 bold;
}
td.date {
  width:                       56px;
  height:                      20px;
  padding-right:               8px;
  line-height:                 20px;
}
td.date a {
  font-size:                   11px;
  font-weight:                 normal;
  text-decoration:             underline;
}
td.date a:hover {
  font-size:                   11px;
  font-weight:                 normal;
  text-decoration:             none;
}

div#breadcrumbholder {
  float:                       left;
  width:                       628px;
  height:                      20px;
  padding-left:                33px;
  margin-top:                  28px;
  font-size:                   10px;
  line-height:                 10px;
  color:                       #8E3E34;
}
a.breadcrumbs {
  font-weight:                 normal;
  font-size:                   10px;
  text-decoration:             underline;
}
a.breadcrumbs:hover {
  font-weight:                 normal;
  font-size:                   10px;
  text-decoration:             none;
}

div.contentblock {
  float:                       left;
  width:                       595px;
  padding:                     0px 33px;
  text-align:                  justify;
}

div.contentblock_home {
  float:                       left;
  width:                       576px;
  margin-top:                  28px;
  padding:                     0px 73px 0px 0px;
}
div#home_img {
  width:                       366px;
  height:                      146px;
  margin-top:                  -18px;
}

div.contentblock_overons {
  width:                       628px;
  padding-right:               0px;
}
a.overons_email {
  font-weight:                 normal;
  text-decoration:             underline;
}
a.overons_email:hover {
  font-weight:                 normal;
  text-decoration:             none;
}

table.vacature {
  width:                       595px;
  height:                      241px;
}
td.vacatures {
  width:                       197px;
  height:                      241px;
  padding-right:               20px;
}

table.overons {
  width:                       100%;
}
td.overons_img {
  width:                       275px;
  text-align:                  right;
}

div#spacer {
  clear:                       both;
  height:                      60px;
}

div#footerholder {
  width:                       952px;
  height:                      50px;
  margin:                      -50px auto 0px auto;
  text-align:                  left;
}

div#footer {
/*  width:                       846px;*/
	 width:                      952px;
  height:                      49px;
  text-align:                  right;
  border-top:                  dashed 1px #8E3E34;
}

/*# /TEMPLATE CSS */
/*############################################################################*/
/*# LISTMENU CSS */

ul.mainmenu {
  height:                      45px;
  margin:                      0px;
  padding:                     0px;
}

ul.mainmenu li {
  height:                      45px;
  margin:                      0px;
  padding:                     0px 14px 0px 0px;
  list-style-type:             none;
  text-align:                  center;
  float:                       left;
  background:                  url('../images/menu_bg.gif') repeat-x left top;
}
ul.mainmenu li.last {
  padding:                     0px;
}

a.mainitem, a.mainitem:hover, a.mainitem_on, a.mainitem_selected {
  float:                       left;
  display:                     block;
  height:                      45px;
  padding:                     0px 5px;
  font-size:                   12px;
  font-weight:                 normal;
  text-decoration:             none;
  line-height:                 48px;
  letter-spacing:              2px;
  text-transform:              uppercase;
  color:                       #8E3E34;
  white-space:                 nowrap;
}
a.mainitem:hover, a.mainitem_on, a.mainitem_on:hover, a.mainitem_selected, a.mainitem_selected:hover {
  color:                       #FFFFFF;
  background:                  url('../images/menu_hover.gif') repeat-x left top;
}

ul.submenu {
  width:                       185px;
  margin:                      0px;
  padding:                     0px;
/*  border-top:                  dashed 1px #8E3E34;*/
  background:                  url('../images/spacer.gif');
}
ul.submenu_home {
  width:                       197px;
}

ul.submenu > li {
  float:                       left;
  display:                     block;
  width:                       100%;
  margin:                      0px;
  padding:                     0px;
  list-style:                  none;
}

a.subitem, a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  display:                     block;
  width:                       100%;
  height:                      39px;
  line-height:                 39px;
  font-size:                   15px;
  font-weight:                 normal;
  text-align:                  left;
  text-decoration:             none;
  text-transform:              uppercase;
  letter-spacing:              2px;
  color:                       #8E3E34;
  white-space:                 nowrap;
 border-bottom:               dashed 1px #8E3E34;
}
a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  color:                       #F59F20;
}

a.subitem_last, a.subitem_last:hover {
  border-bottom:               none;
}

ul.subsubmenu {
  width:                       169px;
  margin:                      0px 0px 0px 0px;
  padding:                     4px 0px 4px 16px;
  border-bottom:               dashed 1px #8E3E34;
}
ul.subsubmenu li {
  width:                       100%;
  height:                      16px;
}
a.subsubitem, a.subsubitem:hover,
a.subsubitem_on, a.subsubitem_on:hover {
  display:                     block;
  width:                       100%;
  height:                      16px;
  font-weight:                 normal;
  font-size:                   12px;
  line-height:                 16px;
  color:                       #8E3E34;
  text-decoration:             none;
}
a.subsubitem:hover,
a.subsubitem_on, a.subsubitem_on:hover {
  color:                       #F59F20;
}



/*# /LISTMENU CSS */
/*###########################################################################*/
/*# OVERVIEW CSS */

table.news_overview {
  width:                       628px;
}

table.news_overview td {
  height:                      82px;
  padding:                     0px;
  border-bottom:               dashed 1px #8E3E34;
  background:                  none;
}

table.activity_calendar td {
  padding:                     6px 0px;
}

table.news_overview td.overview_top {
  height:                      8px;
  text-align:                  center;
}

td.overview_images {
  width:                       82px;
  vertical-align:              middle;
}

td.overview_dat {
  line-height:                 14px;
  vertical-align:              top;
}

td.dat_text h4 {
  clear:                       both;
  margin:                      0px 0px 12px 0px;
}

td.overview_images span.overview_image {
  display:                     block;
  margin:                      8px;
}
td.overview_images a {
  display:                     block;
  margin:                      8px;
  border:                      solid 1px #8E3E34;
}
td.overview_images a:hover {
  border:                      solid 1px #F39100;
}

a.news_content {
  font-weight:                 normal;
  text-decoration:             none;
  color:                       #8E3E34;
}
a.news_content:hover {
  font-weight:                 normal;
  text-decoration:             underline;
  color:                       #8E3E34;
}

td.overview_detail {
  width:                       56px;
  text-align:                  center;
  vertical-align:              middle;
}

table.news_overview td.overview_last {
  border:                      0px;
}
table.news_overview td.overview_bottom {
  height:                      36px;
  text-align:                  center;
}

table.news_overview td.bottom_title {
  font-size:                   16px;
  font-weight:                 bold;
  color:                       #F39100;
  vertical-align:              middle;
}
table.news_overview td.bottom_text {
  text-align:                  left;
  vertical-align:              middle;
}


/*# /OVERVIEW CSS */
/*###########################################################################*/
/*# DETAIL CSS */

table.news_detail {
  width:                       628px;
}

table.news_detail td {
  padding:                     0px;
}

table.news_detail td.detail_top {
  height:                      8px;
}

table.news_detail td.detail_title {
  width:                       420px;
  height:                      53px;
  border-bottom:               dashed 1px #8E3E34;
}
span.date {
  float:                       right;
  font-size:                   11px;
  color:                       #AFAFAF;
}

table.news_detail td.detail_text {
  padding:                     8px 0px;
  border-bottom:               dashed 1px #8E3E34;
}

td.detail_images {
  width:                       208px;
  text-align:                  center;
  vertical-align:              top;
}

td.detail_link {
  height:                      40px;
  line-height:                 40px;
  border-bottom:               dashed 1px #8E3E34;
}

table.news_detail td.detail_bottom {
  padding:                     8px 0px;
}
td.detail_bottom label {
  text-transform:              lowercase;
  vertical-align:              top;
}
td.detail_bottom a {
  color:                       #AFAFAF;
  font-weight:                 normal;
}

/*# /DETAIL CSS */
/*###########################################################################*/


/** banner homepage **/
#banner{
	margin-top: 15px;
	margin-bottom: 30px;
}
