/*############################################################################*/
/*# 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%;
  margin:                      0px;
  padding:                     0px;
  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 {
  vertical-align:              top;
  font:                        normal 11px verdana, sans-serif;
  line-height:                 18px;
  text-align:                  justify;
  color:                       #36170E;
}

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

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

body {
  font:                        normal 11px verdana, sans-serif;
  line-height:                 18px;
  text-align:                  justify;
  color:                       #36170E;
}

h1 {
  margin:                      0px;
  margin-bottom:               10px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   15px;
  color:                       #3D2822;
}

h2 {
  margin:                      0px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   12px;
  color:                       #3D2822;
}

h3 {
  margin:                      0px;
  padding:                     0px;
  font-weight:                 bold;
  color:                       #3D2822;
}

h4 {
  margin:                      0px;
  padding:                     0px;
  font-size:                   16px;
}

h5 {
  margin:                      0px;
  padding:                     0px;
  font-size:                   14px;
}

h6 {
  margin:                      0px;
  padding:                     0px;
  font-size:                   12px;
}

hr {
  width:                       100%;
  height:                      1px;
  border:                      0px;
  border-top:                  1px solid #009EE0;
}

p {
  margin-top:                  16px;
}

a {
  color:                       #1276AE;
  text-decoration:             underline;
}
a:hover {
  color:                       #1276AE;
  text-decoration:             none;
}

/*# /SITE BASIC CSS */
/*############################################################################*/
/*# TEMPLATE CSS */

div#fullscreen {
  position:                    absolute;
  width:                       100%;
  height:                      100%;
  text-align:                  center;
  background-color:            #3D2822;
}

div#shim {
  visibility:                  hidden;
  width:                       100%;
  height:                      50%;
  margin:                      0 auto;
  margin-top:                  -249px;
  float:                       left;
}

img.spacer {
  margin:                      0px;
  border:                      0px;
}

div#siteholder {
  position:                    static;
  width:                       100%;
  height:                      498px;
  margin:                      0 auto;
  clear:                       both;
  background-color:            #3D2822;
}
table.sitetable {
  width:                       100%;
  height:                      498px;
}
td.site_left {
  height:                      498px;
  background:                  url('../images/siteholder_bg.jpg') no-repeat  right top;
}
td.insiteholder {
  width:                       824px;
  height:                      498px;
}
td.site_right {
  height:                      498px;
  background:                  url('../images/siteholder_bg.jpg') no-repeat  left top;
}

div#site {
  width:                       824px;
  height:                      498px;
  text-align:                  left;
  background:                  #FDFCFC url('../images/content_bg.png') no-repeat left top;
}

div#menu {
  width:                       822px;
  height:                      22px;
  border:                      solid 1px #FFFFFF;
  background-color:            #6A554B;
}

div#header {
  width:                       823px;
  height:                      116px;
  border-left:                 solid 1px #FFFFFF;
  background-color:            #6A554B;
}
div#header img {
  float:                       left;
  border-right:                solid 1px #FFFFFF;
}

div#content {
  width:                       746px;
  height:                      300px;
  padding:                     30px 28px 9px 48px;
  text-align:                  justify;
  border:                      solid 1px #FFFFFF;

  overflow:                    auto;
  overflow-y:                  auto;
  overflow-x:                  hidden;
  
  scrollbar-base-color:       #6A554B;   /* basiskleur */
  scrollbar-face-color:       #6A554B;   /* basiskleur frontvlakken */
  scrollbar-arrow-color:      #FFFFFF;   /* pijlkleur */
  scrollbar-3dlight-color:    #F4EEED;   /* randkleur linkboven */
  scrollbar-highlight-color:  #6A554B;   /* hooglicht linksboven */
  scrollbar-darkshadow-color: #F4EEED;   /* randkleur rechtsonder */
  scrollbar-shadow-color:     #6A554B;   /* laaglicht rechtsonder */
  scrollbar-track-color:      #F4EEED;   /* achtergrondkleur lege ruimte scrollbar */
}

div#footer {
  width:                       775px;
  height:                      18px;
  padding-left:                49px;
  font-weight:                 bold;
  text-transform:              uppercase;
  color:                       #FFFFFF;
  background-color:            #3D2822;
}
div#footer a {
  color:                       #FFFFFF;
  text-decoration:             none;
}
div#footer a:hover {
  color:                       #FFFFFF;
  text-decoration:             underline;
}
font.heading {
  color:                       #3695CA;
}
font.powered {
  padding-left:                10px;
  font-weight:                 normal;
  text-transform:              lowercase;
  color:                       #959595;
  font-size:                   9px;
}

div#poweredholder {
  width:                       100%;
  height:                      20px;
}
div#powered {
  width:                       824px;
  margin:                      0 auto;
  text-align:                  right;
  color:                       #6E463B;
  font-size:                   10px;
}
div#powered a {
  font-size:                   10px;
  color:                       #6E463B;
  text-decoration:             none;
}
div#powered a:hover {
  font-size:                   10px;
  color:                       #6E463B;
  text-decoration:             underline;
}

/*# /TEMPLATE 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:                       133px;
}

input#housenr {
  width:                       60px;
}

input#zip {
  width:                       80px;
}

input#city {
  width:                       133px;
}

input#persontotal {
  width:                       80px;
}

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 */
/*############################################################################*/
/*# SNIP_LISTMENU */

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

ul.mainmenu li {
  float:                       left;
  height:                      22px;
  margin:                      0px;
  padding:                     0px;
  list-style-type:             none;
  text-align:                  left;
}

a.mainitem, a.mainitem:hover, a.mainitem_on, a.mainitem_selected {
  display:                     block;
  float:                       left;
  height:                      22px;
  padding:                     0px 15px;
  font-weight:                 bold;
  text-decoration:             none;
  line-height:                 22px;
  text-transform:              uppercase;
  color:                       #FFFFFF;
  white-space:                 nowrap;
  border-right:                solid 1px #FFFFFF;
}
a.mainitem:hover, a.mainitem_on, a.mainitem_on:hover, a.mainitem_selected, a.mainitem_selected:hover {
  background-color:            #3695CA;
}

ul.mainmenu li:hover ul.submenu {
  left:                        auto;
  margin:                      22px 0px 0px -1px;
}

ul.submenu, ul.subsubmenu {
  position:                    absolute;
  clear:                       both;
  left:                        -9999px;
  width:                       170px;
  margin:                      0px;
  padding:                     0px;
  background:                  url('../images/spacer.gif');
  border-top:                  1px solid #FFFFFF;
}

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

a.subitem, a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  display:                     block;
  height:                      22px;
  padding-left:                20px;
  line-height:                 22px;
  font-weight:                 bold;
  text-decoration:             none;
  text-transform:              uppercase;
  color:                       #FFFFFF;
  white-space:                 nowrap;
  background-color:            #3695CA;
  border:                      1px solid #FFFFFF;
  border-top:                  0px;
}
a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  background-color:            #6DB8E1;
}
ul.subsubmenu a.subitem:hover,
ul.subsubmenu a.subitem_on, ul.subsubmenu a.subitem_on:hover {
  background-color:            #6DB8E1;
}

ul.submenu li:hover ul.subsubmenu {
  left:                        auto;
  margin:                      -24px 0px 0px 169px;
}

/*# /SNIP_LISTMENU */
/*############################################################################*/