*
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:9pt;
}

#container
{
	width:978px;
	min-height:578px;
 	margin: 0 auto;
 	margin-top:5px;
 	border:1px solid #000;
}

ul.servicelinktop
{
	width:330px;
	height:20px;
	line-height:20px;
	padding-left:166px;
	margin-top:2px;
	margin-bottom:11px;
	float:left;
}

#navigatie
{
	clear:left;
	float:left;
	width:231px;
}

#center
{
	width:464px;
	min-height:350px;
	float:left;
	margin-left:14px;
	margin-bottom:10px;
	color:#636363;
}

#content
{
	width:464px;
	min-height:223px;
	float:left;
	border-bottom:1px solid #b6b6b6;
	margin-bottom:1em;
	padding-bottom:2em;
	line-height:130%;
}

#sublinks
{
	width:464px;
	min-height:150px;
	float:left;
	margin-top:1.4em;
}

#sublinks ul.lijst
{
	float:left;
	list-style:none;
	width:145px;
	border-left:1px solid #b6b6b6;
	padding-left:8px;
	min-height:150px;
}

#rechts
{
 width:236px;
 min-height:223px;
 clear:right;
 float:right;
 margin-right:9px;
}

.clients
{
 width:217px;
 height:120px;
 background-color:#eee;
 clear:left;
 float:left;
 margin:14px;
 border-right:1px solid #7e7e7e;
 border-left:1px solid #7e7e7e;
}

.fleft
{
 float:left;
}

.fright
{
 float:right;
}

.cleft
{
	clear:left;
}

.cright
{
	clear:right;
}


#footer
{
	width:978px;
	height:27px;
	line-height:27px;
	background-color:#073E59;
	clear:both;
	margin-top:2em;
}


/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox/MAC IE */

