/* Algemeen deel stylen */
body { 
	margin: 0; 
	padding: 0; 
	background-image: url(images/achtergrond.jpg); 
	background-position: center top;
	background-repeat: no-repeat; 
	background-color: #ffffcc;
	} 

/* CONTAINERS */
	#container { 
	margin: auto;
	width: 960px;
	}		

/* HEADER */
	#header {
	width: 960px;
	height: 150px;
	}
		
/* MENU */
	#menu {
	float: left; 
	width: 300px;
	height: 550px;
		font-family: Times;
		text-align: left;
		color: #c2ab5f;
		font-size: 14px;
		font-weight: bold;
		}
	
		#menu li {
		margin: 0; 
		padding-left: 70px; 
		list-style: none;
		text-decoration: none;
		line-height: 20px;
		}
		
		#menu a:link {
		color: #c2ab5f;
		text-decoration: none;
		}			
		
		#menu a:hover {
		color: #09432b;
		text-decoration: none;
		}
		
		#menu a:visited {
		color: #c2ab5f;
		text-decoration: none;
		}		
						
/* INHOUD */
		#inhoud { 
		margin: 0;
		padding: 0;
		float: left;
		width: 600px;

		}
		
		#inhoud p {
		font: 15px/18px Times;
		color: #fff;
		line-height: 20px;
		}
		
		#inhoud h1 {		
		font-family: Times;
		font-size: 19px;
		color: #c2ab5f;
		font-weight: normal;
		}
		
		#inhoud h2 { 
		color: #c2ab5f; 
		font-family: Times; 
		font-size: 15px; 
		font-style: italic; 
		font-weight: bold; 
		}
		
		#inhoud a { color: #ff0; font-weight: bold; }
		
		#inhoud table { 
		color: #fff; 
		font-size: 12px; 
		font-family: Times; 
		font-weight: lighter; 
		font-style: normal; 
		}

/* OVERIGE */
						
		img { 
		float: right; 
		padding: 0 5mm 5mm; 
		border: 0; 
		}
		
		address { color: #ffc; font-size: 12px; font-family: arial; font-weight: lighter; padding-top: 16px; padding-left: 340px; }
		
		.left { 
		float: left; 
		padding: 0 5mm 5mm 0; 
		border: 0; 
		}
