html {
	background:url(achtergrond.gif) repeat-x bottom #73b845;
	min-height:100%;
}
body {
	background:url(achtergrond_top.gif) no-repeat center top;
	height:100%;
	padding:85px 0 0 0;
	font-family:Tahoma, Arial, Verdana;
	font-size:8pt;
	color:#2a5912;
}
* {
	margin:0;
	padding:0;
}
a img {border:0;}

a{
color:#2a5912;
text-decoration:underline;
}
a:hover{
color:#2a5912;
text-decoration:underline;
}
div.clear {
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

/* Container */
div#container {
	background:url(container.gif);
	width:874px;
	margin:0 auto;
}
div#container_top {background:url(container_top.gif) no-repeat top;}
div#container_bottom {
	background:url(container_bottom.gif) no-repeat bottom;
	padding:138px 5px 45px 5px;
}

/* Kolom links */
div#kolom {
	float:left;
	width:255px;
}
div#kolom ul {
	width:201px;
	margin:0 0 3px 0;
	overflow:hidden;
}
div#kolom li {
	float:left;
	display:block;
}
div#kolom li a {
	float:left;
	display:block;
	background:url(kolom_li.gif);
	width:174px;
	line-height:24px;
	padding:0 0 0 25px;
	border:1px solid #f8f8f8;
	border-bottom:0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
div#kolom li.sub a {
	background:url(kolom_li_sub.gif) no-repeat 29px 11px #824c3a;
	width:159px;
	padding:0 0 0 40px;
	font-weight:normal;
}
div#kolom li.sub a:hover {
	background:url(kolom_li_sub_hover.gif);
	text-decoration:underline;
}
div#kolom li.subactive {
	background:url(kolom_li_sub_hover.gif);
	text-decoration:underline;
}
/* /Kolom links */

/* Content */
div#content {
	float:left;
	width:570px;
	line-height:160%;
}

ul {
	margin-left:16px;
}

h1 {
	background:url(h1.gif) no-repeat left;
	padding:0 0 10px 42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15pt;
	color:#2b8422;
}
h2 {
	line-height:50px;
	font-size:11pt;
	color:#037404;
}
/* /Content */

/* Footer */
div#footer {
	background:url(footer.gif);
	width:874px;
	height:35px;
	margin:0 auto;
	padding:24px 0 0 0;
	letter-spacing:1px;
	text-align:center;
	color:#fff;
}
div#footer li {display:inline;}
div#footer span {padding:0 8px 0 15px;}
div#footer a {
	color:#fff;
	text-decoration:none;
}
/* /Footer */
/* /Container */
.form_textarea {
	background:#fff;
	border:1px solid #ccc;
	border-color:#777 #CCC #CCC #777;
	color:#333;
	font-family: inherit;
	width: 370px;
    height: 120px;
	padding:2px 4px 2px 6px;
}
input{
	background:#fff;
	border:1px solid #ccc;
	border-color:#777 #CCC #CCC #777;
	color:#333;
	font-family: inherit;
	width: 200px;
	padding:2px 4px 2px 6px;
}
