/* Algemeen deel stylen */
body {
	margin: 0px;
	padding: 0px;
	background-color: #016489;
	color: #666;
	}
	
		
/* CONTAINERS */
	#container { 
	margin: auto;
	background-color: #fff;
	width: 1000px;
	}		

/* HEADER */
	#header {
	text-align: center;
	height: 150px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
		

/* MENU */
		#menu {
		float: left;
		width: 250px;
		height: 600px;
		background-color: #fff;
		}
		
		menu a {
		text-decoration: none;
		color: inherit;
		}
		
		.home {
		margin-top: 30px;
		height: 100px;
		width: 200px;
		float: left;
		background-image: url(img/menu_home.jpg);
		}
		
		.collectie {
		height: 100px;
		width: 200px;
		border: 0pt;
		float: left;
		background-image: url(img/menu_collectie.jpg);
		}
		
		.workshop {
		height: 100px;
		width: 200px;
		border: 0pt;
		float: left;
		background-image: url(img/menu_workshop.jpg);
		}
		
		.agenda {
		height: 100px;
		width: 200px;
		border: 0pt;
		float: left;
		background-image: url(img/menu_agenda.jpg);
		}
		
		.contact {
		height: 100px;
		width: 200px;
		border: 0pt;
		float: left;
		background-image: url(img/menu_contact.jpg);
		}


						
/* INHOUD */
		#inhoud { 
		float: left;
		background-color: #fff;
		width: 715px;
		min-height: 575px;		
		
		padding-top: 25px;
		margin-right: 10px;
		}
		
		p {
		font-family: Times, garamond, serif;
		font-size: 14px;
		text-align: left;
		line-height: 20px;
		color: #666;
		}
		
		h1 {
		font-size: 26px;
		font-weight: normal;
		color: #016489;
		text-transform: capitalize;
		
		}
		
		h2 {
		font-size: 16px;
		color: #000;
		}
		
		h2 {
		font-size: 16px;
		color: #016489;
		}
		
		#inhoud a {
		text-decoration: underline;
		color: inherit;
		}
		
		.table {
		font-size: 14px;
		text-align: left;
		color: #666;
		border: 1px;
		border: #999;
		}
		
		.browse_table {
		background-color: #7b7a7b;
		vertical-align: top;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		}
				
		.browse_line0	{ 
		background: #fff; 
		height: 30px; 
		}
		
		.browse_line1 { 
		background: #ebebf0; 
		height: 30px; 
		} 
		
/* EINDE CONTAINER */