/*****************
	EXTRA BLOKKEN
	*************/
	.block.yellow {
		width: 233px;
		height: 217px;
		background: url(images/note-yellow.png);
		position: absolute;
		right: 80px;
		top: 429px;
	}
	.block.yellow .content {
		margin: 15px 10px 5px 15px;
		padding: 5px;
		background: #fff200;
	}
	.block.blue {
		width: 170px;
		height: 273px;
		background: url(images/note-blue.png);
		position: absolute;
		right: -90px;
		top: 141px;
	}
	.block.blue .content {
		margin: 15px 5px 5px 15px;
		background: #00adef;
		padding: 5px;
	}
/*****************
	PROGRAMMA BLOK
	*************/
	#programma {
		width: 354px;
		height: 242px;
		background: url(images/programma-bg.png) no-repeat;
		margin-left: -20px;
		margin-top: -10px;
	}
	#programma .content {
		padding: 48px 10px 10px 35px;
		font-size: 1.1em;
		line-height: 140%;
	}
	#programma h2 {
		color: #fff;
		font-weight: bold;
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	#programma dt {
		font-weight: bold;
		float: left;
		color: #fff;
		text-transform: uppercase;
		padding-right: 10px;
	}
	#programma dd {
		font-weight: bold;
		text-transform: uppercase;
	}
	#programma p {
		padding-top: 10px;
	}
	#programma span {
		color: #fff;
	}



	

.ce_text .image_container img {
	margin: 0 10px 10px -10px;
}



.mod_newslist .newsitem {
	
}
.mod_newslist .newsitem  .image_container {
	width: 120px;
	height: 120px;
	float: left;
}
.mod_newslist .newsitem h3 {
	margin-bottom: 5px;
}
.mod_newslist .newsitem h3 a {
	color: #00ADEF;
	font-weight: bold;
	text-decoration: none;
}
.mod_newslist .newsitem.even h3 a {
	color: #e3007a;
}
	

.mod_photoalbumsviewer {

}

.mod_photoalbumsviewer .photo {
	width: 110px;
	height: 110px;
	float: left;
	overflow: hidden;
	position: relative;
}
.mod_photoalbumsviewer .mask {
	position: absolute;
	left:0;
	top:0;
}
	
.photoalbum {
	padding: 10px 0;
	border-bottom: 1px dotted #e3007a;
}
.photoalbum .image_container {
	width: 120px;
	float: left;
}
.photoalbum h2 a {
	color: #e3007a;
}
/*****************
	FORMULIEREN
	*************/	
	input, select, textarea {
		font: 100% arial;
	}
	.formbody .field {
		margin-bottom: 10px;
	}
	.formbody .field label {

		float: left;
		width: 100px;
	}
	.formbody .field .submit {
		margin-top: 20px;
	}
	.formbody .field p.error {
		float: right;
		color: #E3007A
	}
	#contacttable td {
		padding-bottom: 20px;
	}