@charset "UTF-8";
/* CSS Document */

/* IE7/IE6 */
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
 
	padding:0px;  
	border:0px;  
	border-collapse:separate;  
	border-spacing:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
input,select {
	margin:0;
	padding:0;
}

/* safari start */
#homepage #main #boxes{width: 900px;}
#homepage #main #boxes{width: 890px;}
/* safari end */

/* IE 7 start */
#top li:hover, #top li.hover {
	position:static;
}
/* IE 7 end */

/* IE < 7 only start */
#wrap, .wrap{
	_height: 100%;
}

#homepage #main #boxes{
	_width: 900px;
	_padding: 10px 0;
}

#top #functop #search{
	_bottom: 9px;
}

ul.dienstenlijst{
	_width: 464px;
}

table.faqres{
	_width:464px;
}

#content{
	_height: 370px;
}

#homepage #main #boxes{
	_overflow: visible;
}

#contentcontainer {
	_width: 100%; 
	_overflow: hidden;
}
		
/* IE < 7 only end */

/* IE 5.5 only start */
#homepage ul#nav li a{
	width: 180px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 155px;
}

#homepage ul#nav li ul li a{
	width: 180px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160px;
}

#coll-l{
	width: 201px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 191px;
}

ul#menu li a{
	_width: 191px; /* IE < 7 == IE 5.5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	_width: 171px; /* IE < 7 != IE 5.5 */
}

ul#menu li ul li a{
	_width: 191px; /* IE < 7 == IE 5.5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	_width: 156px; /* IE < 7 != IE 5.5 */
}

#coll-r{
	width: 189px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 179px;
}

.zoekbox{
	_width: 464px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	_width: 444px;
}

.nieuwsberichten .item{
	_width: 464px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	_width: 444px;
}
/* IE 5.5 only end */#content .nav {
	margin: 0px;
	padding: 0px;
	width: 775px;
}
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */



  
/***** algemene classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }