body	{
		background:url(afbeeldingen/achtergrond.png) repeat-x #fcfcfc;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		line-height:150%;
		}
*		{
		border:none;
		margin:0px;
		padding:0px;
		}
h1		{
		width:500px;
		height:80px;
		padding:50px 0 0 0;
		margin:0px auto;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		text-align:center;
		font-size:24px;
		background:#d9d9d9;
		}
h2		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		color:#7bba31;
		font-weight:normal;
		padding:0 0 0 10px;
		margin:10px 0 10px 0;
		border-bottom:#fcfcfc 1px dashed;
		}
ul		{
		margin-left: 15px;
		}
div.wrapper	{
		width:750px;
		margin:0px auto;
		}
div.menu	{
		background:#c6eb6b;
		width:174px;
		padding:10px;
		margin:22px 0 0 0;
		border-left:3px solid #9bcf59;
		border-right:3px solid #9bcf59;
		border-bottom:3px solid #9bcf59;
		float:left;
		}
div.menu ul	{
		list-style:none;
		margin:20px 0 0 0;
		}
div.menu li a:link, div.menu li a:active, div.menu li a:visited	{
		display:block;
		height:25px;
		padding:5px 0 0 10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#7bba31;
		border-bottom:#7bba31 1px dashed;
		text-decoration:none;
		}
div.menu li a:hover	{
		color:#fcfcfc;
		border-bottom:#fcfcfc 1px dashed;
		}
div.menu p	{
		color:#fcfcfc;
		font-size:11px;
		margin:20px 0 0 0;
		text-align:center;
		}
div.content	{
		background:#f7f7f7;
		width:530px;
		padding:10px;
		margin:25px 0 0 0;
		float:left;
		}
div.footer	{
		background:#c6eb6b;
		border-top:3px solid #9bcf59;
		border-bottom:3px solid #9bcf59;
		width:100%;
		margin:250px 0 0 0;
		height:100px;
		clear:both;
		}
label		{
		width:10em;
		display:block;
		float:left;
		}
