/* Blok met competenties en flash */
#homeblok {
	position			: relative;
	z-index				: 20;
	overflow			: hidden;
	margin				: 0 14px;	
	border-bottom		: 3px solid #43418e;
}

/* Competenties */
#competenties {
	float				: left;
	width				: 272px;
}

#competenties li {
	display				: inline;
	float				: left;
	margin				: 0 6px 6px 0;
}

/* Flash */
#flash {
	float				: right;
	width				: 691px;
	height				: 310px;
	background			: url(../img/flash-bg.jpg) no-repeat left top;
}

/* Pumps from Holland */
#homeblok q {
	display				: block;
	position			: absolute;
	right				: 0;
	top					: 211px;
	width				: 691px;	
	height				: 99px;
	overflow			: hidden;
	text-indent			: -900em;
	line-height			: 0.1em;
	font-size			: 0.1em;
	background			: url(../img/pumps-from-holland.png) no-repeat left top;
}

/* Content */
#content	{
	width				: 390px;
}

#content h1	{
	font-size			: 2.6em;
}


/* --------------------------------	*/
/* blokken onderin				 	*/
/* --------------------------------	*/
#blokken {
	float				: right;
	width				: 530px;
	padding				: 22px 0 12px 0;
	line-height			: 1.6em;
}

#blokken h2 {
	font-size			: 2.2em;
	font-weight			: normal;
	line-height			: normal;
	color				: #68BCE7;
}

#blokken a {
	float				: left;
	text-decoration		: none;
	color				: #a2a1a1;
}

#blokken a:hover {
	color				: #333;
}

#blokken a.alle {
	margin				: 10px 0 0 0;
	padding				: 2px 10px;
	font-weight			: bold;
	text-decoration		: none;
	color				: #FFF;
	background			: #3bb3ed;
}

#blokken a.alle:hover {
	color				: #FFF;
	background			: #D61F25;
}


/* Toonaangevende projecten */
#blokken .toonaangevende-projecten {
	float				: left;
	width				: 230px;
	padding				: 0 12px;
}

#blokken .toonaangevende-projecten img.afbeelding {
	margin				: 10px 0;
}

#blokken .toonaangevende-projecten strong {
	color				: #43418e;
}

#blokken .toonaangevende-projecten a:hover strong {
	color				: #D61F25;
}

/* Nieuws */
#blokken .nieuws {
	float				: left;
	width				: 230px;
	padding				: 0 0 0 30px;
}

#blokken .nieuws a {
	text-align			: justify;
	margin				: 28px 0 0 0;
}

#blokken .nieuws a.alle {
	margin				: 12px 0 0 0;
}

#blokken .nieuws .titel {
	color				: #43418e;
}

#blokken .nieuws a:hover .titel {
	color				: #D61F25;
}