/* CSS Document */

#bodyTop {
	float:			left;
	width:			900px;
	background-image:	url(../images/bg_bodyTop.jpg);
	background-position:	top left;
	background-repeat:	repeat-y;
	background-color:	#959FD5;
}

#bodyMid {
	float:			left;
	width:			900px;
	height:			190px;
	background-color:	#ffffff;
}

#bodyMidLeft {
	float:			left;
	width:			283px;
	margin-left:		25px;
}

#bodyMidMid {
	float:			left;
	width:			283px;
}

#bodyMidRight {
	float:			left;
	width:			263px;
}

#bodyMidLeft img, #bodyMidMid img, #bodyMidRight img {
	border:			0;
	margin-left:		10px;
	margin-top:		20px;
}

.leesverder {
	padding-left:		15px;
	background-image:	url(../images/pijltje.png);
	background-position:	center left;
	background-repeat:	no-repeat;
}

#bodyTopRight .leesverder a {
	color:			#ffffff;
	text-decoration:	none;
}

#bodyTopRight .leesverder a:hover {
	color:			#ffffff;
	text-decoration:	underline;
}

