
body {
   background-color: #667923;
}

.contentWidth {
   position: relative;
   width: 980px;
}

   #top {
      position: relative;
      height: 119px;
      border-bottom: 2px solid #48580f;
   }
      #top .contentWidth {
         height: 119px;
      }
         #logo {
            position: absolute;
            top: 16px;
            left: 23px;
            display: block;
            width: 423px;
            height: 90px;
         }
         #topMenu {
            position: absolute;
            top: 6px;
            right: 0;
         }
            #topMenu li {
               margin-left: 16px;
            }
         #mainMenu {
            position: absolute;
            bottom: 6px;
            right: 0px;
         }
            #mainMenu li {
               margin-left: 20px;
            }
   
   #header {
      height: 123px;
      background: url(../gfx/_header.jpg) top left no-repeat #83873e;
   }
      #homePage #header {
         height: 244px;
         background: url(../gfx/_header.jpg) top left no-repeat #73772b;
      }
      #camping-brabantPage #header {
         position: relative;
         height: 345px;
         overflow: hidden;
         padding-top: 9px;
         background: #faf4dc;
      }
      #gmap {
         position: relative;
         height: 343px;
         background: #83873e;
         border-top: 2px solid #48580f;
      }
   
   #main {
      border-top: 2px solid #48580f;
      border-bottom: 2px solid #48580f;
      background: url(../gfx/bgMain.jpg) 580px 0 no-repeat #faf4dc;
   }
      #main .contentWidth {
         width: 900px; /*980*/
         padding: 40px;
      }
   
   #imageBlock {
      border-top: 2px solid #667923;
      background-color: #a1b267;
   }
      ul.imageGrid {
         margin: 0;
         padding: 8px;
         width: 980px;
         min-height: 155px;
      }
         ul.imageGrid li,
         ul.imageGrid li img {
            width: 176px;
            height: 135px;
         }
         ul.imageGrid li {
            float: left;
            display: inline;
            margin: 8px;
            border: 2px solid #667923;
         }
         ul.imageGrid a {
            position: relative;
            display: block;
         }
            .enlargeIcon {
               position: absolute;
               bottom: 0;
               right: 0;
               z-index: 5;
            }
   
   #footer {
      padding-top: 40px;
      padding-bottom: 16px;
      background: url(../gfx/bgFooter.gif) top left repeat-x;
   }
      #footer .contentWidth {
         width: 957px;
         padding: 0 0 0 23px;
         font-size: 18px;
         color: #fff;
      }
      #footer .right {
         float: right;
         padding-top: 42px;
      }
      #footer a {
         color: #fff;
         text-decoration: none;
      }
         #footer #qforma,
         #footer #qforma a {
            font-size: 15px;
            color: #a4b56a;
         }
         #footer a:hover {
            text-decoration: underline;
         }

.menu {
   list-style: none;
}
   .menu li,
   .menu a {
      float: left;
      display: inline;
   }

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

.nbsp {
   white-space: nowrap;
}

