*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
	background: #222222;
	color: #bbbbbb;
	font: 12px Arial;
}
a{
	color: #bbbbbb;
}
a:hover{
	text-decoration: none;
	color: #ffffff;
}
a img{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1{
	font: bold 24px Arial;
	color: #eeeeee;
	padding: 0 0 5px 20px;
}
h2{
	font: bold 18px Arial;
	color: #cccccc;
	padding: 0 0 4px 10px;
}
h3{
	font: bold 14px Arial;
	color: #cccccc;
	padding: 0 0 4px 10px;
}
p{
	padding-bottom: 20px;
}
.clear{
	clear: both;
}
input, textarea{
	background: #383838;
	border: 1px #666666 solid;
	font: normal 11px Arial;
	color: #bbbbbb;
	padding: 3px;
}
	
#container{
	width: 770px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#header{
	width: 100%;
	background: url(images/header.jpg) no-repeat bottom;
	padding-top: 60px;
	height: 146px;
}
#menu{
	float: left;
	width: 225px;
}
#menu ul{
	list-style: none;
}
#menu .menu_item a{
	display: block;
	width: 182px;
	height: 25px;
	padding: 11px 0 0 33px;
	color: #d3d3d3;
	font: bold 12px Arial;
	text-decoration: none;
	background: url(images/menu.gif);
}
#menu .menu_item div{
	display: block;
	width: 182px;
	height: 25px;
	padding: 11px 0 0 33px;
	color: #d3d3d3;
	font: bold 12px Arial;
	text-decoration: none;
	background: url(images/menu.gif);
}
#menu .menu_item a:hover{
	color: #ffffff;
	font-weight: bold;
}
#menu .menu_cat a{
	display: block;
	width: 175px;
	height: 24px;
	padding: 12px 0 0 40px;
	color: #cccccc;
	font: bold 12px Arial;
	text-decoration: none;
	background: url(images/menu_cat.gif);
}
#menu .menu_cat a:hover{
	color: #ffffff;
	font-weight: bold;
}
#menu .menu_subcat a{
	display: block;
	width: 165px;
	height: 24px;
	padding: 12px 0 0 50px;
	color: #aaaaaa;
	font: bold 10px Arial;
	text-decoration: none;
	background: url(images/menu_subcat.gif);
}
#menu .menu_subcat a:hover{
	color: #ffffff;
	font-weight: bold;
}
#menu .adres{
	background: url(images/adres.gif) repeat-x;
	font: normal 11px Arial;
	color: #969696;
	width: 195px;
	padding: 10px;
}
#menu .adres p{
	padding-bottom: 10px;
}

#content{
	float: left;
	width: 545px;
	line-height: 20px;
}
.item{
	background: url(images/content.gif) repeat-x;
	padding: 15px;
}
.td_border table{
	margin: 10px;
}
.info_stat{
	background: #383838;
	border: 1px #666666 solid;
	font: normal 11px Arial;
	color: #bbbbbb;
	padding: 10px;
	line-height: 130%;
}
.referenties td{
	text-align: center;
	padding-bottom: 8px;
}
#footer {
	position: absolute;
	height: 60px;
	padding-top: 14px;
	text-align: center;
	background: url(images/footer.gif) repeat-x;
	width: 100%;
	color: #999999;
	font-size: 11px;
	bottom: 0;
}