body {
	background:url(images/achtergrond.gif) repeat-x top #ffe9d4;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11pt;
}
* {
	margin:0;
	padding:0;
}
a {color:#669900;}
a img {border:0;}
div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

#container {
	background:url(images/container.png);
	width:1004px;
	margin:5px auto 0 auto;
}
* html #container {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/container.png", sizingMethod="scale");
}
#container_header {
	background:url(images/header.jpg) no-repeat 1px top;
	padding:0 15px;
}
#container_bottom {
	background:url(images/container_bottom.png) no-repeat bottom;
	width:1004px;
	height:20px;
	margin:0 auto;
}
* html #container_bottom {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/container_bottom.png", sizingMethod="scale");
}

#body {padding:0 0 20px 0;}
div.top {
	height:107px;
	line-height:130%;
	padding:170px 10px 0 10px;
	color:#eae3c1;
}
div.colom, div.colom_green, div.colom_border {
	float:left;
	width:184px;
	height:500px;
	padding:0 5px;
}
div.colom_green {
	background:#008b24;
	border-right:1px solid #eae3c1;
	border-left:1px solid #eae3c1;
}
div.colom_border {
	width:174px;
	padding-left:15px;
	border-left:1px solid #eae3c1;
}
h2 {
	padding:0 0 8px 0;
	font-size:11pt;
}
a.button {
	display:block;
	text-decoration:none;
	color:#fff;
}
a.button img {vertical-align:middle;}