
body {
   background: url(../gfx/bgBody.gif) top left repeat-x #e0e4e0;
}

.siteContainer {
   position: relative;
   width: 990px;
   margin: 0 auto;
   z-index: 10;
   background: url(../gfx/bgSiteContainer.gif) top left repeat-y;
}
   #top {
      position: relative;
      height: 107px;
   }
      #logo {
         position: absolute;
         top: 47px;
         left: 7px;
      }
      #top .banner {
         position: absolute;
         width: 468px;
         height: 60px;
         top: 22px;
         right: 40px;
      }
      #mainMenu {
         position: absolute;
         top: 4px;
         right: 38px;
      }
         #mainMenu ul {
            list-style: none;
         }
            #mainMenu ul li {
               float: left;
               display: inline;
               margin-left: 14px;
            }
   #main {
      background: url(../gfx/bgMain.gif) top left repeat-y;
   }
      #left,
      #right {
         float: left;
         display: inline;
      }
      #left {
         width: 266px;
      }
         #left .content {
            padding: 18px;
         }
            #left .content,
            #left .content p,
            #left .content h2,
            #left .content h3,
            #left .content div,
            #left .content td {
               color: #fff;
            }
            #left .content h2 {
               font-size: 16px;
               padding-bottom: 6px;
            }
      #right {
         width: 700px;
      }
         #right .column {
            float: left;
            display: inline;
            width: 221px;
            margin-left: 8px;
         }
         #right .content {
            padding: 7px;
         }
   
   #footer {
      padding: 5px;
   }
      #footer,
      #footer a {
         color: #494c48;
      }
/*
#recentVernieuwd {
   position: absolute;
   display: block;
   z-index: 3;
   top: 3px;
   left: 50%;
   margin-left: 470px;
   width: 179px;
   height: 237px;
}
<img id="recentVernieuwd" src="gfx/recent-vernieuwd.jpg" alt="Vernieuwd met links: bouwkavels, kavels"/>
*/


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

.nbsp {
   white-space: nowrap;
}
