/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	padding				: 0;
}

/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content {
	/*float				: none;
	position			: relative;
	z-index				: 20;
	min-height			: 254px;
_height					: 254px;
	width				: 966px;*/
	padding				: 30px 0 10px 10px;
	background			: url(../img/home-content-bg.png) repeat-y left top;
}

#content h1 {
	width				: 480px;
	font-size			: 2.4em;
}



/* --------------------------------	*/
/* frontpage					 	*/
/* --------------------------------	*/
#frontpage {
	overflow			: hidden;
	zoom				: 1;
}

/* --------------------------------	*/
/* specialisaties				 	*/
/* --------------------------------	*/
#specialisaties {
	float				: left;
	width				: 994px;
	height				: 175px;
	overflow			: hidden;
	padding				: 0 0 0 4px;
	zoom				: 1;
	background			: url(../img/specialisaties-bg.png) no-repeat left top;
}

#specialisaties li {
	display				: inline;
	float				: left;
	width				: 240px;
	height				: 175px;
	margin				: 0 1px 0 0;
}

#specialisaties li a {
	float				: left;
	width				: 228px;
	height				: 164px;
	padding				: 11px 0 0 12px;
	text-decoration		: none;	
}

#specialisaties img {
	display				: block;
	width				: 198px;
	height				: 70px;
	border				: 10px solid #FFF;
}

#specialisaties span {
	display				: block;
	width				: 184px;
	height				: 54px;
	overflow			: hidden;
	text-indent			: 0;
	color				: #fff;
	font-size			: 1.5em;
	font-weight			: normal;
	padding				: 15px  65px 0 0;
	background			: url(../img/specialisaties-titels.png) no-repeat left top;
	cursor				: pointer;
}

#specialisaties .objectbeveiliging span 		{ background-position: left top; }
#specialisaties .communicatiebeveiliging span 	{ background-position: -228px top; }
#specialisaties .evenementbeveiliging span 		{ background-position: -456px top; }

#specialisaties li:hover span 		{ background-position: left -67px; }


/* Hover */
#specialisaties a:hover img {
	border				: 10px solid #FDDB17;
}


/* --------------------------------	*/
/* laatste nieuws				 	*/
/* --------------------------------	*/
/*#laatste-nieuws	{
	width				: 236px;
	min-height			: 158px;
	margin				: 0;
	padding				: 14px 0 3px 0;
}

#laatste-nieuws li	{
	width				: 214px;
	padding				: 4px 10px 4px 12px;
}*/

