/**********************/
/*	FRONTPAGE
/**********************/
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 {
	font-style: italic;
	margin-top: 15px;
	text-align: right;
}

div.nieuwsberichten div.naaroverzicht img {
	vertical-align: middle;
}

div.nieuwsberichten div.naaroverzicht a {
	text-decoration: none;
}


/**********************/
/*	ALGEMEEN
/**********************/
div.nieuwsberichten {
	
}

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.nieuwsbericht_inleiding {
	font-weight: bold;
}

div.nieuwsberichten hr {
	border: 1px solid #1688D3;
}

div.nieuwsberichten div.navigatie_berichten {
	border-top: 2px solid #732F1D;
	border-bottom: 2px solid #732F1D;
	margin: 30px 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 {
	color: #68391E;
	text-decoration: none;
}

div.nieuwsberichten div.navigatie_berichten a:visited {
	color: #B55F34;
}

div.nieuwsberichten div.navigatie_berichten a:hover {
	color: #732F1D;
	text-decoration: underline;
}

/**********************/
/*	ARCHIEF
/**********************/
div.nieuwsberichten div.archief {
	
}

div.nieuwsberichten div.archief span.huidigjaar {
	font-size: 1.4em;
}

div.nieuwsberichten div.archief ul {
	list-style: none;
}

div.nieuwsberichten div.archief li {
	background-image: url(../images/nieuws/pijl_rechts.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 0px;

}

