/*############################################################################*/
/*# 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 {
  vertical-align:              top;
}

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

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

fieldset {
  border:                      0px;
}

xmp {
  font-size:                   18px;
}

label.before {
  display:                     block;
  width:                       290px;
  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:                       260px;
  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:                       260px;
  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:                       260px;
  height:                      18px;
  margin:                      1px;
  font:                        normal 12px verdana, sans-serif;
  border:                      1px solid #000000;
  cursor:                      pointer;
}

textarea.textarea {
  width:                       260px;
  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:                       260px;
  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 */
/*############################################################################*/
/*# SITE BASIC CSS */

body {
  width:                       100%;
  height:                      100%;
  margin:                      0px;
  padding:                     0px;
}

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

h2 {
  margin:                      0px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   14px;
}

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

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

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

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:                       #a30046;
  text-decoration:             none;
}

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

body {
  background-image:            url('../images/site_background_stripes.jpg');
  font:                        normal normal normal 12px 'Trebuchet MS',verdana;
  letter-spacing:              0.0pt;
}

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

div#site {
  width:                       900px;
  _height:                     300px !important;
  background-color:            #ffffff;
  margin:                      2% auto;
  text-align:                  left;
}

div#topspacer {
  margin-top:                  60px;
  height:                      0px;
}

div#sidebar_left {
  float:                       left;
  width:                       176px;
  min-height:                  450px;

  background-color:            #ffffff;
  padding:                     20px 0px 0px 0px;
}

div#content {
  margin-left:                 176px;
  background-color:            gray;
  width:                       724px;
  min-height:                  479px;
  padding:                     20px 0px 50px 0px;
  background:                  #ffffff;
}

  div#content_page_image {
    float:                      left;
    width:                      382px;
  }

  div#content_page_text {
    width:                      308px;
    margin:                     0px 0px 0px 392px;
  }

div#payoff {
    width:                       100%;
    height:                      35px;
    background:                  #ffffff url('../images/site_content_stijlissterken.jpg') no-repeat center right;
    margin:                      0 auto;
    text-indent:                 -90000px;
    clear: both;
}

div#footer {
  clear:                       both;
  width:                       900px;
  height:                      27px;
  margin:                      -17px auto 6px auto;
  padding-bottom:              60px;
}

/* ### MENU ### */
ul.mainmenu {
  margin:                       0px;
  padding:                      5px 0px 0px 18px;
}

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

a.mainitem,
a.mainitem:hover,
a.mainitem_on,
a.mainitem_selected {
  height:                       22px;
  text-decoration:              none;
  line-height:                  22px;
  color:                        #000000;
}
a.mainitem:hover,
a.mainitem_on,
a.mainitem_on:hover,
a.mainitem_selected,
a.mainitem_selected:hover {
  color:                        #a30046;
}

ul.mainmenu li:hover ul.submenu {
  left:                         auto;
}

/* Sub levels */
ul.submenu,
ul.subsubmenu {
  margin:                       0px 0px 0px 4px;
  padding:                      0px;
}

ul.submenu li,
ul.subsubmenu li {
  margin:                       0px;
  padding:                      0px 0px 0px 3px;
  list-style:                   none;
}

a.subitem, a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  height:                       22px;
  line-height:                  20px;
  text-decoration:              none;
  color:                        #000000;
  text-decoration:              none;
}

a.subitem:hover,
a.subitem_on,
a.subitem_on:hover {
  text-decoration:              none;
  color:                        #a30046;
}

/* ### INFO BOX ### */
ul.infobox {
  padding:                      5px 0px 0px 5px;
}

ul.infobox li {
  margin:                       0px;
  padding:                      0px 0px 0px 0px;
  list-style-type:              none;
  text-align:                   left;
  line-height:                  18px;
}

.editorbody {
  background:                   #ffffff none !important;
}

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