#main {
	background			: url(../img/home.jpg) no-repeat right top;
	border-top			: 23px solid #e3e3e3;
	min-height			: 173px;
	_height				: 173px !important;
	padding				: 20px 20px 10px 20px;
}

/* Slogan */
#main q.slogan {
	position			: absolute;
	display				: block;
	top					: -70px;
	right				: 0;
	width				: 294px;
	height				: 273px;
	background			: url(../img/slogan-home.png) no-repeat left top;
	text-indent			: -900em;
}

#content	{
	width				: 230px;
	float				: none;
}

/* --------------------------------	*/
/* blokken referenties en nieuws	*/
/* --------------------------------	*/
#blokken {
	background			: url(../img/main-bg.gif) no-repeat 19px top;
	padding				: 10px 0 10px 14px;
	color				: #333;
}

#blokken h2	{
	font-size			: 1.5em;
	font-weight			: normal;
	margin				: 0 0 15px 0;
	color				: #666;
}

#blokken li {
	display				: inline;
	float				: left;
	width				: 244px;
	margin				: 0 10px 0 0;
	display				: inline;
}

#blokken a {
	color				: #306;
	font-weight			: bold;
	padding				: 0 8px 0 0;
	background			: url(../img/triggersitem-bg.gif) no-repeat right 5px;
}

#blokken a:hover {
	color				: #C03;
}

#blokken a.item {
	float				: left;
	width				: 234px;
	height				: 65px;
	background			: #e5e5e5;
	color				: #000;
	text-decoration		: none;
	font-weight			: normal;
	padding				: 5px;
	margin				: 0 0 5px 0;
}

#blokken a.item:hover {
	background			: #C03;
	color				: #FFF;
}

#blokken a.item strong  { color: #C03; }
#blokken a.item:hover strong  { color: #FFF; }

/* Referenties */
#blokken #referenties {
	float				: left;
	width				: 508px;
}

#blokken #referenties img {
	float				: left;
}

#blokken #referenties .info {
	float				: left;
	width				: 105px;
	padding				: 0 0 0 10px;
	cursor				: pointer;
}

#blokken #referenties a.item .info .locatie	{ color: #666; }
#blokken #referenties a.item:hover .info .locatie	{ color: #FFF; }

/* Nieuws */
#blokken #nieuws {
	float				: left;
	width				: 234px;
}

#blokken #nieuws h2	{
	color				: #fff;
}

#blokken #nieuws ul	{
	height				: 75px;
	background			: #3E175E;
	margin-bottom		: 5px;
	overflow			: hidden;
	position			: relative;
}

#blokken #nieuws li	{
	position			: absolute;
	top					: 0;
	left				: 0;
	width				: auto;
	margin				: 0;
}

#blokken #nieuws li a {
	padding				: 5px;
	background			: #3E175E;
	color				: #FFF;	
	float				: none;
	height				: 65px;
	width				: auto;
	display				: block;
}

#blokken #nieuws a.item strong  { color: #fff; }

/*#blokken #nieuws a.item:hover 			{ background: #BF0039;  }*/

