/* Algemeen deel stylen */
body {
	margin: 0px;
	padding: 0px;	
	text-align: center;
	} 

/* CONTAINERS */
	#container { 
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/back.jpg);
	width: 980px;
	}

/* MENU */
		#menu {
		float: left;
		width: 159px;
		min-height: 620px;
		text-align: left;
		background-image: url(images/links.jpg);
		background-repeat: no-repeat;
		background-color: #c12624;
		}
				
		#menu li {
		list-style: none;
		background-color: #dc8785;
		border: 1px;
		border-color: #fff;
		border-style: solid;
		padding: 5px;
		margin: 10px auto 10px auto;
		width: 100px;
		
		font-family: verdana, helvetica, arial;
		font-size: 13px;
		}

		#menu a {
		color: #fff;
		text-decoration: none;
		}
		
		#menu a:hover {
		color: #000;
		text-decoration: none;
		}
		
		/* ADRES */
		#adres {
		padding-left: 20px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-weight: normal; 
		line-height: 18px;
		text-align: left;
		height: 150px;
		}
						
/* INHOUD */
		#content { 
		float: left; 
		padding-left: 20px; 
		width: 545px; 
		min-height: 620px; 
		background-image: url(images/achter.jpg); 
		background-repeat: no-repeat; text-align: left; 
		background-color: #fff; 
		background-position: center top; 
		}
		
/* FOTO */
		#foto {
		width: 250px;
		min-height: 620px;
		background-color: #c12624;
		float: right;
		text-align: center;
		background-image: url(images/rechts.jpg);
		background-repeat: no-repeat;
		background-color: #c12624;
		}
	
				
/* FOOTER */
		#footer {
		width: 980px;
		height: 50px;
		}
		
/* EINDE CONTAINER */

p {
color: #666; 
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
line-height: 24px; 
}

h1 { 
color: #999; 
font-size: large; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-weight: bold; 
line-height: 24px; 
}

h2 { 
color: #999; font-size: small; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: lighter; 
line-height: 24px; 
}
