/***********************/
/* ALGEMEEN */
/***********************/

* {
   margin: 0px;
   padding: 0px;
   border: 0px; 
}

body {
   font-family: Tahoma, Arial, "Trebuchet MS", Serif;
   font-size: 0.75em;
   color: #626365;
   background: #D1D2D3;
   margin-top: 25px;
}

#container {
   margin: auto;
   width: 950px;
   height: 550px;
   overflow: hidden;
   background: white;
}

/***********************/
/* LOGO + TOP MENU */
/***********************/

#header {
   height: 100px;
   background: #626365;
}

/* LOGO */
#logo {
   width: 245px;
   height: 100px;
   background: url('/images/logo.png') no-repeat;
   float: left;
}

   #logo a {
      display: block;
      width: 245px;
      height: 100px;
   }
   
      #logo a span {
         display: none;
      }
      
/* MENU */  
#menu {
   float: left;
   height: 100px;
   width: 705px;
}

   #menu a {
      float: left;
      display: block;
      width: 141px;
      height: 100px;
      text-decoration: none;
   }

      #menu a.actief.down_menu1 {
         background: url('/images/menu/menu1.png') no-repeat;
      }
      
      #menu a.actief.down_menu2 {
         background: url('/images/menu/menu2.png') no-repeat;
      }
      
      #menu a.actief.down_menu3 {
         background: url('/images/menu/menu3.png') no-repeat;
      }
      
      #menu a.actief.down_menu4 {
         background: url('/images/menu/menu4.png') no-repeat;
      }
      
      #menu a.actief.down_menu5 {
         background: url('/images/menu/menu5.png') no-repeat;
      }                        
   
         #menu a.actief span {
            display: none;
         }      
         
/***********************/
/* INHOUD */
/***********************/         

#inhoud {
   width: 950px;
   height: 420px;
   clear: both;
} 

   #inhoud h1 {
      margin-bottom: 30px;
   }

      #inhoud h1.homepage {
         width: 184px;
         height: 17px;
         background: url('/images/home_header.png') no-repeat;
      }
      
         #inhoud h1.homepage span {
            display: none;
         }
   
   #inhoud p {
      margin-bottom: 10px;
      line-height: 18px;
   }
   
   #inhoud a {
      font-weight: bold;
      color: #EBD800;
   }

.links {
   float: left;
   overflow: hidden;
   display: inline;
   height: 380px; /* totaal met padding: 420px; */
   padding-left: 34px;
   padding-top: 40px;         
}

/* HOMEPAGE EN SLIDESHOW */
#links_normaal {
   width: 312px; /* totaal met padding: 391px; */
   padding-right: 40px;
}

#rechts_normaal {
   overflow: hidden;
   height: 420px;
   width: 564px;
   float: left;
   display: inline;   
}

/* REGISTER */
#register_links {
   width: 211px; /* 245px */
}

#register_rechts {
   width: 645px;
   padding-left: 60px;
   margin-left: 245px;
}

#logo_contact {
   float: right;
   margin-right: 10px;
   margin-top: 220px;
}

   #register_rechts input, #register_rechts textarea {
      background: #CCCCCC;
      width: 280px;
      padding: 4px;
      font-size: 11px;
      font-family: Verdana, Arial, Serif;
      color: white;
   }
   
   #register_rechts textarea {
      height: 60px;
   }

   #register_rechts dl {
      padding-top: 80px;
   }
   
      #register_rechts dl dt {
         float: left;
         font-size: 10px;
         text-transform: uppercase;
         width: 100px;
         height: 20px;
         padding-top: 4px;
      }
      
         #register_rechts dl dt.textarea {

         }
      
      #register_rechts dl dd {
         height: 24px;
      }  
      
         #register_rechts dl dd.textarea {
            height: 71px;
         }
         
         #register_rechts dl dd.knoppen {
            margin-left: 157px;
            margin-top: 10px;  
         }
         
#register_rechts a {         
   display: block;
   background: #999999;
   color: white;
   font-weight: bold;
   font-size: 10px;
   text-transform: uppercase;
   width: 80px;
   float: left;
   display: inline;
   padding: 5px;
   text-align: center;
   text-decoration: none;
   margin-left: 10px;
   cursor: pointer;  
}  

    #register_rechts a:hover {
      background: #626365;      
    }    
    
#loader {
   float: left;
   visibility: hidden;
}    

/* BROCHURE */
#brochure_links {
   width: 250px;
   float: left;
}

#brochure_rechts {
   width: 650px;
   margin-left: 300px;
   height: 420px;
   background: url('/images/brochure.png') no-repeat
}

img.foto {
   margin-right: 8px;
   margin-bottom: 4px;
   cursor: pointer;
}

/***********************/
/* FOOTER */
/***********************/         

#footer {
   background: #626365;
   height: 22px;
   padding-top: 8px;
   font-size: 11px;
   letter-spacing: -0.2px;
   overflow: hidden;
   text-align: center;
   color: #9A9A9C;
   text-transform: uppercase;
}

   #footer a {
      text-decoration: none;
      color: #9A9A9C;
   }