/* Algemeen deel stylen */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
	font-size: 12px; 
	text-align: left; 
	background-image: url(images/achter_bge.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	}
	
h1 {
	color: #999;
	font-weight: bold;
	font-size: 25px;
	}
	
h2 { 
	color: #999; 
	font-weight: normal; 
	font-size: 20px; 
	line-height: 26px; 
	}
	
h3 {
	color: #c00;
	font-weight: normal;
	font-size: 20px;
	}		

h4 {
	color: black;
	font-weight: bold;
	font-size: 15px;
	}
	
h5 {
	color: #6699CC;
	font-weight: bold;
	font-size: 16px;
	}
	
h6 {
	color: #CC9966;
	font-weight: bold;
	font-size: 16px;
	}	
		
a:link { 
	color: #fff; 
	font-size: 12px; 
	text-decoration: none; 
	}
	
a:visited { 
	color: #fff; 
	font-size: 12px; 	
	text-decoration: none; 
	}
	
a:hover { 
	color: #ccba7e; 
	text-decoration: none; 
	}


ul {
	margin: 0px; 
	padding: 0px;
	}
	
li {
	list-style: none; 
	float: left; 
	height: 21px; 
	padding-right: 25px; 
	}
	

/* CONTAINERS */
	#container { 
	margin: auto;
	background: url(images/achter_bge.jpg);
	width: 850px;
	height: 100%;
	}		

/* TOP */
	#top {
	width: 850px;
	height: 136px;
	}		

/* MENU */
	#menu {
	float: right;
	width: 700px;
	height: 21px;
	}
	
	#menu li{
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	list-style: none;
	margin-top: 2px;
	text-decoration: none;
	} 
		
/* SFEER */
	#sfeer {
	float: right;
	width: 700px;
	height: 136px;
	background-image: url(sfeer/sfeer_afbeelding2.gif);
	background-repeat: no-repeat;
	}
		
						
/* INHOUD */
	#inhoud { 
	float: right;
	background-color: #fff;
	height: auto;
	width: 700px;
	height: 100%;
	text-align: left;
	}
	
	#inhoud a {
	color: #999;
	}
	
/* LEFTMENU */
	#leftmenu {
	float: right;
	width: 150px;
	height: 182px;
	background-color: transparent;
	text-align: center;
	}		
				
/* EXTRA */
	#extra {
	width: 700px;
	height: 20px;
	float: right;
	text-align: center;
	color: #A3A3A3;
	}
	
	.extra link {
	color: #A3A3A3;
	}
	
	/* FOOTER */
	#footer {
	width: 700px;
	height: 20px;
	margin-top: 5px;
	float: right;
	background-color: #016950;
	text-align: center;
	color: #fff;
	}
		
/* EINDE CONTAINER */