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

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

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

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

.nieuws-tekstkolom {
	float: right;
	width: 365px;
	padding-top:0px;
}

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

h3.nieuws-titel {
/*  color:#ff9025;
	font-size:11pt;*/
}

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

.nieuws-tekst {
	margin-bottom:0px;
}

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

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

.paginanummers,
.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 {
	margin-top:20px;
}

.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 {
  margin-bottom:0px;
  padding:10px 0px 0px 0px;
  border-bottom:0px dashed black;
}

.nieuws-containerrechts hr {
	margin:10px 0px;
}

.nieuws-containerrechts .nieuws-containerlijst {
  overflow:hidden;
  padding:0px 18px 18px 0px;
  margin-bottom:12px;
  background:url(img/bg-nieuwshome.gif) no-repeat bottom right;
  cursor:pointer;
}
.nieuws-containerrechts .nieuws-containerlijst:hover {
  background-image:url(img/bg-nieuwshome-hover.gif);
}

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

.nieuws-containerrechts .nieuws-fotokolom img {
	border:1px solid #ccd0d3;
	margin:0px 0px 15px 0px;
	padding:5px;
	background:#f1f5f8;
}

.nieuws-containerrechts .nieuws-tekstkolom {
	float: right;
	width: 492px;
	padding-top:0px;
}

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

.nieuws-containerrechts .nieuws-titel {
	font-size:9pt;
  margin:0px 0px 3px 0px;
  color:black;
}

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

.nieuws-containerrechts .nieuws-tekst {
	margin-bottom:0px;
}


.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;
	color:#d10c03;
}
.nieuws-containerrechts .nieuws-pagnrs a:hover {
	text-decoration:underline;
}