/* SVN $Id: main.css 104 2009-06-12 11:34:28Z peter $ */
/* SVN $URL: file:///T:/SOURCE_SVN/Start_Website/httpdocs/css/main.css $ */

/*############################################################################*/
/*# 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 {
  float:                       left;
  clear:                       left;
  width:                       200px;
  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:                       300px;
  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:                       300px;
  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:                       506px;
  height:                      22px;
  line-height:                 22px;
}

div.fielderror, div.counter {
  color:                       #FF0000;
  margin-left:                 200px;
  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:                       212px;
}

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

html,body {
  width:                       100%;
  height:                      100%;
  font:                        normal 13px tahoma, sans-serif;
  line-height:                 16px;
  color:                       #666666;
}

h1 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 24px tahoma, sans-serif;
  color:                       #000000;
}

h2 {
  margin:                      0px 0px 10px 0px;
  padding:                     0px;
  font:                        bold 17px tahoma, sans-serif;
  /* Text color via color stylesheet */
}

h3 {
  margin:                      0px 0px 10px 0px;
  padding:                     0px;
  font:                        bold 15px tahoma, sans-serif;
  color:                       #000000;
  letter-spacing:              0px;
}

h4 {
  margin:                      0px;
  padding:                     0px;
  font:                        normal 16px tahoma, sans-serif;
}

h5 {
  margin:                      0px;
  padding:                     0px;
  font:                        normal 14px tahoma, sans-serif;
}

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

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

p {
  margin-top:                  16px;
}

a {
  color:                       #f58220;
  text-decoration:             underline;
}

.center {
  text-align:                  center;
}

body.editor_content {
  line-height:                 24px;
  text-align:                  justify;
}

/*# /SITE BASIC CSS */
/*############################################################################*/
/*# TEMPLATE_FULLHEIGHT */

div#site {
  min-height:                  100%;
  position:                    relative;
  background:                  transparent url('../images/submenu_content_bg.gif') 400px 244px repeat-x;
}

div#header {
  height:                      214px;
  /* Image loaded via color stylesheet */
}

div#menu {
  padding-top:                 183px;
  margin-left:                 30px;
}

a#logo {
  position:                    absolute;
  width:                       368px;
  height:                      100px;
  display:                     block;
  text-indent:                 -9999px;
  /* Image loaded via color stylesheet */
}

div#body {
  width:                       952px;
  padding-bottom:              162px;
  background:                  #ffffff;
}
div#sidebar_left {
  float:                       left;
  width:                       136px;
  min-height:                  100px;
  _height:                     100px;
}
div#content_right {
  float:                       left;
  width:                       776px;
  margin:                      30px 0px 0px 40px;
}

div#text_content {
  line-height:                 24px;
  text-align:                  justify;
}

div#submenu_content {
  width:                       776px;
  height:                      35px;
  background:                  url('../images/submenu_content_bg.gif') repeat-x;
  margin-bottom:               18px;
}
div#submenu_content h1 {
  width:                      275px;
  margin-left:                -1px;
  letter-spacing:             5px;
  padding:                    3px 0px 0px 0px;
  float:                      left;
}

div.footerfixer {
  clear:                       both;
  line-height:                 18px;
}

div#footer {
  position:                    absolute;
  bottom:                      0;
  width:                       100%;
  height:                      162px;
  /* Image loaded via color stylesheet */
}
div#breadcrumbs {
  height:                      37px;
  padding:                     12px 0px 0px 176px;
  background:                  #ffffff url('../images/footer_dijkmans.gif') top left no-repeat;
}
div#breadcrumbs a {
  height:                      16px;
  display:                     block;
  float:                       left;
  color:                       #666666;
  text-decoration:             none;
}
div#breadcrumbs div.breadcrumb_item {
  height:                      16px;
  width:                       28px;
  float:                       left;
  /* Image loaded via color stylesheet */
}
div#company_info {
  color:                       #ffffff;
  letter-spacing:              0.1pt;
  padding:                     7px 0px 0px 30px;
}
div#white {
  color:                       #a6a6a6;
  font-size:                   11px;
  margin:                      70px 0px 0px 810px;
}
div#white a {
  color:                       #a6a6a6;
  text-decoration:             none;
}

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

ul.mainmenu {
  width:                       922px;
  height:                      32px;
  display:                     inline; /* Using for IE6, otherwise a double margin at the bottom */
}

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

ul.mainmenu li a,
ul.mainmenu li a span{
  display:                     block;
  height:                      31px;
  float:                       left;
}

ul.mainmenu li a.mainitem span {
  padding-right:               18px;
}

ul.mainmenu li a.mainitem:hover,
ul.mainmenu li a.mainitem_selected,
ul.mainmenu li a.mainitem_on {
  /* Color & Background can be found in the color stylesheet */
}

ul.mainmenu li a.mainitem:hover span,
ul.mainmenu li a.mainitem_selected span,
ul.mainmenu li a.mainitem_on span {
  padding-right:               18px;
  /* Color & Background can be found in the color stylesheet */
}

ul.mainmenu li a.mainitem,
ul.mainmenu li a.mainitem:hover,
ul.mainmenu li a.mainitem_selected,
ul.mainmenu li a.mainitem_on {
  font-size:                   18px;
  font-weight:                 bold;
  text-decoration:             none;
  line-height:                 30px;
  text-transform:              lowercase;
  white-space:                 nowrap;
  padding-left:                18px;
}

ul.mainmenu li a.mainitem {
  color:                       #FFFFFF;
}

/* ### SUBMENU */
ul.submenu  {
  margin:                      0px;
  padding:                     0px;
  background:                  #bdc2c8;
  float:                       right;
}

ul.submenu li {
  float:                       left;
  height:                      25px;
  margin:                      0px;
  padding:                     0px 13px;
  list-style:                  none;
  font-size:                   15px;
  font-weight:                 bold;
  text-align:                  center;
  line-height:                 25px;
  background-color:            #bdc2c8;
}

ul.submenu li a {
  text-decoration:             none;
  color:                       #ffffff;
}

ul.submenu li a:hover,
ul.submenu li a.subitem_selected {
  color:                       #000000;
}

ul.submenu li.first {
  padding:                     0px;
  width:                       16px;
  background:                  url('../images/submenu_sides.gif') top left no-repeat;
}
ul.submenu li.last {
  padding:                     0px;
  width:                       16px;
  background:                  url('../images/submenu_sides.gif') top right no-repeat;
}

/* ### SUBSUBMENU */
ul.subsubmenu {
  padding:                     0px;
}
ul.subsubmenu li {
  text-align:                  right;
  list-style-type:             none;
}
ul.subsubmenu li a {
  display:                     block;
  height:                      21px;
  width:                       107px;
  padding:                     0px 8px 0px 0px;
  margin-top:                  7px;
  line-height:                 20px;
  font-size:                   13px;
  text-decoration:             none;
  color:                       #666666;
}
ul.subsubmenu li a.first {
  margin-top:                  40px;
}

ul.subsubmenu li a:hover,
ul.subsubmenu li a.subitem_on  {
  background:                  url('../images/subsubmenu_bg.gif');
  font-weight:                 bold;
   /* Text color via color stylesheet */
}
/*# /SNIP_LISTMENU */
/*############################################################################*/