/* NIEUWSBLOK */
.nieuwsblok {
	width: 940px;
	height: 185px; /* 196px */
	padding: 11px 0px 0px 0px;
}
* html .nieuwsblok {
	overflow: hidden;
}

.nieuwsitem {
	width: 180px;
	height: 181px;
	margin: 0px 0px 0px 10px;
	float: left;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.nieuwsitem.eerste {
	margin: 0px;
}

.nieuwsitem .afbeelding {
	width: 180px;
	height: 135px;
	overflow: hidden;
}

.nieuwsitem .titel {
	width: 160px; /* 180px */
	height: 36px; /* 44px */
	padding: 3px 10px 5px 10px;
	overflow: hidden;
	line-height: 18px;
	border-top: 1px solid #2a2a2a;
	background: url(../images/bg-nieuwsitem.gif) repeat-x left top;
}

.nieuwsitem .titel h2 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

.driehoek {
	width: 180px;
	height: 5px;
	background: url(../images/driehoek.gif) no-repeat 10px 0px;
}

.nieuwsIntro {
	width: 160px; /* 180px */
	height: 162px; /* 170px */
	padding: 0px 10px 8px 10px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: 1000;
	font-size: 11px;
	background: #333;
}

.nieuwsIntro .tekst {
	width: 160px;
	min-height: 18px;
	max-height: 144px;
	overflow: hidden;
	color: #ccc;
}
* html .nieuwsIntro .tekst {
	height: 144px;
}

