/*algemene opmaak */
body {
    margin:0;                                                                     
    padding:0;                                                         
    color:#555;                                                 
    background:#EEE5DE;                                               
	font-size:0.80em;                                                        
    font-family:tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;        
}

/*opmaak van de banner */
#container1 {                                                          

	width:890px;                                                                    

    margin:auto;                                                

	text-align: left;

}
/*opmaak van de tweede container waarin navigatie en inhoud staan*/
#container2 {  

	width:890px;                                                                           

    margin:auto;                                                              

	text-align: left;

}
/* hoe groot de hoofding is en hoe groot de afbeeldingen die erin staan zijn*/
#hoofding {

    height:120px;                                                                                

    background:#0000ff left top ;                              

}

#hoofding img.right{

    top:20px;

    border:0;

	width:765px; 

    height:120px;

}

#hoofding img.left{
		
		top: 20px;
		
		border:0;
		
		width: 120px;
		
		height:120px;
	
}

/* wat er gebeurd bij de breadcrumbs*/
#breadcrumbs {

    width:100%;                                                                                                                                                   

    clear:both;                                                                          

    float:right;                                                                                     

    background:#0000ff;                                                                           

    border-top:1px solid #888d96;                                                                        

    border-bottom:1px solid #888d96;                                                                

	font-size:0.85em;

} 

#breadcrumbs ul {

    width:100%;                                     

    list-style-type:none;  

}

#breadcrumbs li { 

	float:left            

}

#breadcrumbs ul, #breadcrumbs li { 

	margin:0;          

	padding:0;     

	color:#ffff00;  

	display:block;                                                                                      

	font-weight:bold;                                                                                    

}

#breadcrumbs li a {

    color:#ffff00;                                                                                          

    display:block;                                                                                      

    font-weight:bold;                                                                                    

    padding:1px 10px 2px 10px;                                                                           

	text-decoration:none;                                                                               

}

#breadcrumbs li a:hover  {

    background:#6E729D;                                                                                  

    text-decoration:none;                                                                                

}


/*menu opmaak en opmaak van de ul, li, en tweede li's in het menu*/
#menu {

    float:left;                                                                                                                                                                                

    width:160px;                                                                                         

    padding:10px 0;   
}

#menu ul { 

    margin:0;                                                                                            

    padding:0;                                                                                          

    list-style-type:none;                                                                                

}

#menu ul li { 

	width:140px;                                                                                      

}

#menu ul a {

    width:140px;                                                                                         

    color:#666;                                                                                          

    display:block;                                                                                       

    padding:5px 0;                                                                                                                                                                 

	text-decoration:none;                                                                               

}

#menu ul a:hover {

    color:#4682B4;                                                                                  

    text-decoration:none;                                                                               

}

#menu ul li.titel {

    width:140px;                                                                                         

    color:#ffff00;

	background-color: #0000ff;                                                                                          

    padding:5px 0;                                                                                         

    font-weight:bold;                                                                                                                                                                 

}

#menu ul li.sec {

    width:50px;                                                                                         

    color:#fff;                                                                                          

    padding:2px;                                                                                         

    font-weight:bold;                                                                                                                                                                

}

#menu li a.locatie {

	color:#0000ff;
	font-weight:bold;  

}

/*tekst opmaak van de inhoud */
#main {                                                                               

	padding: 4px;                                                                                                                                                                         
	text-align: left;
	margin-left: 155px;
}
/* text centralisatie in de tabellen*/
#tabel{ 
   text-align: center;
}

