/*************************************************************************************************/
/* Author:			VINCIS / Frank Rooze 	 	                               					               	 */
/* Description:		Stylesheet for template 9(frontpage)                       					            */
/*************************************************************************************************/
@media screen 
{	
	/*********************************************************************************************/
	/* Classes (general)                       								 				    */
	/*********************************************************************************************/
	
	table.tableCanon
	{
		border:					none;
		border-collapse:		collapse;
		border-bottom:			solid 1px #ded9df;
	}

	table.tableCanon, table.tableCanon td
	{
		border-top:				solid 1px #ded9df;
		border-left:			none;
		border-right:			none;
		vertical-align:			top;
		padding-right:			15px;
	}
	
	table.tableCanon  td.first
	{
		padding-left:			15px;
		background-image:		url(/sjablonen/7/images/bullet.gif);
		background-position:	3px 6px;
		background-repeat:		no-repeat;
	}
	
	#contentTextContinued, #contentIngezonden
	{
		margin-top:				20px;
		clear:					left;
	}
		
	h2.purple
	{
		margin-top:				5px;
		color:					#802990;
	}

}	
/*************************************************************************************************/
/* Print styles                                              									 */
/*************************************************************************************************/

@media print
{
}

/*************************************************************************************************/
/* Handheld styles                                         									 	 */
/*************************************************************************************************/

@media handheld 
{
}
