			
* {
   margin: 0;
   padding: 0;
}

* html body {
   height: 100%;
}

body {
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 11px;
   background-color: #fff;
}

#siteContainer {
   position: relative;
   min-width: 900px;
   background-color: #dae0dc;
}
   * html #siteContainer {
      height: 670px;
   }
   #top {
      position: relative;
      z-index: 30;
      top: 0;
      left: 0;
      height: 170px;
      width: 100%;
      background-color: #fff;
   }
      #header {
         position: relative;
         width: 900px;
         height: 170px;
         margin: 0 auto;
      }
         #logo {
            position: absolute;
            z-index: 20;
            top: 15px;
            left: -150px;
         }
         
         #zoeken {
            position: absolute;
            z-index: 10;
            top: 34px;
            right: 0;
         }
            #zoekform input {
               float: left;
               display: inline;
               vertical-align: middle;
            }
            #zoekform #zoekwoord,
            #zoeken .ntb_sbc_txt_Search {
               width: 128px;
               padding: 3px;
               margin-top: 1px;
               margin-right: 4px;
               border: none;
               background-color: #f9d7bf;
            }
            #zoekform #submit,
            #zoeken .ntb_sbc_btn_DoSearch {
               height: 22px;
               width: 22px;
               margin: 0;
               border: 0;
               cursor: pointer;
               background: url(images/bgSearchButton.gif) top left no-repeat #fff;
            }
            
         
         #menu {
            position: absolute;
            z-index: 15;
            top: 130px;
            left: 180px;
         }
            #hoofdmenu {
               float: left;
               width: 820px;
               height: 40px;
            }
            #menu ul {
               display: block;
               list-style: none;
               width: 820px;
               height: 40px;
            }
               #menu li,
               #menu a {
                  float: left;
                  display: inline;
               }
               #menu a {
                  height: 25px;
                  padding: 8px 10px 7px 10px;
                  color: #990000;
                  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
                  font-size: 16px;
                  text-decoration: none;
               }
                  #menu li#actief a,
                  #menu a:hover {
                     color: #FFCC00;
                  }
   
               /* second-level lists */
               #menu li ul {
                  position: absolute;
                  top: 40px;
                  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
                  z-index: 100;
                  width: 150px;
                  height: auto;
                  clear: both;
                  background-color: #7B666B;
                  border-left: 1px solid #7B666B;
                  border-right: 1px solid #7B666B;
                  border-bottom: 3px solid #7B666B;
               }
                  #menu li ul a,
                  #menu li#actief ul a {
                     width: 140px;
                     padding: 5px;
                     font-size: 12px;
                     color: #000;
                     border: none;
                  }
                     #menu li#actief ul a:hover {
                        color: #ec7320;
                        border: none;
                     }
                  #menu li ul ul { /* third-and-above-level lists */
                     margin: 0px 0 0 150px;
                     z-index: 100;
                     top: auto;
                     position: absolute;
                  }
                        /*TopMargin negatief voor IE6*/
                        * html #menu li ul ul {
                           margin-top: -28px;
                        }
                     #menu li:hover ul ul,
                     #menu li:hover ul ul ul,
                     #menu li.muisover ul ul,
                     #menu li.muisover ul ul ul {
                        left: -999em;
                     }
                        #menu li:hover ul,
                        #menu li li:hover ul,
                        #menu li li li:hover ul,
                        #menu li.muisover ul,
                        #menu li li.muisover ul,
                        #menu li li li.muisover ul {
                           left: auto;
                        }
         
   
   #columnContainer {
      width: 910px;
      margin: 0 auto;
	   background-color: #990000;
   }

   .bgLeft,
   .bgRight {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 50%;
   }
   .bgLeft {
      left: 0;
	  width: 38%;
	  background:url(Afbeeldingen/Collage.jpg) bottom  no-repeat;
	  /*background: url(images/foto.jpg) 100% 170px no-repeat;*/
      background-color: #990000;

   }
      * html .bgLeft { background-attachment: fixed; }
   .bgRight {
      right: 0;
	  width: 38%;
	  background:url(Afbeeldingen/Collage-rechts.jpg) bottom no-repeat;
      background-color: #990000;
   
   }
   
   #footer {
      padding: 5px;
      background-color: #fff;
   }
      #footerContainer {
         position: relative;
         width: 950px;
         height: 55px;
         margin: 0 auto;
      }
         #contactInfo {
            float: right;
            margin-top: 27px;
         }
      
.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

      #left,
      #main,
      #right {
         float: left;
         display: inline;
         position: relative;
         z-index: 10;
         min-height: 500px;
      }
         * html #left,
         * html #main {
            height: 500px;
         }
      #left
      {
         width: 160px;
      }
      #main {
         width: 580px;
         background-color: #FFCC00;
      }
         #content {
            padding: 30px;
            line-height: 1.5em;
         }
      #right #rightContent {
		  width:170px;
         padding: 30px 0;
         text-align: center;
		 display:inline;
      }
      
      

.nbsp {
   white-space: nowrap;
}


a {
   color: #E16510;
   cursor: pointer;
}

img {
   border: 0;
}
   #content img {
      border: 1px solid #ccc;
      padding: 5px;
      background-color: #fff;
   }

#content p,
#content ul,
#content ol,
#content table {
   margin-bottom: 1em;
}
#content ul,
#content ol {
   margin-left: 1em;
}
   #content li {
      margin-left: 1em;
   }

h1 {
   line-height: normal;
   font-size: 26px;
   font-weight: normal;
   color: #7B666B;
   margin-bottom: 0.6em;
}

h2 {
   margin-bottom: 0.7em;
   padding-top: 7px;
   padding-left: 16px;
   line-height: normal;
   font-size: 15px;
   font-weight: normal;
   color: #e16510;
   background: url(images/h2Bullet.gif) 2px 13px no-repeat;
}

h3 {
   margin-bottom: 0.4em;
   padding-top: 5px;
   line-height: normal;
   font-size: 14px;
   font-weight: normal;
}

h4 {
   margin-bottom: 0;
   padding-top: 5px;
   line-height: normal;
   font-size: 11px;
   font-weight: bold;
}