@charset "UTF-8";

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

body {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
   background-color: #E3E0E0;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;
}

a {
   color: #585858;
   font-weight: bold;
}

img {
   border: none;
}
ul {
   text-align: left;
}

#canvas {
   margin: 20px;
   width: 960px;
   overlfow: hidden;
   margin-left: auto;
   margin-right: auto;
}

#main {
   width: 960px;
   background-color: #E3E0E0;
   overflow: hidden;
   padding-left: 18px;
   padding-right: 18px;
   background-image: url( ../images/mainBackground.gif );
   background-repeat: repeat-y;
   background-position: top left;
   background-attachment: scroll;
}

#borderTop {
   width: 960px;
   height: 16px;
   background-image: url( ../images/borderTop.gif );
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment: scroll;
   position: relative;
   z-index: 1;
}

#actionButton {
   position: absolute;
   z-index: 2;
   left: 170px;
   top: 128px;
   width: 90px;
   height: 90px;
   border: 0px none white;
}

#borderBottom {
   width: 960px;
   height: 26px;
   background-image: url(../images/borderBottom.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
}

#borderBottomWide {
   width: 960px;
   height: 21px;
   background-image: url(../images/borderBottomWide.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
}

#header {
   width: 924px;
   height: 292px;
   background-image: url(../images/header.jpg);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   position: relative;
}

/* Random aanbod */
.headerObject {
   width: 108px;
   height: 105px;
   position: absolute;
}

.objectCity {
   width: 108px;
   height: 17px;
   color: white;
   font-weight: bold;
   text-align: center;
   overflow: hidden;
}

.objectImage {
   border: 0px none white;
   width: 108px;
   height: 71px;
   background-color: white;
}

.objectPrice {
   width: 108px;
   height: 17px;
   color: rgb(76, 76, 76);
   font-weight: bold;
   text-align: center;
   overflow: hidden;
}

#headerObject1 {
   top: 161px;
   left: 370px;
}

#headerObject2 {
   top: 161px;
   left: 498px;
}

#headerObject3 {
   top: 161px;
   left: 626px;
}

#headerObject4 {
   top: 161px;
   left: 754px;
}

/* Einde random aanbod */ /* Bovenste menu */
#topMenu {
   width: 904px !important;
   width: 924px;
   height: 25px;
   background-color: rgb(76, 76, 76);
   overflow: hidden;
   text-align: left;
   padding-left: 20px;
   display: table-cell;
   vertical-align: middle;
}

.topMenuItemDivider {
   width: 12px;
   height: 25px;
   background-image: url(../images/topMenuItemDivider.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   padding: 6px;
}

.topMenuItem {
   height: 25px;
   color: white;
   font-weight: bold;
   vertical-align: center;
   padding-top: 2px;
}

.topMenuItem:link,.topMenuItem:visited {
   color: white;
   text-decoration: none;
}

.topMenuItem:hover {
   text-decoration: underline;
}

/* Einde bovenste menu */
#contentTop {
   width: 924px;
   height: 6px;
   background-image: url(../images/contentTop.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   padding: 0px;
   margin: 0px;
   white-space: pre;
   overflow: hidden;
}

#contentTopWide {
   width: 924px;
   height: 6px;
   background-image: url(../images/contentTopWide.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   padding: 0px;
   margin: 0px;
   white-space: pre;
   overflow: hidden;
}

#mainPanel {
   width: 924px;
   height: 100%;
   display: block;
   position: relative;
}

#contentPanel {
   width: 675px;
   background-image: url(../images/contentBackground.gif);
   background-repeat: repeat-y;
   background-position: 0 0;
   background-attachment: scroll;
   border: 0px none white;
   background-color: white;
   overflow: hidden;
}

#contentPanelWide {
   width: 924px;
   background-image: url(../images/contentBackgroundWide.gif);
   background-repeat: repeat-y;
   background-position: 0 0;
   background-attachment: scroll;
   border: 0px none white;
   background-color: white;
}

#contentBottom {
   width: 675px;
   height: 10px;
   background-image: url(../images/contentBottom.gif);
   background-repeat: no-repeat;
   left: 0px;
   bottom: 0px;
   overflow: hidden;
}

#contentBottomWide {
   width: 924px;
   height: 10px;
   background-image: url(../images/contentBottomWide.gif);
   background-repeat: no-repeat;
   left: 0px;
   bottom: 0px;
   overflow: hidden;
}

#menuPanel {
   width: 249px;
   height: 100%;
   background-color: white;
   /* display: table-cell;*/
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

