@charset "utf-8";
/* CSS Document */


/*  indexNieuws  
	omschrijving: nieuws
----------------------------------------------------------*/

.indexNieuws {
	display:block;
	text-decoration:none;
	border-bottom:1px solid #f2f2f2;
}
.indexNieuws .item {
	border-top:1px solid #f2f2f2;
	padding:15px 0 5px 0;
	overflow:hidden;
}

.indexNieuws .date { display:block; padding:3px 0 5px 0; line-height:1em}
.indexNieuws h2 { margin-bottom: 4px;}


/* Text + link inline */
p.linktext {
	display:block;
	line-height:16px;
	margin-bottom:15px;
}

p.linktext a:link, p.linktext a:active, p.linktext a:visited {
	text-decoration:none;
	cursor:pointer;
}
	p.linktext a:link span, p.linktext a:active span, p.linktext a:visited span {
		color:#2463a6;
	}
	p.linktext a:hover span { color: #7ca1ca; }

	.indexNieuws img { cursor:pointer}
	.indexNieuws .link { text-decoration:underline; }
	.indexNieuws a:link .arrow, .indexNieuws a:active .arrow, .indexNieuws a:visited .arrow {
		display:table-cell;
		text-decoration:none !important;
		padding-left:3px;
		width:50px;
	}
	

/* 
----------------------------------------------------------*/


/* 
----------------------------------------------------------*/






