#filter_container
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	
}
#filterbg
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* Indien overlay */
	position: relative;
	opacity: .95;
	filter: alpha(opacity=95);
	/* Einde overlay */
	color:#FFFFFF;
	
}
.filtercontent
{
	width: 100%;
	background: #004da0 url(i-gr-top.gif) repeat-y;
}	

#slidercontainer 
{
	height : 0px;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
}

.filterform{
	margin:auto;
	width: 988px;

	color:#FFFFFF;
	height:236px;
}
.filter{
	position: relative;
	width:988px;
	margin:auto;
	color:#FFFFFF;
	height:5px;
	overflow: hidden; /* ie6 fix */
}

.filtercontent a, .filtercontent a:hover, .filtercontent a:visited, .filtercontent a:active  {
	text-decoration:none;
}

.filtercontent a img {
	border:none;
}

.filtercontent p{
	margin:0px;
}

.filtercontent form{
	margin:0px;
	padding:0px;
}

.filtersection{
	width:200px;
	padding-bottom:10px;
	float:left;
}
.filtervalues{
	width:185px;
	min-height:160px;
	margin:0px;
	font-family: Verdana,Arial;
	/*font-size:0.7em;*/
	font-size: 11px;
	clear:both;
	float:left;
}
.filtervalues input{
	margin-right:10px;
}

img.space{
	margin-left:30px;
	margin-top:165px;
}
.filtervalues ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.filtervalues ul li{
	list-style:none;
	margin:0px;
	padding:1px 0px 1px 0px;
	border-top:1px dotted #FFFFFF;
	height:20px;
}
.filtervalues .radio{
	color:#fff;
	background-color:#33b;
}
.filtervalues .checkbox{
	color:#fff;
	background-color:#33b;
}
.filtersubject{
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	width:185px;
	padding-top:16px;
	padding-bottom:10px;
	float:left;
}
.topbarbg{
	height:23px;
	/*background:#FFFFFF url(i-top-dot-line.gif) repeat-x;*/
	display:table;
	clear:both;
	width:100%;
}
.topbar{
	/*background:#ECECEC url(i-top-dot-line.gif) repeat-x;*/
	width:988px;
	display:table;
	margin:0 auto;
}
.sluit{
	/*width:131px;*/
	width:324px;
	height:23px;
	font-family:Verdana,Arial;
	font-size:11px;
	font-style:bold;
	float:right;
	color:#FFFFFF;
	background-image: url(b-sluit-filter.gif);
	background-repeat: no-repeat;
	text-align:center;
}
.sluit a, .sluit a:hover, .sluit a:visited, .sluit a:active  {
	color:#FFFFFF;
}