.menuPanel {
   padding: 0px;
   padding-top: 20px;
   margin-top: 19px;
   /* margin-left: 16px;*/ /* margin-right: 16px;*/
   width: 215px;
   background-color: white;
   text-align: left;
   display: block;
   overflow: hidden;
}

ul.arrowList {
   list-style-type: none;
}

ul.arrowList li {
   color: rgb(5, 153, 199);
   font-weight: bold;
   font-size: 12px;
   margin: 4px;
   background-image: url(../images/arrow.gif);
   background-repeat: no-repeat;
   background-position: 0 50%;
   padding-left: 14px;
   text-align: left;
   overflow: hidden;
}

#menu {
   background-image: url(../images/menuHeader.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   list-style-type: none;
}

#menuList {
   list-style-type: none;
   background-color: white;
   text-align: left;
   display: block;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   padding-top: 4px;
}

.menuItem {
   color: rgb(5, 153, 199);
   font-weight: bold;
   font-size: 12px;
   margin: 4px;
   background-image: url(../images/arrow.gif);
   background-repeat: no-repeat;
   background-position: 0 50%;
   padding-left: 14px;
   text-aling: left;
   overflow: hidden;
}

.menuItem a:link,.menuItem a:visited {
   color: rgb(5, 153, 199);
   text-decoration: none;
}

.menuItem a:hover {
   text-decoration: underline;
}

.arrow {
   color: black;
   font-weight: bold;
}

#loginStatistics {
   background-image: url(../images/loginHeader.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   text-align: left;
}

#loginText {
   padding-top: 10px;
   font-size: 12px;
   padding-bottom: 10px;
   width: 180px;
   color: rgb(88, 88, 88);
}

#loginField {
   height: 19px;
   width: 215px;
   position: relative;
}

#loginInput {
   width: 140px;
   border: 1px solid rgb(123, 155, 186);
   margin: 0px;
   padding: 0px;
   height: 17px;
   color: rgb(88, 88, 88);
   display: block;
   float: left;
}

#loginButton {
   margin: 0px;
   padding: 0px;
   float: left;
   margin-left: -3px;
}

#webcodeSearchPanel {
   background-image: url(../images/webcodeHeader.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   text-align: left;
}

#webcodeSearchText {
   padding-top: 10px;
   font-size: 12px;
   padding-bottom: 10px;
   width: 180px;
   color: rgb(88, 88, 88);
}

#webcodeSearchForm {
   margin: 0px;
   padding: 0px;
   display: block;
   text-align: left;
}

#webcodeSearchField {
   height: 19px;
   width: 215px;
   position: relative;
}

#webcodeSearchInput {
   width: 140px;
   border: 1px solid rgb(123, 155, 186);
   margin: 0px;
   padding: 0px;
   height: 19px;
   color: rgb(88, 88, 88);
}

#webcodeSearchButton {
   text-align: bottom;
   position: absolute;
   bottom: 0px;
}

#webcodeSearchButton :hover {
   cursor: hand;
   cursor: pointer;
}

#characteristicsPanel {
   background-image: url(../images/characteristicsHeader.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   /* text-align: left;
   overflow: hidden;
   margin-top: 20px;
   margin-bottom: 10px;*/
}

.headerStatusBanner {
   text-align: center;
   color: white;
   text-transform: uppercase;
   font-size: 9px;
   font-wight: bold;
   vertical-align: middle;
   position: relative;
   height: 12px;
   width: 108px;
   border: 0px none white;
   background-color: #EB1922;
   overflow: hidden;
}

.statusBanner {
   background-image: url(../images/statusBanner.gif);
   background-repeat: repeat-x;
   background-position: 0 0;
   background-attachment: scroll;
   text-align: center;
   color: white;
   text-transform: uppercase;
   font-size: 9px;
   font-wight: bold;
   vertical-align: middle;
   position: relative;
   height: 16px;
   margin-top: 1px;
   margin-left: 20px;
   padding: 2px;
   border: 0px none white;
   /* overflow: none;*/
}

.statusBannerContent {
   height: 14px;
   overflow: hidden;
   margin-left: 10px;
   margin-right: 10px;
   white-space: nowrap;
}

.statusBannerLeft {
   background-image: url(../images/statusBannerLeft.gif);
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment: scroll;
   position: absolute;
   left: -3px;
   top: 0px;
   width: 3px;
   height: 16px;
}

