﻿html
{
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: auto;
    margin-right: auto;
}

html, body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
}

body#page
{
    /*behavior: url("/fileadmin/templates/main/csshover.htc");*/ /*background:#F8EBC7;*/
    background-color: White;
}

p
{
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 16px;
}

img
{
    border: 0;
    margin: 0;
}

#content
{
    position: absolute;
    width: 980px;
    top: 0px;
    left: 50%;
    margin-left: -490px; /*always take 1/2 from the size of the width, they have to be negative */
    background-color: White;
}

#inner-content
{
    /*height: 350px;*/
    width: 100%; /*position:relative;*/
}

.content-left
{
    float: left;
    width: 190px;
}

.content-right
{
    float: left;
    width: 790px;
}

.inner-content-right
{
    height: 320px;
}

.gastgegevens-wrapper
{
    height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#header
{
}

#footer
{
    margin-top: 20px;
}

#postfooter
{
}

a
{
    text-decoration: none;
    color: #37B54B;
}


/* STAPPEN */
.stappenholder
{
    height: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    width: 790px;
    background-color: #8bc647;
    margin-bottom: 10px;
}

ul#stappen
{
    margin: 0px;
    padding: 0px;
}

ul#stappen li
{
    margin-left: 0px;
    color: #37b54b;
    font-weight: bold;
    background-color: #8bc647;
    float: left;
    list-style: none;
    position: relative;
    padding-left: 1px;
    padding-right: 2px;
}

ul#stappen li a
{
    color: Gray;
    text-decoration: none;
}

ul#stappen li.active
{
    background-color: #FFFFFF;
}

ul#stappen li.active a
{
    color: #37b54b;
    text-decoration: none;
}

ul#stappen li.done a
{
    color: #FFFFFF;
    text-decoration: none;
}

ul#stappen li.spacer
{
    padding-left: 1px;
    padding-right: 1px;
}

ul#stappen li.first
{
    padding-left: 3px;
}

ul#stappen li.last
{
    padding-right: 0px;
}

ul#stappen li.done
{
    background-color: #8bc647; /*	background-color:#37B54B;*/
    color: #FFFFFF;
    text-decoration: none;
}

ol.keuzelist li
{
    font-size: smaller;
    margin-left: 0px;
    padding-left: 0px;
}

ol.keuzelist
{
    margin-top: 0px;
    margin-left: 20px;
    padding-left: 0px;
}


/* SEARCHFORM */
.searchform
{
    background: url(../images/bg_searchform.png) no-repeat left top;
    margin: 10px 0px 0px 0px;
    height: 316px;
    line-height: 16px;
    width: 180px;
    height: 161px;
    padding: 9px 0 0 0;
    z-index: 3500;
}

.searchform .dropdown, .bannercontainer .searchform .button
{
    font-size: 11px;
    color: #333;
}
.searchform .dropdown
{
    width: 155px;
    height: 18px;
    margin: 2px 10px 0 10px;
    padding: 0;
    z-index: 4000;
}
.searchform .dropdown .dropdownbar
{
    padding: 1px 0 0 6px;
    display: inline;
    width: 131px;
    height: 17px;
    float: left;
    background: url(../images/dropdown-bars.gif) no-repeat left top;
    z-index: 101;
}

.searchform .dropdown .dropdownbarhighlighted
{
    padding: 1px 0 0 6px;
    display: inline;
    width: 131px;
    height: 17px;
    float: left;
    background: url(../images/dropdown-bars-highlighted.gif) no-repeat left top;
    z-index: 101;
}

.searchform .dropdown .dropdownbardisabled
{
    padding: 1px 0 0 6px;
    display: inline;
    width: 131px;
    height: 17px;
    color: #999;
    float: left;
    background: url(../images/dropdown-bars-disabled.gif) no-repeat left top;
    z-index: 101;
}


.searchform .dropdown .dropdownselector
{
    cursor: pointer;
    display: inline;
    width: 18px;
    height: 18px;
    float: right;
    background: url(../images/dropdown-selector.gif) no-repeat left top;
    margin: 0;
    padding: 0;
    z-index: 102;
}

.searchform .dropdown .dropdownselectordisabled
{
    display: inline;
    width: 18px;
    height: 18px;
    float: right;
    background: url(../images/dropdown-selector-disabled.gif) no-repeat left top;
    margin: 0;
    padding: 0;
    z-index: 102;
}

.searchform .dropdown .dropdowncontent
{
    position: absolute;
    padding: 0;
    left: 10px;
    top: 180px;
    width: 153px;
    height: 76px;
    display: none;
    background-color: #eee;
    border: 1px solid #ccc;
    z-index: 5;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}
.searchform .dropdown .dropdowncontent ul
{
    margin: 0;
    padding: 0;
}
.searchform .dropdown .dropdowncontent ul li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.searchform .dropdown .dropdowncontent ul li a
{
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1px 0 0 6px;
    height: 17px;
}
.searchform .dropdown .dropdowncontent ul li a:hover
{
    background-color: #37B54B;
    color: #fff;
}

.searchform .divider
{
    margin: 1px 0 0 0;
    font-size: 11px;
    color: #333;
    width: 100%;
    text-align: center;
}

.searchform .button
{
    font-size: 11px;
    padding: 2px 0 0 0;
    height: 20px;
    background: url(../images/form-searchbutton-natuur.gif) no-repeat left top;
    margin: 10px 10px 0 10px;
    text-align: center;
    cursor: pointer;
}

#footer .navigation li
{
    font-weight: bold;
}

.navigation li
{
    display: block;
    float: left;
    font-size: 11px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 5px 0 5px;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: lowercase;
}

.navigation li a
{
    color: #014e97;
    text-decoration: none;
}

.navigation li.active a
{
    color: #f26522;
}

.navigation li a:hover
{
    color: #f26522;
}

.buttonbar
{
    /* bisa: 790 to 780 */
    width: 780px;
    text-align: right;
    margin-top: 10px;
}


.buttonbar .button
{
    position: relative;
    background: transparent url(../images/button-end.gif) no-repeat right center;
    display: inline;
    margin: 0px 0px 0px 1px;
    padding: 5px 5px 5px 0px;
    cursor: pointer;
    width: auto;
}


.buttonbar .button a
{
    background: transparent url(../images/button-start.gif) no-repeat left top;
    _background: transparent url(../images/button-start.gif) no-repeat left center; /* IE6 */
    color: #000000;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 0px 5px 13px;
    width: auto;
}

.buttonbarcenter
{
    /* bisa: 790 to 780 */
    width: 780px;
    text-align: center;
    margin-top: 10px;
}

.buttonbarleft
{
    /* bisa: 790 to 780 */
    width: 780px;
    text-align: left;
    margin-top: 10px;
}

.buttonbarleft .button
{
    position: relative;
    background: transparent url(../images/button-end.gif) no-repeat right center;
    display: inline;
    margin: 0px 0px 0px 1px;
    padding: 5px 5px 5px 0px;
    cursor: pointer;
    width: auto;
}


.buttonbarleft .button a
{
    background: transparent url(../images/button-start.gif) no-repeat left top;
    _background: transparent url(../images/button-start.gif) no-repeat left center; /* IE6 */
    color: #000000;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 0px 5px 13px;
    width: auto;
}

.buttonbarcenter .button
{
    position: relative;
    background: transparent url(../images/button-end.gif) no-repeat right center;
    display: inline;
    margin: 0px 0px 0px 1px;
    padding: 5px 5px 5px 0px;
    cursor: pointer;
    width: auto;
}


.buttonbarcenter .button a
{
    background: transparent url(../images/button-start.gif) no-repeat left top;
    _background: transparent url(../images/button-start.gif) no-repeat left center; /* IE6 */
    color: #000000;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 0px 5px 13px;
    width: auto;
}

input
{
    border: 1px solid #CCCCCC;
}

textarea
{
    border: 1px solid #CCCCCC;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
}

select
{
    border: 1px solid #CCCCCC;
}

.readonlyselect
{
    border: 1px solid #CCCCCC;
    background-color: #E2E2E2;
    color: #000000;
}

.required
{
    color: Red;
}

#wait
{
    border: 1px solid black;
    background: #8BC647;
    width: 220px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 260px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    z-index: 10001;
}

#modalBackground
{
    background-color: Gray;
    opacity: 0.7;
    filter: alpha(opacity = 50);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 10000px;
    height: 1000px;
}

#legenda
{
    display: inline;
    width: 100%;
    text-align: right;
}

#legenda img
{
    margin-left: 10px;
}

#plattegrond
{
}

.objectlist
{
    height: 280px; /* 450 */
    overflow: auto;
}

ul.objecten
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.object
{
    font-size: 90%;
    margin: 0;
    overflow: auto;
    padding: 1em 5px 0px 5px;
    width: 760px;
}

.alternating
{
    background-color: #8bc647;
}

li.object span.title
{
    color: Black;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
    text-decoration: none;
    width: 755px;
    font-size: larger;
}

li.object .descr
{
    display: inline;
    float: left;
    font-size: 100%;
    margin: 0 0 0 0px;
    padding: 0;
    width: 690px;
}

li.object .descr img.thumb
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

li.object .descr img.faciliteit
{
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    vertical-align: bottom;
}


li.object .price
{
    color: #c88422;
    display: inline;
    float: right;
    font-weight: 700;
    padding-left: 0;
    width: 60px;
    text-align: right;
}

li.object .button
{
    background: transparent url(../images/buttongray-end.gif) no-repeat right center;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 0px;
    cursor: pointer;
    width: auto;
    float: right;
}

li.object .button a
{
    background: transparent url(../images/buttongray-start.gif) no-repeat left center;
    color: #000000;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 0px 5px 13px;
    width: auto;
    float: right;
}

li.object .meerinfo a
{
    clear: both;
    color: #37b54b;
    float: right;
    font-weight: bold;
    margin: 1px 1px 1px 1px;
}

 .
li.object.alternating .meerinfo a
{
    clear: both;
    color: White;
    float: right;
    font-weight: bold;
    margin: 1px 1px 1px 1px;
}

.pager
{
    margin-right: 20px;
    text-align: right;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.pager input
{
    vertical-align: bottom;
}

.pager a
{
    color: black;
    font-weight: normal;
}


#TB_ajaxWindowTitle
{
    color: #37B54B;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
    text-decoration: none;
    font-size: larger;
}


div.object .descr
{
    display: inline;
    float: left;
    font-size: 100%;
    margin: 0 0 0 0px;
    padding: 0; /* width:610px; */
}

div.object img
{
    width: 350px;
    height: 233px;
}

div.object td.imgCell
{
    width: 350px;
    height: 233px;
    vertical-align: top;
    background-color: White;
}


div.overzicht
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    width: 95%;
}
div.overzichtwrapper
{
    width: 100%;
    height: 325px;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.titel
{
    font-weight: bold;
    border-top: solid 1px black;
    padding: 20px 0px 20px 10px;
}

div.header
{
    border-top: solid 1px black;
    padding: 5px 0px 5px 5px;
}

div.artikelen
{
    padding: 5px 0px 5px 5px;
}

div.totaal
{
    font-weight: bold;
    border-top: solid 1px black;
    padding: 20px 0px 20px 5px;
}

div.voorwaarden
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding: 20px 0px 20px 10px;
}

div.voorwaarden label
{
    margin-left: 5px;
}


td.artikelnaam
{
    width: 400px;
}

td.euro
{
    width: 10px;
}

td.price
{
    width: 50px;
    text-align: right;
}

div#overDiv table tr td
{
    padding: 2px;
}

.lossebutton
{
    text-align: right;
    position: relative;
    background: transparent url(../images/button-end.gif) no-repeat right center;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 0px;
    cursor: pointer;
    width: auto;
}


.lossebutton a
{
    text-align: right;
    background: transparent url(../images/button-start.gif) no-repeat left top;
    _background: transparent url(../images/button-start.gif) no-repeat left center; /* IE6 */
    color: #000000;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 0px 5px 13px;
    width: auto;
}

.voorkeurthumbnail
{
    border: 1px solid #ccc;
}

.alternatief-header
{
    border-style: none;
    color: White;
    padding: 5px 5px 5px 5px;
    margin-right: 20px;
    background-color: #f36f3c;
    width: 760px;
    font-size: 14px;
    font-weight: bold;
}

#divMedegasten
{
    width: 560px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* BiSa 20-04-2010 MBM-5335 */
.artikelGroep
{
    margin-top: 15px;
}
.artikelGroep .lblArtikelGroep
{
    /* GeMa 15-10-2010 MBM-5335: Style element voor ArtikelGroep omschijving in arikel.aspx */
    font-weight: bold;
}

#divArtikelGroepen
{
    height: 270px;
    overflow-x: hidden;
    overflow-y: auto;
}


body#informatieaanvraag .buttonbar
{
    width: 550px;
    text-align: right;
    margin-top: 10px;
}


#weekendhead
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 70px;
    padding: 2px;
}

#midweekhead
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 70px;
    padding: 2px;
}

