/* LISTVIEW - NIEUWS*/
.listview {
	font: 100% Verdana;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
}

.listview_nieuws {
	line-height: 16px;
	margin: 0 5px 0 5px;
}
.publdatum{
    font: 100% Verdana;
    font-size: 10px;
    color: #000000;
    text-align: left;
    vertical-align: top;
	border-width: 0px;
	border-collapse: collapse;
	border-top: dotted 1px #000000;
	padding-left: 5px; 
	width: 130px;   
}
.NieuwslistItemTitel{
    font: 100% Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
	border-width: 0px;
	border-collapse: collapse;
	border-top: dotted 1px #000000;     
	padding-left: 5px;
}

.listview_nieuws col1{
	width: 130px;
}

.listview_nieuws td {
  line-height: 16px;
  padding-left: 5px;      
}

.listview_nieuws thead{
    font: 100% Georgia;
    font-size: 13px;
    color: #990000;
    text-align: left;
    vertical-align: top;
	padding-left: 5px;    
}

.listItemBody
{
    font: 100% Verdana;
    font-size: 11px;
    color: #990000;
    text-align: left;
    vertical-align: top;
	padding-left: 5px;    
}
/* LISTVIEW - NIEUWS*/

/* NIEUWS ITEM */
.nieuwsitem { 
	font: 100% Verdana;
	font-size: 11px;
	margin: 30px 10px;
	padding:0;
}

.nieuwsdatum {
	font-size:9px;
}

.nieuwstitel {
	font-size: 17px;
}

.nieuwsinleiding {
	margin-top: 10px;
	font-style:italic;
}

.nieuwstekst {
	margin-top: 10px;
}

.nieuwstekst .kop {
	font-weight: bold;
}


.nieuwstekst .alinea {
	margin-top: 5px;
}

.nieuwstekst table {
	margin-left: 5px;
	margin-right: 5px;
}


.nieuwstekst ul {
	margin-left: 5px;
}

.nieuwsbijlagen, .nieuwsvoetnoten {
	margin-top: 10px;
}

.nieuwsbijlagen ul {
	list-style-position: inside;
}

.nieuwsbijlagekop, .nieuwsvoetnotenkop {
	font-weight: bold;
}

span.nieuwsvoetnootnummer {
	vertical-align: super;
	font-size: smaller;
}

div.webnummer {
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #aaaaaa;
	background-color: inherit;
}

span.webnummer {
display:block;
	font-size: 9px;
	color: #aaaaaa;
	background-color: inherit;
}

ol {
	margin-left:30px;	
}

ol.letters {
	list-style-type: lower-alpha;
}

ol.kapitaal {
	list-style-type: upper-alpha;
}

ol.cijfers {
	list-style-type: decimal;
}
