/**********************/
/*	FRONTPAGE
/**********************/
div.nieuwsberichten_frontpage_holder {
}

div.nieuwsberichten_frontpage_holder h2 {
	color: #FF0000;
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px; 
}

div.nieuwsberichten_frontpage_holder ul {
	list-style: none;
}

div.nieuwsberichten_frontpage_holder ul li {
	background-image: url(../images/nieuws/pijl_rechts_frontpage.gif);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 20px;
	overflow: hidden;
	width: 165px;
}

div.nieuwsberichten_frontpage_holder ul li a {
	display: block;
	max-width: 155px;
	overflow: hidden;
	white-space: nowrap;
}

div.nieuwsberichten_frontpage_holder a:link, 
div.nieuwsberichten_frontpage_holder a:visited {
	color: #666666; 
	text-decoration: none;
}

div.nieuwsberichten_frontpage_holder a:hover {
	text-decoration: underline;
}

/**********************/
/*	ALGEMEEN
/**********************/
div.nieuwsberichten {
	padding: 5px;
}

div.nieuwsberichten h1.kop {
	margin-bottom: 3px;
}

/*div.nieuwsberichten h1.vervolg {
	margin-top: 20px;
}*/

div.nieuwsberichten div.navigatie_maanden {
	color: #666666;
	font-size: smaller;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.nieuwsberichten div.navigatie_overzicht {
	color: #666666;
	font-size: smaller;
	margin-bottom: 10px;
}

div.nieuwsberichten div.navigatie_maanden a:link, div.nieuwsberichten div.navigatie_maanden a:visited, div.nieuwsberichten div.navigatie_overzicht a:link, div.nieuwsberichten div.navigatie_overzicht a:visited {
	color: #666666;
	text-decoration: none;
}

div.nieuwsberichten div.navigatie_maanden a:hover, div.nieuwsberichten div.navigatie_overzicht a:hover {
	text-decoration: underline;
}

div.nieuwsberichten div.nieuwsbericht, div.nieuwsberichten div.nieuwsbericht_eerste {
	border-bottom: 1px dashed black;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

div.nieuwsberichten div.nieuwsbericht_eerste {
	border-top: 1px dashed black;
	padding-top: 8px;
}

div.nieuwsberichten div.nieuwsbericht h2, 
div.nieuwsberichten div.nieuwsbericht_eerste h2 {
	color: black;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
}

div.nieuwsberichten div.nieuwsbericht h2.eerste, 
div.nieuwsberichten div.nieuwsbericht_eerste h2.eerste {
	padding-top: 0px;
}

div.nieuwsberichten h2 a:link,
div.nieuwsberichten h2 a:visited {
	color: black;
	text-decoration: none;	
}

div.nieuwsberichten h2 a:hover {
	text-decoration: underline;	
}


div.nieuwsberichten div.nieuwsbericht div.leesmeer, 
div.nieuwsberichten div.nieuwsbericht_eerste div.leesmeer {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
}

div.nieuwsberichten div.nieuwsbericht span.leesmeer, 
div.nieuwsberichten div.nieuwsbericht_eerste span.leesmeer {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
}

div.nieuwsberichten div.nieuwsbericht span.datum, 
div.nieuwsberichten div.nieuwsbericht_eerste span.datum  {
	color: #666666;
	font-size: smaller;
}

div.nieuwsberichten div.bericht_info {
	color: #666666;
	font-size: smaller;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.nieuwsberichten div.bericht_info a:link,
div.nieuwsberichten div.bericht_info a:visited {
	color: #666666;
	text-decoration: none;	
}

div.nieuwsberichten div.bericht_info a:hover {
	text-decoration: underline;	
}

div.nieuwsberichten div.nieuwsbericht_inleiding {
	font-weight: bold;
}

div.nieuwsberichten hr {
	border: 1px solid #1688D3;
}

div.nieuwsberichten div.navigatie_berichten {
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	margin: 10px 0px 5px 0px;
	padding: 8px 0px 8px 0px;
}

div.nieuwsberichten div.navigatie_berichten span.datum {
	color: #666666;
	font-size: smaller;
}

div.nieuwsberichten div.navigatie_berichten a:link, div.nieuwsberichten div.navigatie_berichten a:visited {
	text-decoration: none;
}


/*
div.nieuwsberichten table {
	margin-bottom: 10px;
}

div.nieuwsberichten table tr td.datum {
	color: #666666;
	font-size: smaller;
	padding-right: 5px;
}
*/

div.nieuwsberichten table td {
	vertical-align: top;
}

div.nieuwsberichten table td.datum {
	color: #666666;
	font-size: smaller;
	padding-right: 5px;
	white-space: nowrap;
}

/*** Fontpage ***/
div.nieuwsberichten div.nieuwsbericht_frontpage {
	border-bottom: 1px dashed black;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

div.nieuwsberichten div.nieuwsbericht_frontpage h2 {
	color: black;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
}

div.nieuwsberichten div.nieuwsbericht_frontpage h2.eerste {
	padding-top: 0px;
}

div.nieuwsberichten div.nieuwsbericht_frontpage div.leesmeer {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
}

div.nieuwsberichten div.nieuwsbericht_frontpage span.leesmeer {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
}

div.nieuwsberichten div.nieuwsbericht_frontpage span.datum {
	color: #666666;
	font-size: smaller;
}

div.nieuwsberichten div.naaroverzicht {
	text-align: right;
}