#weekhead
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 70px;
    padding: 2px;
}

.arrangementhead
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 85px;
    padding: 2px;
}

#datumhead
{
    width: 100px;
}

.objecttypehead
{
    height: 32px;
    background-color: White;
    vertical-align: top;
}

#eerderhead
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    padding: 2px;
    width: 100px;
}

#weekend
{
    text-align: center;
    width: 70px;
    padding: 2px;
}

#midweek
{
    text-align: center;
    width: 70px;
    padding: 2px;
}

#week
{
    text-align: center;
    width: 70px;
    padding: 2px;
}

.arrangementcell
{
    text-align: center;
    width: 85px;
    padding: 2px;
}

#datum
{
    padding: 2px;
}

#item
{
    background-color: #DCF2BC;
}

#alternatingitem
{
    background-color: White;
}

#weekendfoot
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 70px;
    padding: 2px;
}

#midweekfoot
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 70px;
    padding: 2px;
}

#weekfoot
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 70px;
    padding: 2px;
}

#arrangementfoot
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 85px;
    padding: 2px;
}

#datumfoot
{
    width: 100px;
}

#laterfoot
{
    background-color: #8bc647;
    font-weight: bold;
    color: White;
    padding: 2px;
    width: 100px;
}

div#Verhuur
{
    background-color: White;
    width: 780px;
    height: 330px;
    overflow: auto;
}

.Arrangement
{
    /*Color: Red;*/
}

.periodetype
{
    width: 70px;
}
.periodetypeArr
{
    width:85px;
}

