/*******************************************************************************
 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 530px 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: 530px;
/*	background-color:green;*/
}

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

.nieuws-titel {
  font-weight:bold;
  font-size: 11pt;
  margin: 0px 0px 5px 0px;
}

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

.nieuws-tekst {
}


.nieuws-meerlink {
  margin:5px 0px 0px 0px;
}
.nieuws-meerlink a:link,
.nieuws-meerlink a:active,
.nieuws-meerlink a:visited,
.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;
}


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

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

.nieuws-containerrechts .nieuws-tekstkolom1 {
	margin: 0 385px 0 0;
	padding: 0px 30px 0px 0px;
	border-right:1px solid white;
/*	background-color:blue;*/
}
.nieuws-containerrechts .nieuws-tekstkolom0 {
	float: right;
	width: 355px;
	padding: 0px 0px 0px 30px;
/*	background-color:green;*/
}
* html .nieuws-containerrechts .nieuws-tekstkolom0,
* html .nieuws-containerrechts .nieuws-tekstkolom1 {
  height:80px;
  overflow:hidden;
}

.nieuws-containerrechts .nieuws-tekstkolom0:hover,
.nieuws-containerrechts .nieuws-tekstkolom1:hover {
/*  color:#ee000c;*/
  text-decoration:underline;
  cursor:pointer;
}

.nieuws-containerrechts .nieuws-titel {
  font-weight:bold;
  font-size: 11pt;
  margin: 0px 0px 5px 0px;
}

.nieuws-containerrechts .nieuws-datum {
  font-size: 7pt;
  font-style: italic;
/*  margin: 0px 0px 1px 176px;*/
  font-size:8pt;
  float:right;
  margin:0px 0px 10px 10px;
}

.nieuws-containerrechts .nieuws-tekst {
}


.nieuws-containerrechts .nieuws-meerlink {
  margin:0px 0px 15px 176px;
}
.nieuws-containerrechts .nieuws-meerlink a:link,
.nieuws-containerrechts .nieuws-meerlink a:active,
.nieuws-containerrechts .nieuws-meerlink a:visited,
.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;
}
