/*************************************************************************************************/
/* Author:			VINCIS / Frank Rooze 	 	                               					               	 */
/* Description:		Stylesheet for template 7(frontpage)                       					            */
/*************************************************************************************************/
@media screen 
{	
	/*********************************************************************************************/
	/* Classes (general)                       								 				    */
	/*********************************************************************************************/
	
	#containerContent.GvN
	{
		padding-top:	25px;
		width:			724px;
	}
	*>#containerContent.GvN
	{
		width:			732px;
	}
	
	.newsItemReadMore, .linksReadMore
	{
		margin:				10px 0 10px 0;
	}	

	.newsItemReadMore a, .linksReadMore a
	{		
		font-weight:			bold;
		font-size:				0.9em;				
		text-decoration:		none;
		
		color:					#898989;
	}

		.newsItemReadMore a:hover
		{
			text-decoration:		underline;		
		}


	.shieldText, .shieldBanner, .shieldNews, .shieldLinks
	{
		display:				inline;
		width:					230px;
		height:					245px;
		overflow:				hidden;
		float:					left;
		margin:					0px 10px 10px 0px;
	}
	*>.shieldText, .shieldBanner, .shieldNews, .shieldLinks
	{
		width:					234px;
	}
	
	.shieldText h3
	{
		margin:					 0 0 3px 0;
	}
	
	.shieldNews h3
	{
		margin:					 10px 0 3px 0;
	}
	
	.shieldBanner
	{
		text-align:				center;
	}
	
	.shieldLinks div
	{
		height:					180px;
		margin:					10px 0 0 0;
		overflow:				hidden;
	}
	
	.shieldBanner img
	{
		margin-top:				14px;
	}
	
	.shieldText p
	{
		margin:					0px;
	}
	
	#shield1, #shield3, #shield7, #shield9, #shield10
	{
		background-color:		#e6d4ea;
	}
	
	#shield4, #shield5, #shield6
	{
		margin:					0px 10px 11px 0px!important;
	}
	
	#shield2
	{
		padding:				0 0 0 10px;
		width:					224px;
	}

	#shield5
	{
		background-color:		#ffffff;
		width:					234px;
	}
	
	#shield8
	{
		padding:				0 10px 0 10px;
		width:					214px;
	}
	
		#shield8 ul 
		{
			padding:				0;
			margin:					0;
			border-bottom:			1px solid #e6d4ea;
		}
		
			#shield8 ul li
			{
				padding:				2px 0 0 15px;
				margin:					3px 0 0px 0;
				
				height:					20px;
				
				list-style:				none;
			
				background-image:		url(/sjablonen/7/images/bullet.gif);
				background-position:	3px 6px;
				background-repeat:		no-repeat;
				
				border-top:				1px solid #e6d4ea;
			}
			*>#shield8 ul li
			{
				min-height:				20px;
				height:					auto;
			}

	
	#shield10
	{
		clear:					left;
		margin-left:			244px;
	}	
	
	/*********************************************************************************************/
	/* Containers & classes (shortcuts, menu & doormats)                                         */
	/*********************************************************************************************/
	#containerDoormats
	{	
		position:				relative;
		
		width:					995px;
		height:					137px;	
		
		background-color:		#FFFFFF;	
	}	
	
	.doormatsOverlay
	{
		position:				absolute;
		float:					left;
		
		left:					0px;
		
		height:					137px;
		width:					995px;

	/*	filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/sjablonen/1/images/general/doormat_overlay.png');*/
	
		background-repeat:		repeat-x;
		background-position:	0 0;		
		background-image: 		url('/sjablonen/1/images/general/doormat_overlay.gif');	
	}
	/*>.doormatsOverlay
	{
		background-image:		url('/sjablonen/1/images/general/doormat_overlay.png');		
		filter:					none;
	}*/
	
	.doormatItem
	{
		float:					left;
		cursor:					pointer;
		
		width:					165px;
		height:					125px;
		
		border-right:			solid 1px #FFFFFF;
	}
	
	.doormatItemBackground1 
	{
		background-image:		url('/sjablonen/1/images/doormats/doormat_1.jpg');
	}

	.doormatItemBackground2 
	{
		background-image:		url('/sjablonen/1/images/doormats/doormat_2.jpg');
	}
	
	.doormatItemBackground3 
	{
		background-image:		url('/sjablonen/1/images/doormats/doormat_3.jpg');
	}
	
	.doormatItemBackground4 
	{
		background-image:		url('/sjablonen/1/images/doormats/doormat_4.jpg');
	}
	
	.doormatItemBackground5 
	{
		background-image:		url('/sjablonen/1/images/doormats/doormat_5.jpg');
	}
	
	.doormatItemBackground6 
	{
		background-image:		url('/sjablonen/1/images/doormats/doormat_6.jpg');
	}	
	
	.doormatLastItem
	{
		border-right:			none;			
	}	

}	
/*************************************************************************************************/
/* Print styles                                              									 */
/*************************************************************************************************/

@media print
{
}

/*************************************************************************************************/
/* Handheld styles                                         									 	 */
/*************************************************************************************************/

@media handheld 
{
}