.prikbord-item {
	width: 521px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 5px;
	background: url(../images/template/sprite-prikbord.jpg) 0px 0px no-repeat;
}
.prikbord-item.oneven {
	background: url(../images/template/sprite-prikbord.jpg) 0px -35px no-repeat;
}
.prikbord-item .prikbord-content span.naam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #96191d;
	font-weight: bold;
}
.prikbord-item .prikbord-content span.gegevens {
	width: 100px;
	float: left;
}
.prikbord-item .titel em {
	font-weight: normal;
	color: #000;
}
.prikbord-item.active .titel em {
	font-weight: normal;
	color: #fff;
}
.prikbord-item .prikbord-content a {
	color: #96191d!important;
}
.prikbord-item.active {
	width: 521px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 5px;
	background: url(../images/template/sprite-prikbord.jpg) 0px -70px no-repeat;
}
.prikbord-item .banner {
	width: 521px;
	height: 35px;
	position: relative;
	float: left;
	cursor: pointer;
}
.prikbord-item .banner .titel {
	width: 400px;
	height: 35px;
	position: relative;
	float: left;
	line-height: 35px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 45px;
}
.prikbord-item.active .titel {
	width: 400px;
	height: 35px;
	position: relative;
	float: left;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	padding-left: 45px;
}
.prikbord-item .prikbord-content {
	width: 444px;
	height: auto;
	position: relative;
	float: left;
	padding: 32px 35px 0px 42px;
	display: none;
	line-height: 22px;
}
.prikbord-item .prikbord-content .close {
	width: 440px;
	height: 24px;
	position: relative;
	float: left;
	text-decoration: underline;
	color: #ff8401;
	cursor: pointer;
	margin: 10px 0px 28px 0px;
}
.prikbord-item .prikbord-content .close:hover {
	text-decoration: none;
}
.viskdown {
	width: 150px;
	height: 27px;
	position: relative;
	float: left;
	padding: 20px 0px 20px 0px;
}
.gegevenswrapper {
	width: 444px;
	height: auto;
	margin-bottom: 15px;
	position: relative;
	float: left;
	border-bottom: solid 1px #ff8401;
}
.gegevenswrapper.laatste {
	border-bottom: none;
}