@charset "UTF-8";
/* CSS Document */
/* CSS VOOR VLAKKEN*/


#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #339966; 
}

#menu {
	height: 30px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00CCFF;
}
	
	.menu-items li {
		display: inline;
		margin-right: 10px;
		margin-left: 10px;
}
	.menu-items li a:link{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		word-spacing: normal;
		list-style-type: none;
		line-height: 20px;
		color: #000000;
		margin-left: 0px;
		margin-top: 5px;
		text-decoration: none;
}

	.menu-items li a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		word-spacing: normal;
		list-style-type: none;
		line-height: 20px;
		color: #000000;
		margin-left: 0px;
		margin-top: 5px;
		text-decoration: none;
}
	.menu-items li a:hover{
		text-decoration: underline;
}

#container {
	width: 900px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	background-color: #9900CC;
}
#afb {
	width: 610px;
	float: left;
	background-color: #CC6633;

}


#tekst {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	padding-left: 20px;	
	line-height: 15px;
	background-color:#33FF66;
	}
	
	#tekst a:link {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		line-height: 15x;
		text-decoration: none;
		word-spacing: normal;
		list-style-type: none;
		color: #000000;
		}
	
	#tekst a:visited {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		line-height: 15px;
		text-decoration: none;
		word-spacing: normal;
		margin-top: 20px;
		list-style-type: none;
		color: #000000;
}
#tekst a:hover {
		text-decoration: underline;
		}




