/*******************************************************************************
 Nieuws op de nieuwspagina
*******************************************************************************/

.nieuws-containerlijst {
  border: 0px solid red;
  overflow:hidden;
  margin-bottom:0px 0px 0px 0px;
  padding:0px 0px 20px 0px;
  border-bottom:0px dashed black;
}
* html .nieuws-containerlijst {
	overflow:visible;
	height:1px;
}

.nieuws-fotokolom {
	margin: 0 220px 0 0;
/*	background-color:blue;*/
}
* html .nieuws-fotokolom {
	height: 1px;
	margin: 0 217px 0 0;
}

.nieuws-foto {
	border:1px solid black;
	margin:0px 13px 10px 0px;
}

.nieuws-tekstkolom {
	float: right;
	width: 220px;
	padding-top:0px;
	margin-bottom:10px;
}
* html .nieuws-tekstkolom {
	width: 214px;
}

.nieuws-tekstkolom-zonderfoto {
	float: none;
	width: auto;
/*	background-color:green;*/
}

.nieuws-titel {
}

.nieuws-datum {
  font-style: italic;
  font-size:8pt;
  float:right;
  margin:0px 0px 0px 10px;
}

.nieuws-tekst {
}

.nieuws-comment {
	text-align:right;
	font-size:7pt;
	padding-right:2px;
	margin-bottom:10px;
}

.nieuws-meerlink {
  margin:5px 0px 0px 0px;
}
.nieuws-meerlink a,
.nieuws-meerlink {
  font-size: 8pt;
  font-style: italic;
}

.nieuws-pagnrs {
	padding:0px 0px 0px 0px;
	font-style:italic;
	font-size:7pt;
	font-weight:bold;
}
.nieuws-pagnrs a {
	font-size:7pt;
	text-decoration:none;
	font-weight:normal;
}
.nieuws-pagnrs a:hover {
	text-decoration:underline;
}


/*******************************************************************************
 Foto's in showitem
*******************************************************************************/

.nieuws-itemfotos {
	padding:25px 0px 5px 0px;
}

.nieuws-itemfotos div.rij {
	border:0px solid red;
	overflow:auto;
}
* html .nieuws-itemfotos div.rij {
	height:135px;
}

.nieuws-itemfotos div.nieuws-foto {
	float:left;
	width:auto;
	text-align:right;
	margin:0;
	border:0px solid blue;
}
* html .nieuws-itemfotos div.nieuws-foto {
	margin:0px 15px 0px 0px;
}

.nieuws-itemfotos div.nieuws-foto img {
	border:1px solid black;
}

.nieuws-itemfotos div.first {
/*	clear:left;*/
}

.nieuws-itemfotos div.last {
/*	clear:right;*/
}


/*******************************************************************************
 Nieuws aan de rechterkant
*******************************************************************************/

.nieuws-containerrechts {
  border: 0px solid red;
  margin:0px;
  padding:10px 10px 0px 10px;
  border-bottom:0px solid white;
}
.nieuws-containerrechts2 {
  padding:5px 0px 0px 0px;
}

.nieuws-containerrechts2 .nieuws-containerlijst,
.nieuws-containerrechts .nieuws-containerlijst {
  border: 0px solid red;
  margin-bottom:0px;
  padding-bottom:0px;
  border-bottom:0px solid white;
}
.nieuws-containerrechts .nieuws-containerlijst {
  margin-bottom:10px;
}

.nieuws-containerrechts2 h3 a,
.nieuws-containerrechts2 h3,
.nieuws-containerrechts h3 {
	margin:0px 0px 2px 0px;
	line-height:11pt;
	color:#696b6a;
	text-transform:none;
}


.nieuws-containerrechts2 .nieuws-tekstkolom,
.nieuws-containerrechts .nieuws-tekstkolom {
	margin:6px 0px 0px 7px;
	width: 114px;
	height:83px;
	float: none;
	padding:0;
	overflow:hidden;
	cursor:pointer;
/*	background-color:blue;*/
}
* html .nieuws-containerrechts .nieuws-tekstkolom {
/*	width: 129px;
	height:89px;*/
}

.nieuws-containerrechts .nieuws-fotokolom {
	float: right;
/*	background-color:yellow;*/
	margin: 0px 0px 0px 0px;
	width:109px;
	overflow:hidden;
}

.nieuws-containerrechts .nieuws-foto {
	border:0px solid black;
	margin:0px 0px 0px 0px;
}

.nieuws-containerrechts2 .nieuws-tekstkolom-zonderfoto,
.nieuws-containerrechts .nieuws-tekstkolom-zonderfoto {
	float: none;
	width: auto;
/*	background-color:green;*/
}


.nieuws-containerrechts .nieuws-titel {
}

.nieuws-containerrechts .nieuws-datum {
  font-style: normal;
  font-size:8pt;
  float:none;
  margin:0px 0px 0px 0px;
}

.nieuws-containerrechts2 .nieuws-tekst,
.nieuws-containerrechts .nieuws-tekst {
	line-height:130%;
	margin-bottom:15px;
}
.nieuws-containerrechts2 .nieuws-tekst {
	font-style:italic;
	margin-bottom:15px;
}


.nieuws-containerrechts .nieuws-meerlink {
  margin:0px 0px 0px 0px;
}
.nieuws-containerrechts .nieuws-meerlink a,
.nieuws-containerrechts .nieuws-meerlink {
  font-size: 8pt;
  font-style: italic;
}

.nieuws-containerrechts .nieuws-pagnrs {
	padding:0px 0px 0px 0px;
	font-style:italic;
	font-size:7pt;
	font-weight:bold;
}
.nieuws-containerrechts .nieuws-pagnrs a {
	font-size:7pt;
	text-decoration:none;
	font-weight:normal;
}
.nieuws-containerrechts .nieuws-pagnrs a:hover {
	text-decoration:underline;
}
