body	{
		background:url(afbeeldingen/achtergrond.png) repeat-x #fcfcfc;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:175%;
		color:#444444;
		}
*		{
		border:none;
		margin:0px;
		padding:0px;
		}
input, textarea, select	{
		border:1px solid #999999;
		}		
label	{
		width:10em;
		display:block;
		float:left;
		}
h1 		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		font-weight:normal;
		font-style:italic;
		color:#7bba31;
		margin:20px 0 20px 0;
		padding:0 0 0 20px;
		}
a:link, a:active, a:visited	{
		color:#7bba31;
		}
a:hover	{
		color:#444444;
		}
p		{
		margin-left:50px;
		}
div.wrapper	{
		margin:0px auto;
		width:780px;
		}
div.header	{
		background:url(afbeeldingen/logo.png) left no-repeat;
		height:88px;
		width:780px;
		}
div.header ul	{
		list-style:none;
		padding:50px 0 0 275px;
		}
div.header li	{
		float:left;
		}
div.header li a:link, div.header li a:active, div.header li a:visited	{
		float:left;
		background:#555555;
		border-left:1px #666666 solid;
		border-right:1px #666666 solid;
		border-top:1px #666666 solid;
		display:block;
		font-size:14px;
		height:29px;
		padding:7px 10px 0 10px;
		margin:0 10px 0 0;
		color:#fcfcfc;
		text-decoration:none;
		}
div.header li a:hover	{
		background:#fcfcfc;
		border-left:1px #666666 solid;
		border-right:1px #666666 solid;
		border-top:1px #666666 solid;
		color:#444444;
		}
div.content	{
		width:780px;
		padding:25px 0 25px 0;
		}
div.footer	{
		width:780px;
		border-top:1px solid #e7e7e7;
		color:#666666;
		font-size:11px;
		text-align:center;
		}
div.footer a:link, div.footer a:active, div.footer a:visited	{
		color:#7bba31;
		text-decoration:none;
		}
div.footer a:hover	{
		color:#444444;
		}
