/*  Defaults */
*{
    font-family:Arial;
}
html, body{
    width:100%;
    height:100%;
}
h1{
    color:#333333;   
    font-size:16px;
    padding-left:20px;    
    background-image:url(/_img/h1.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-top:5px;
    padding-bottom:10px;
}
h2{
    color:#000000;   
    font-size:14px;
    padding-top:10px;
    padding-bottom:5px;
}


/*  Template */

.body{
    width:100%;
    height:100%;
    background-image:url(/_img/body.gif);
    background-position:center 88px;
    background-repeat:repeat-x;    
    border-collapse: collapse;
}
.container{
    width:960px;  
    margin:0px auto;    
    border-collapse: collapse;
}
.lang{
    vertical-align:top;
    text-align:center; 
}                      
.lang ul{
    margin-left:25px;
}
.lang ul li{
    color:#999999; 
}
                  
.lang ul li a{
    display:block;   
    float:left;
    color:#999999;  
    text-decoration:none;
    font-size:11px;  
    padding:10px 10px 40px 10px;
}
.lang ul li.selected a{  
    text-decoration:underline;
}       
.lang form{
    margin-top:30px;
    padding:0px;
}
.lang td{
    vertical-align:bottom;
}
.newsletter td{
    vertical-align:top;
}
.lang form input{
    position:relative;
    height:15px;  
    border:1px solid #999999;
    background-color:#FFFFFF;   
    color:#999999;           
    font-size:11px;  
    top:-2px;
}
.newsletter form#htmlsendFORM input{
    position:relative;
    height:17px;  
    border:1px solid #999999;
    background-color:#FFFFFF;   
    color:#999999;           
    font-size:11px;    
    top:-1px;
}
.lang form#zoekFORM button{
    height:19px;  
    border:1px solid #999;
    background-color:#FFF;   
    color:#999;           
    font-size:11px;      
    margin:0px;
}
.newsletter form#htmlsendFORM button{  
    height:21px;  
    border:1px solid #999;
    background-color:#FFF;   
    color:#999;           
    font-size:11px;      
    margin:0px;
}                            
 
