* {
	margin: 0;
	padding: 0;
}
body,html{
	width: 100%;
	height: 100%;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	background: url("images/bg.jpg");
	text-align: justify;
}
h1{
	font-family: Arial, sans-serif;
	color: #2d7e37;
	font-size: 35px;
	font-weight: 100;
	margin-bottom: 25px;
}
h2, h2 a{
	color: #2d7e37;
	font-size: 25px;
	font-weight: 100;
	margin: 25px 0 10px 0;
	text-decoration: none;
}
img{
	border: none;
}
dl{
   display: block;
   width: auto;
   height: auto;
}
dt{
   display: block;
   float: left;
}
p{
	margin-bottom: 10px;
}
ul li{
	margin-left: 18px;
}
#tekst a{
	text-decoration: none;
	color: #65B377;
	border-bottom: 1px dotted #65B377;
}
p a:hover{
	border-bottom: none;
	color: #2D7E37;
}
#container{
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 749px;
	border-left: 1px solid #a1d6b0;
	border-right: 1px solid #a1d6b0;
	background: url("images/faux.jpg");
}
#header{
	height: 158px;
	margin-left: 1px;
	background: url("images/header.jpg") no-repeat;
	border-bottom: 1px solid #a1d6b0;
}
#menu{
	width: 215px;
	font-size: 12px;
	float: left;
	font-family: Arial, sans-serif;
}
ul#navlist{
	list-style: none;
	margin: 25px 0 35px 0;
}
ul#navlist li{
	width: 190px;
	margin: 0 auto;
	height: 43px;
	line-height: 32px;
	border-bottom: 1px solid #006633;
	color: #006633;
}

ul#navlist li a {
	display: block; 
	width: 191px; /**196-5px(padding)**/
	height: 42px; /**48-6px(padding)**/
	color: #006633;
	text-decoration: none;
	padding: 6px 0 0 5px;
}

ul#navlist li a.subitem{
	margin-left: 30px;
	width: 153px;
}
ul#navlist .firstli{
	border-top: 1px solid #006633;
	height: 35px;
	padding: 6px 0 0 5px;
}
ul#navlist li a:hover{
	background: url("images/hover.jpg") no-repeat;
}
ul#navlist li #active{
	background: url("images/active.jpg") no-repeat;
}
#tekst{
	float: left;
	width: 489px; /*534-25-25*/
	padding: 25px 0 20px 25px;
}
#footer{
	position: absolute;
	bottom: 0;
	width: 749px;
	height: 20px;
	background: #2d7f37;
	color: #f2fff6;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #bcd8ad;
}
#footer img{
	height: 16px;
	margin: 2px 0 -2px 0;
}
#contact dt{
	width: 100px;
}
#loginform dt{ 
	width: 75px;
}
#newlink dt{
	width: 100px;
	font-weight: bold;
}
#aangesloten dt{
	width: 90px;
}
#aangesloten dd{
	margin-left: 90px;
}
.linktitle{
	font-weight: bold;
	font-size: 1.1em;
}
h2{
	cursor: pointer;
}
.hoger{
	margin-top: -12px;
}
.hidden{
	display: none;
}
