html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

p { 
	margin:0 0 1em 0;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background-image:url(../images/top-consultants_container.jpg);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#top {
	width:960px;
	height:79px;
	background-image:url(../images/top-consultants_top.jpg);
	text-align:right;
}

.top_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	padding-top:18px;
	padding-right:30px;
}

	.top_text a:link {
		color: #000000;
		text-decoration: none;
	}
	.top_text a:visited {
		color: #000000;
		text-decoration: none;
	}
	.top_text a:hover {
		color: #000000;
		text-decoration: underline;
	}
	.top_text a:active {
		color: #000000;
		text-decoration: none;
	}

.top_taal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	padding-top:30px;
	padding-right:30px;
}

#header {
	width:960px;
	height:161px;
}

#navigatie {
	width:960px;
	height:41px;
	background-image:url(../images/top-consultants_navigatie.jpg);
}

#menu {
	padding:0px 10px 10px 21px;
}

#middle {
	padding-bottom:41px;
	min-height: 517px;
	height: auto !important;
	height: 517px;
}

	#middle_left {
		width:733px;
		min-height: 517px;
		height: auto !important;
		height: 517px;
		float:left;
		background-image:url(../images/top-consultants_middle_left.jpg);
		background-repeat:no-repeat;
	}
	
	#middle_left_big {
		width:960px;
		min-height: 517px;
		height: auto !important;
		height: 517px;
		float:left;
		background-image:url(../images/top-consultants_middle_left.jpg);
		background-repeat:no-repeat;
	}
	
	
	#middle_right {
		width:227px;		
		float:left;
	}
	
		#middle_right_column_kop {
			padding-top:30px;
			padding-right:35px;
		}
	
		#middle_right_column {
			margin-top:10px;
			margin-bottom:10px;
			width:227px;
			background-image:url(../images/top-consultants_middle_right_column.jpg);
		}
		

#bottom {
	width:960px;
	height:41px;
	text-align:center;
	position:absolute;
	bottom:0px;
	background-image:url(../images/top-consultants_bottom.jpg);
}

#clear {
		clear:both;
}


	
.bottom_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	
	padding-top:13px;
}

	.bottom_text a:link {
		color: #ffffff;
		text-decoration: underline;
	}
	.bottom_text a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	.bottom_text a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.bottom_text a:active {
		color: #ffffff;
		text-decoration: underline;
	}



#column {
	padding-top:16px;
	padding-right:25px;
	padding-bottom:16px;
	padding-left:25px;
	margin:0px;
	list-style-type:square;
}

.column_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
}

	.column_text a:link {
		color: #ffffff;
		text-decoration: none;
	}
	.column_text a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	.column_text a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.column_text a:active {
		color: #ffffff;
		text-decoration: none;
	}



#kop {
	padding-top:30px;
	padding-left:60px;
	padding-right:35px;
}

.koptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#3d60a6;
}

#artikel {
	padding-top:25px;
	padding-right:35px;
	padding-bottom:25px;
	padding-left:60px;
}

.subkoptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d3b3c;
	font-weight:bold;
	line-height:21px;
}

.artikeltekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3b3c;
	line-height:19px;
}

	.artikeltekst a:link {
		color: #3d60a6;
		text-decoration: underline;
		font-weight:bold;
	}
	.artikeltekst a:visited {
		color: #3d60a6;
		text-decoration: underline;
		font-weight:bold;
	}
	.artikeltekst a:hover {
		color: #3d3b3c;
		text-decoration: underline;
		font-weight:bold;
	}
	.artikeltekst a:active {
		color: #3d60a6;
		text-decoration: underline;
		font-weight:bold;
	}