.lang form input,
.newsletter form input{
    text-indent:5px;
}
.logo{
    height:88px;  
    vertical-align:bottom;  
}
.logo_bg{
    background-image:url(/_img/logo_bg.gif);
    background-position:bottom;
    background-repeat:no-repeat;  
    border-right:1px solid white; 
    border-left:1px solid white;
}
.img{
    vertical-align:bottom;
    text-align:right;  
    background-position:0px 1px;
    background-repeat:no-repeat;   
    height:165px;
}      
.img h6{
    font-size:20px;
    color:white;       
    background-image:url(/_img/slogan.png);
    background-position:right;   
    background-repeat:no-repeat;  
    font-family:"Trebuchet MS";
    text-transform:uppercase;
    font-weight:normal;    
    padding:5px 10px 5px 0px;   
}
.features{
    width:240px;
    height:166px;                             
    background-image:url(/_img/features.jpg);
    background-position:0px 1px;
    background-repeat:repeat-x;      
    text-align:center;
    vertical-align:middle;
    line-height:30px;
    text-transform:uppercase;
    font-family:"Trebuchet MS";
    color:#333333;             
    font-weight:bold;
    font-size:12px;   
    border-right:1px solid white; 
    border-left:1px solid white;
}
html>body .features[class]{
    background-position:0px 0px;
}
.features p{         
    font-size:12px;
    line-height:30px;
    text-transform:uppercase;
    font-family:"Trebuchet MS";
    font-weight:bold;
    color:#333333;
}
.crumbs{
    background-color:#333333;
    color:white;
    font-size:10px;
    height:30px;
    text-indent:20px; 
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
.crumbs a{         
    font-size:10px;
    color:white;
    line-height:30px;
}

.menu{
    border-bottom:30px solid #F4C600; 
    width:229px;
    background-color:#E5E5E5; 
    background-image:url(/_img/menu_bg.gif);
    background-position:top;
    background-repeat:no-repeat;         
    vertical-align:top;
}

.menu ul{
    padding-top:30px;    
    padding-bottom:20px;        
}
.menu ul li ul,
.menu ul li ul li ul{
    padding:0px;          
}         
.menu ul li a{
    display:block;
    font-size:12px;
    font-family:"Trebuchet MS";
    color:#000000;
    width:229px;
    text-indent:25px;
    line-height:22px;
    height:22px;
    text-decoration:none;
}

.menu ul li.selected a{       
    background-color:#333333;
    background-image:url(/_img/menu_selected.gif);
    background-position:left;
    background-repeat:no-repeat;       
    color:white;
}
.menu ul li.selected
        ul li a{      
    font-size:11px;                    
    background-image:url(/_img/blok.png);   
    background-position:20px;
    background-color:transparent;
    color:#000000;  
    text-indent:35px; 
}           
.menu ul li.selected 
        ul li.selected a{      
    background-image:url(/_img/blok_selected.png);  
}  
.menu ul li.selected 
        ul li.selected 
          ul li a{      
    text-decoration:none;
    font-size:11px;
    text-indent:50px;    
    background-image:url(/_img/menu_dot.gif);
    background-position:40px; 
}

.menu ul li a:hover{
    text-decoration:underlined;
}
.logos{
    text-align:center;
    margin-top:20px; 
    margin-bottom:20px; 
                    
}
.content,
.sidebar{
   border-bottom:30px solid #333333;
}
.content{
    /* width:487px; */   
    vertical-align:top;
    width:447px;     
    padding:20px;   
    color:#333333;
    line-height:18px;   
    font-size:12px;
}
.content  h3{
    color:#333333;   
    font-size:14px;
    padding-left:20px;    
    background-image:url(/_img/h1.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-top:5px;
    padding-bottom:10px;
}
.content p{
    color:#333333;   
    font-size:12px;  
    line-height:18px;
    padding-bottom:15px;
}
.content a{ 
    color:#000;
}
.content a:hover { 
    color:#333;
    text-decoration:none;
}      
.content ul, 
.content ol{
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 15px;
}
.content li{
    list-style-image:url(/_img/li.gif);
}
.content img.border8{
    border:8px solid #E5E5E5;
    margin:5px;
}
.content img.border5{
    border:5px solid #E5E5E5;
    margin:5px;
}
.content img.border3{
    border:3px solid #E5E5E5;
    margin:5px;
}


.content .ref_img img{
 border:0px;
 margin:0px;
}

.footer{
    font-size:10px;
    padding-top:10px;
    padding-left:10px;
}         
.footer a{
    color:black;
    text-decoration:none;  
    padding-left:12px;  
    padding-right:12px;
}
.news {
    clear:left;                                      
    width:100%;
    border-bottom:1px solid #CCCCCC;      
    padding-bottom:5px;
    margin-bottom:10px;
}
.news td.ref_img{
    width:120px; 
    height:120px;  
    vertical-align:middle;
    text-align:center;
}
.news td{
   padding-bottom:5px;
}  
.news p,
.news td{
    font-size:11px;
    line-height:17px;
}
.news h2,
.news h4{
    font-size:13px;
}
/* REFERENTIE */
.ref {
    clear:left;                                      
    width:100%;
    border-bottom:1px solid #CCCCCC;      
    padding-bottom:5px;
    margin-bottom:10px;
}
  
.ref td{                    
   padding-bottom:5px;
    vertical-align:top;
}
.ref td.ref_img{
    width:120px; 
    height:120px;            
    padding-top:15px;
    vertical-align:top;
    text-align:center;
}
.ref p{
    padding-bottom:0px;     
}
.ref h2{
    padding-bottom:0px;
}

/* Homepage REF */

.hpref {
    clear:left;                                      
    width:100%;
    padding-bottom:5px;
    margin-bottom:10px;
}
  
.hpref td{                    
   padding-bottom:5px;
    vertical-align:top;
}
.hpref td.ref_img{
    width:120px; 
    height:120px;            
    padding-top:15px;
    vertical-align:top;
    text-align:center;
}
.hpref p{
    padding-bottom:0px;     
}
.hpref h2{
    padding-bottom:0px;
}
/* */
#refSelector{
  background-color:#F6F6F6;
}
.tagSelector{
    padding:10px;  
    font-size:10px;
    line-height:20px;
    width:200px;
    float:left;      
    background-color:#F6F6F6;
}
.tagSelector select{     
    font-size:10px;   
    width:180px;
    background-color:white;
    border:1px solid #ABADB3;
    border-right:1px solid #E3E9EF;
    border-bottom:1px solid #E3E9EF;
}
.sidebar{     
    line-height:20px;
    font-size:12px;
}
.holder{
   border-left:1px solid #ABADB3; 
   margin-top:20px;
   margin-bottom:20px;
   padding-left:10px;
   padding-right:10px; 
   height:100%;
}
.sidebar h3{
    color:#333333;   
    font-size:16px;
    padding-left:20px;    
    background-image:url(/_img/h1.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-top:5px;
    padding-bottom:10px;
}
.sidebar h4{
    color:#333333;
    font-size:13px;
}

.sidebar a{ 
    color:#000;
}
.sidebar a:hover { 
    color:#333;
    text-decoration:none;
} 
.job {
    clear:left;                                      
    width:100%;
    border-bottom:1px solid #CCCCCC;     
    padding-bottom:5px;
    margin-bottom:10px;
}

.webform input{
    width:275px;  
    border:1px solid #CCCCCC;       
    background-image:url(/_img/input_bg.png);
    background-repeat:repeat-x;
    background-position:top;
}
.webform textarea{     
    width:425px;   
    height:150px;   
    border:1px solid #CCCCCC;          
    background-image:url(/_img/input_bg.png);
    background-repeat:repeat-x;
    background-position:top;


}
.webform input.radio,
.webform input.checkbox
{
    background-image:none;
    width:25px;
}
.webform button,
a.button{        
    border:0px;
    background-color:transparent;
    background-image:url(/_img/button.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    height:24px;
    width:150px;
    color:#000000;
    text-decoration:none;
}
.webform button:hover,
a.button:hover{        
    background-position:0px -24px;
}
.content h2{
 clear:left;
}

#contactFORM td{
    padding:5px;
}

