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

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

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

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

.nieuws-tekstkolom {
	float: right;
	width: 335px;
	padding-top:0px;
	margin-bottom:10px;
}

.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 15px 15px;
}

.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;
}

.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-bottom:0px;
  padding-bottom:0px;
  border-bottom:0px solid white;
  color:white;
}

.nieuws-containerrechts .nieuws-containerlijst {
  border: 0px solid red;
  margin-bottom:0px;
  padding-bottom:0px;
  border-bottom:1px solid white;
  color:white;
}

.nieuws-containerrechts h3 {
	color:white;
	margin:0px 0px 3px 0px;
	line-height:10pt;
}


.nieuws-containerrechts .nieuws-tekstkolom {
	margin:10px 10px 10px 10px;
	float: none;
	padding:0;
	cursor:pointer;
	width: auto;
/*	background-color:blue;*/
}
* html .nieuws-containerrechts .nieuws-tekstkolom {
}

.nieuws-containerrechts .nieuws-fotokolom {
/*	background-color:yellow;*/
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	width:192px;
	height:57px;
}

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

.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-containerrechts .nieuws-tekst {
	font-size:8pt;
	line-height:130%;
}


.nieuws-containerrechts .nieuws-meerlink {
  margin:5px 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;
}