/* --------------------------------	*/
/* 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;
	font-size			: 1.2em;
	background			: url(../img/home-content-bg.png) repeat-y left top;
}

#content h1 {
	width				: 480px;
	font-size			: 2.4em;
}

/* --------------------------------	*/
/* fotos						 	*/
/* --------------------------------	*/
#fotos {
	position			: absolute;
	left				: 379px;
	top					: 0;
	z-index				: 10;
	width				: 587px;
	height				: 290px;
	overflow			: hidden;
}

/* --------------------------------	*/
/* frontpage					 	*/
/* --------------------------------	*/
#frontpage {
	overflow			: hidden;
	zoom				: 1;
}

/* --------------------------------	*/
/* specialisaties				 	*/
/* --------------------------------	*/
#specialisaties {
	float				: left;
	width				: 723px;
	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;
}

#specialisaties img {
	display				: block;
	width				: 198px;
	height				: 70px;
	border				: 10px solid #FFF;
}

#specialisaties span {
	display				: block;
	width				: 228px;
	height				: 67px;
	text-indent			: -900em;
	background			: url(../img/specialisaties-titels.png) no-repeat;
	cursor				: pointer;
}

#specialisaties .objectbeveiliging span 		{ background-position: left top; }
#specialisaties .communicatiebeveiliging span 	{ background-position: -228px top; }
#specialisaties .evenementbeveiliging span 		{ background-position: -456px top; }

#specialisaties .objectbeveiliging:hover span 		{ background-position: left bottom; }
#specialisaties .communicatiebeveiliging:hover span { background-position: -228px bottom; }
#specialisaties .evenementbeveiliging:hover span 	{ background-position: -456px bottom; }

/* 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;
}
