/*
Algemeen
*/

* {
   font-family: Verdana, Verdana, Geneva, sans-serif;
   font-size: 11px;
}
   html, body, div, form, ul, input, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }


.clear {
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
}

img {
   border: 0;
}

a {
   color: #f37021;
   text-decoration: underline;
}

/*
Indeling blokken
*/


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

#left,
.siteContainer {
   position: absolute;
   top: 0;
}

#left {
   z-index: 20;
   width: 382px;
   min-height: 766px;
   background: url(../gfx/kid_bottom.jpg) 0 564px no-repeat;
}
      * html #left {
         height: 766px;
      }
      
      #newsletter {
      	position: absolute;
      	bottom: 30px;
      	right: 30px;
      	width: 183px;
      	height: 44px;
         padding: 4px;
         border: 1px solid #f37021;
         background-color: #ffffff;
      }
      
   #menuTop,
   #menuBottom,
   #kidTop {
      position: absolute;
      z-index: 22;
      left: 0;
   }
   #menuTop {
      top: 0;
      width: 438px;
      height: 132px;
   }
   #menuBottom {
      top: 132px;
      width: 408px;
      height: 207px;
   }
   #kidTop {
      top: 339px;
      width: 382px;
      height: 225px;
   }

.siteContainer {
   z-index: 10;
   left: 382px;
   width: 540px;
   min-height: 100%;
   border-left: 2px solid #ffffff;
   border-right: 2px solid #ffffff;
   margin: 0 auto;
   background-color: #ffffff;
}
      * html .siteContainer {
         height: 100%;
      }
   #header {
      height: 132px;
      border-bottom: 3px solid #f37021;
   }
      h1 {
         position: absolute;
         top: 28px;
         left: 78px;
         width: 299px;
         height: 78px;
      }
      
   #content {
      width: 460px;
      padding: 14px 40px;
      min-height: 320px;
      left: 0;
      text-align: justify;
   }
   /*
   #content {
      padding: 14px 40px; 
      text-align: justify;
   }
         * html #content {
            height: 320px;
         }
   */
      #content p,
      #content h3,
      #content h4,
      #content ul {
         margin-bottom: 8px;
      }
      #content img {
         float: right;
         margin-left: 12px;
         margin-bottom: 12px;
         border: 1px solid #888888;
      }
      #content ul {
         margin-left: 2em;
      }
      h3, h3 a {
         padding-top: 16px;
         font-size: 16px;
         font-weight: normal;
         color: #f37021;
      }
      h4 {
         padding-top: 8px;
         color: #f37021;
      }
      #linksPage ul li {
         margin-bottom: 8px;
      }
   #footer {
      height: 52px;
      padding: 10px 40px;
      border-top: 1px solid #f37021;
   }
      #footer,
      #footer a {
         font-size: 10px;
         color: #888888;
      }
      #qforma {
         float: right;
         margin-top: 6px;
      }

      
      



#sponsorTable {
   clear: both;
   background-color: #eece1a;
}
   #sponsorTable td {
      background-color: #fff;
   }
   #sponsorTable img {
      border: 0;
   }