.statusBannerRight {
   background-image: url(../images/statusBannerRight.gif);
   background-repeat: no-repeat;
   background-position: top right;
   background-attachment: scroll;
   position: absolute;
   right: -3px;
   top: 0px;
   width: 4px;
   height: 16px;
}

.menuLabel {
   margin-top: 3px;
   margin-bottom: 3px;
   font-weight: bold;
   color: #00AEEF;
   text-decoration: none;
}

.menuText {
   margin-top: 3px;
   margin-bottom: 3px;
   color: #4C4C4C;
   text-align: left;
}

.noBorder {
   border: 0px none white;
}

#optionPanel {
   background-image: url(../images/optionsHeader.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   text-align: left;
   overflow: hidden;
   margin-top: 20px;
   margin-bottom: 10px;
}

#brokerPanel {
   background-image: url(../images/brokerHeader.gif);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-attachment: scroll;
   text-align: left;
   overflow: hidden;
   margin-top: 20px;
   margin-bottom: 10px;
}

#content {
   width: 640px;
   margin-left: 15px;
   margin-right: 20px;
   margin-top: 13px;
   vertical-align: top;
   padding: 0px 9px 0px 9px;
   overflow: hidden;
}

#contentWide {
   width: 898px;
   margin-left: 15px;
   margin-right: 11px;
   margin-top: 0px;
   vertical-align: top;
   padding: 0px 9px 0px 9px;
   overflow: hidden;
}

.pageContent {
   padding-left: 12px;
   padding-right: 12px;
}

.input {
   border: 1px solid rgb(123, 200, 246);
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
}

.panel {
   width: 631px;
   background-color: rgb(220, 221, 222);
}

.panelTop {
   height: 17 !important;
   height: 17px;
   background-image: url(../images/panelTop.gif);
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment: scroll;
   padding-left: 24px;
   padding-top: 10px;
   vertical-align: bottom;
   font-weight: bold;
   color: white;
   font-size: 12px;
   text-align: left;
}

.panelContent {
   background-image: url(../images/panelBackground.gif);
   background-repeat: repeat-y;
   overflow: hidden;
   color: black;
   font-size: 12px;
   text-align: left;
   padding: 10px 24px 10px 24px;
}

.panelContent td {
   padding: 2px 0px 2px 0px;
}

.panelBottom {
   height: 26px;
   background-image: url(../images/panelBottom.gif);
   background-repeat: no-repeat;
   background-position: bottom left;
   background-attachment: scroll;
   padding-left: 24px;
   text-align: left;
}

.panelTop a,.panelBottom a {
   color: #fff;
   text-decoration: none;
   font-weight: normal;
}

.panelTop a.selected,.panelBottom a.selected {
   color: #fff;
   text-decoration: none;
   font-weight: bold;
}

.imagePanel {
   width: 631px;
   background-color: rgb(0, 174, 239);
   background-image: url(../images/panelImage.gif);
   background-repeat: no-repeat;
   background-position: bottom left;
   background-attachment: scroll;
}

.imagePanelTop {
   width: 631px;
   height: 18px;
   background-image: url(../images/imagePanelTop.gif);
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment: scroll;
   overflow: hidden;
   display: table-cell;
   vertical-align: top;
}

.imagePanelContent {
   width: 591px !important;
   width: 631px;
   background-image: url(../images/imagePanelBackground.gif);
   background-repeat: repeat-y;
   background-position: top left;
   background-attachment: scroll;
   overflow: hidden;
   padding-left: 20px;
   padding-right: 20px;
   color: white;
   font-size: 12px;
   text-align: left;
}

.imagePanelSpacer {
   height: 150px;
}

.imagePanelContent p {
   color: #fff;
}

.imagePanelBottom {
   width: 631px;
   height: 18px;
   background-image: url(../images/imagePanelBottom.gif);
   background-repeat: no-repeat;
   background-position: bottom left;
   background-attachment: scroll;
}

td {
   font-size: 12px;
}

p {
   text-align: justify;
   font-size: 12px;
   color: #4C4C4C;
}

h1 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: rgb(5, 153, 199);
   margin: 0;
   /* margin-left: -95px;*/
}

/* * html h1 {
      margin-left: 0;
   }
*/
h2 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: rgb(5, 153, 199);
   margin: 0 0 5px 0;
}

.title {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: rgb(5, 153, 199);
   margin: 0;
}

#imageSlideshowHolder {
   margin: 0 3px;
   height: 365px;
   position: relative;
}

#imageSlideshowHolder img {
   position: absolute;
   left: 43px;
   top: 0px;
   border: 1px solid #919292;
}

