/*************************************************************************
 *
 * Ontwikkeld door: Creative Dimension (http://www.creativedimension.be) 
 * In opdracht van: Joris Bleeker (http://www.jorisbleeker.nl)
 * Auteur: Ilvy Fauvarque (ilvy@creativedimension.be)
 * 
 * Deze code mag dienen als hulp of inspiratie maar mag niet exact
 * gekopieerd worden met de benodigde afbeeldingen zonder de geschreven
 * toestemming van Joris Bleeker (info@jorisbleeker.nl) 
 *
 ************************************************************************/

/**********************
 * HOME TOP
 *********************/

#home_top {
margin-bottom: 12px;
width: 740px;
}

   #home_top_links {
   display: inline;
   float: left;
   height: 264px;
   margin-right: 12px;
   overflow: hidden;
   width: 176px;
   }
   
      #home_top_links_tekst {
      background: url('/images/home_top_tekst.png') no-repeat;
      height: 126px; /*146*/
      padding: 10px;
      width: 156px; /*176*/
      } 
      
         #home_top_links_tekst h1 {
         font-size: 16px;
         }      
      
         #home_top_links_tekst p {
         line-height: 20px;
         margin-top: 10px;
         font-size: 14px;
         }
      
      #home_top_rechts_foto {
      height: 118px;
      width: 176px;
      }     
   
   #home_top_rechts {
   display: inline;
   float: left;
   } 
   
/**********************
 * HOME BALK
 *********************/   

#home_balk {
background: url('/images/home_balk.png') no-repeat;
height: 22px; /*24*/  
margin-bottom: 12px;
padding: 2px 0px 0px 15px;
width: 725px; /*740*/
color: white;
font-size: 14px;
}   

   #home_balk a {
   color: white;
   font-weight: bold;
   }
      
/**********************
 * HOME BOTTOM
 *********************/

#home_bottom {
width: 740px;
}         

   #home_bottom_links {
   display: inline;
   float: left;
   margin-right: 12px;
   width: 176px;
   }
   
      #home_bottom_links_top {
      background: url('/images/home_bottom_top.png') no-repeat;
      font-size: 0px;
      height: 6px;
      width: 176px;
      }
      
      #home_bottom_links_mid {
      background-color: #f0f1f1;
      padding: 7px 10px 0px 10px;
      width: 156px; /*176*/
      }
      
         #home_bottom_links_mid .vak {
         background: url('/images/home_bottom_streep.png') no-repeat;
         background-position: bottom center;
         margin-bottom: 20px;
         padding-bottom: 40px;
         }
         
            #home_bottom_links_mid .vak.laatste {
            background: none;
            margin: 0px;
            }
         
            #home_bottom_links_mid .vak a.link {
            float: right;
            margin-top: 10px;
            }
         
            #home_bottom_links_mid h1 {
            margin-bottom: 10px;
            }
         
            #home_bottom_links_mid .vak p img {
            display: inline;
            float: left;
            margin: 0px 10px 5px 0px;
            }
            
            #home_bottom_links_mid .vak input {
            border: 1px solid #c5c6c7;
            height: 18px;
            margin-top: 10px;
            padding-left: 5px;
            width: 149px; /*154*/
            }
      
      #home_bottom_links_bottom {
      background: url('/images/home_bottom_bottom.png') no-repeat;
      font-size: 0px;
      height: 6px;
      width: 176px;
      }      
   
   #home_bottom_rechts {
   display: inline;
   float: left;
   width: 552px;
   }
   

/**********************
 * HOME BANNERS
 *********************/   
   
#banner {overflow: hidden; width: 552px; height: 264px}
#banner ul li {list-style-type: none; position: absolute; z-index: 999;}
#banner ul li a {}
#links {position: absolute; z-index: 9999; margin-top: 230px; margin-left: 10px;}
#links a {background: white; display: block; float: left; text-align: center; border: 1px solid #DEDEDE;font-weight: bold; height: 18px; width: 20px; padding-top: 2px; margin-right: 5px;}
#links a.actief, #links a:hover {background: #DEDEDE; border: 1px solid #ADADAD}
