/* Algemeen deel stylen */
body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	}
	
h1 { 
font-size: 24px; 
font-weight: bold; 
line-height: 12px; 
margin-top: 4px;
}	
	
address {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	}	

a:link { color: #036; 
	text-decoration: none;
}

/* CONTAINERS */
	#container { 
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	}		

/* HEADER */
	#header {
	background-image: url(images/header.jpg);
	width: 960px;
	height: 226px;
	float: left;
	}
	

/* MENU */
		#menu {
		width: 250px;
		height: 600px;
		background-image: url(images/menu.jpg);
		float: left;
		
		font-family: "arial"; 
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;

		}
		
		#menu .home {
		color: #003366;
		text-decoration: none;
		}
		#menu .producten {
		color: #003366;
		text-decoration: none;		
		}
		#menu .contact {
		color: #003366;
		text-decoration: none;		
		}	
			
/* INHOUD */
			#inhoud { 
			float: left; 
			background-color: #fff; 
			height: 600px; 
			width: 653px; 
			overflow: auto; 
			padding-left: 40px; 
			
			font-family: "arial"; 
			font-size: 12px; 
			color: #666; 
			line-height: 20px; 
			}
			
/* FOOTER */
			#footer {
			width: 808px;
			height: 27px;
			float: left;
					
/* EINDE CONTAINER */