#playPauseButton {
   position: absolute;
   top: 20px;
   left: 600px;
}

#omschrijving p {
   text-align: left;
   line-height: 16px;
   margin: 0 0 10px 0;
}

.stretch {
   color: white;
   font-weight: bold;
   height: 18px;
   width: 360px;
   margin: 0 1px 0 0;
   text-align: left;
   background: #00AEEF;
   padding: 5px 0px 2px 10px;
   border-bottom: 2px solid #DFDFDF;
   cursor: pointer;
}

.stretcher {
   text-align: left;
   margin-left: 10px;
}

#submenu {
   color: rgb(5, 153, 199);
}

#submenu a {
   color: rgb(5, 153, 199);
   font-weight: bold;
   text-decoration: none;
   padding: 3px 9px;
}

#submenu a:hover {
   color: #fff;
   background-color: rgb(5, 153, 199);
}

#submenu a.selected {
   color: #fff;
   background-color: rgb(5, 153, 199);
}

div.tooltip {
   width: 260px;
   background-color: #FFF;
   border: 1px solid #7F9DB9;
   visibility: hidden;
   position: absolute;
   margin: 5px;
   padding: 4px;
   filter: alpha(opacity = 95);
   opacity: 0.95;
   -moz-opacity: 0.95;
   z-index: 2;
}

div.tooltipInfo {
   width: 260px;
   background-color: #FFF;
   border: 1px solid #7F9DB9;
   visibility: hidden;
   position: absolute;
   margin: 5px 5px 5px 85px;
   padding: 4px;
   filter: alpha(opacity = 95);
   opacity: 0.95;
   -moz-opacity: 0.95;
   z-index: 1000;
}

div.tooltip p {
   margin: 0px;
   padding: 0px;
}

#commercialImage {
   margin: 4px;
   border: 0px none white;
   vertical-aling: text-center;
}

#commercialLink {
   margin: 4px;
   vertical-aling: center;
   color: #00AEEF;
   text-decoration: none;
}

.message {
   color: red;
   margin-bottom: 20px;
}

.pandStats {
   margin-left: 5px;
   width: 425px;
}

.codeHeader {
   clear: both;
}

.codeHeader span {
   background-color: #097FAD;
   color: white;
   margin: 1px;
   padding: 1px;
   padding-left: 3px;
   border: 1px solid #DEDFDE;
   overflow: hidden;
   display: table;
   float: left;
}

.codeRow {
   clear: both;
}

.codeRow span {
   background-color: white;
   margin: 1px;
   padding: 1px;
   padding-left: 3px;
   border: 1px solid #ACACAC;
   overflow: hidden;
   display: table;
   float: left;
}

span.statWidth {
   width: 200px;
}

/** FORMS **/
.inputtext {
   width: 140px;
   border: 1px solid rgb(123, 155, 186);
   margin: 0px;
   padding: 0px;
   height: 19px;
   color: rgb(88, 88, 88);
   display: block;
}

#loginField label {
   font-weight: normal;
   font-size: 12px;
}

.clear {
   clear: both;
}

.reactieStretch {
   margin-top: 20px;
   margin-left: 20px;
}

.reactieTabel {
   text-align: left;
   margin-left: 20px;
   width: 390px;
}

.reactieTabel td {
   padding: 3px;
}

.reactieTabel th {
   color: #FFFFFF;
   font-weight: bold;
   padding: 3px;
   font-size: 12px;
}

div.reactieStretch {
   background-color: #097FAD;
   color: #FFFFFF;
   font-weight: bold;
   width: 400px;
   padding: 3px;
}

.even {
   background-color: #F0F5F7;
}

table.directions {
   margin-left: 20px;
   text-align: left;
}

div.weeklyStats {
   margin-left:20px;
}
a.accordeonToggle {
   display: block;
   background-color: #097FAD;
   color:#fff;
   border: 1px solid #FFF;
   width: 390px;
   padding: 3px;
   cursor: pointer;
   margin-bottom: 2px;
   font-weight: bold;
   text-align: left;
}

a.accordeonToggle:hover {
   background-color: #F0F3FA;
   color: #097FAD;   
}

a.accordeonToggle span {
   float: right;
   font-weight: normal;
}

table.stats {
   width: 398px;
}

table.stats th {
   background-color: #F0F5F7;
   color: #097FAD;
   padding: 3px;
   font-size: 12px;
}

table.stats td {
   background-color: #fff;
   border: 1 px solid #ACACAC;
   padding: 3px;
   text-align: left;
}
