#content h1	{
	width				: 512px;
	height				: 31px;
	text-indent			: -900em;
	background			: url(../img/home-titel.gif) no-repeat left top;
}

#content a 					{ color: #FFF; }
#content a:hover 			{ color: #FFF; }
#content .iwes a:visited 	{ color: #FFF; }

/* Maincontent */
#maincontent {
	position			: relative;
	width				: 735px;
	padding				: 10px 0;
	color				: #FFF;
}

/* Laatste nieuws */
#laatste-nieuws {
	width				: 480px;
	padding				: 20px 0 20px 218px;
}

#laatste-nieuws h2 {
	font-size			: 1.5em;
}

#laatste-nieuws ol {
	overflow			: hidden;
	margin				: 10px 0 0 0;
	padding				: 10px 0;
	border-top			: 1px solid #605d91;
}

#laatste-nieuws ol li {
	float				: left;
	width				: 212px;
	margin				: 0 25px 0 0;
	text-align			: justify;
}

#laatste-nieuws ol h3 {
	color				: #605d91;
}

#laatste-nieuws ol h3 a {
	text-decoration		: none;
}

#laatste-nieuws ol li a {
	font-weight			: bold;
	color				: #605d91;
}

#laatste-nieuws ol li a:hover {
	color				: #F15B2A;
}

#laatste-nieuws .lees-meer {
	clear				: left;
	float				: left;
}

/* Mensen */
.mensen {
	position			: absolute;
	right				: 12px;
	bottom				: 0;
	z-index				: 80;
	width				: 219px;
	height				: 277px;
	background			: url(../img/home-mensen.png) no-repeat left top;
}

