@charset "utf-8";
/* CSS Document */

	body {
		background: #3ba239 url(achtergrond.jpg) 50% top repeat;
		color: #595959;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		}
a {
	text-decoration: none;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
	#leftcontent {
		float:left;
		width:187px;
		background: #ffffff;
		margin: 3px;
		overflow: hidden;
		}

	#container {
		width:780px;
		}
		
	#centerleftcontent {
		float:left;
		width:187px;
		background: #ffffff;
		margin: 3px;
		overflow: hidden;
		}

	#centerrightcontent {
		float:left;
		width:187px;
		background: #ffffff;
		margin: 3px;
		overflow: hidden;
		}

	#rightcontent {
		float:left;
		width:187px;
		background: #ffffff;
		margin: 3px;
		overflow: hidden;
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		border:1px solid #000;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		font-size:11px;	
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
ul.icon  {
  margin: 0 0 10px 2px;
  padding: 0;
  list-style: none;
}
.icon li {
}
.icon li img {
  width: 37px;
  height: 30px;
  border: 1px solid #990000;
  margin: 0 5px 3px 10px; 
  padding: 0; 
  vertical-align: middle;
}

.icon li {
 text-align:left;
 text-decoration: none;
 clear: both;
}
