/* navigatie en header */
#hdr-title {
	width:650px;
	height:56px;
	background-image:url('/images/basic/title-agenda.png');
}

#site-hdr-nav {
	background:url('/images/basic/bg-nav-agenda.png') #990066 center 50%;
}

#site-hdr #hdr-nav {
	border-left:#990066 1px solid;
}

#hdr-nav li {
	border-right:#990066 1px solid;
	background-color:#990066;
}

#hdr-nav li a {
	border-right:#B30077 1px solid;
	background:url('/images/basic/bg-nav-agenda.png') #990066 center 50%;
}

#hdr-nav li a:hover {
	background:none;
	background-color:#B30077;
}

#hdr-nav .agenda {
	background:url('/images/basic/bg-nav-agenda.png') #fff 50% top;
	color:#000000;
}

/* frontpage */

#block-agenda {
	width:450px;
	float:left;
	margin-left:15px;
	margin-bottom:12px;
}

	.item-newday {
		margin-top:3px;
	}

	.item-newday h5 {
		background-color:#990066;
		padding:3px;
		font-size:12px;
	}
	
	.item h4 {
		margin-top:4px;
		margin-bottom:3px;
		font-size:14px;
		font-weight:bold;
	}
	
	#agenda-content-top .item {
		margin-bottom:7px;
		background-color:#F7F7F7;
		border-bottom:#990066 1px solid;
	}
	
	#agenda-content-top .item a:link, #agenda-content-top .item a:visited {
		text-decoration:none;
		color:#000;
	}

	#agenda-content-top .item h4 {
		margin-top:3px;
		margin-bottom:3px;
		font-size:13px;
		font-weight:bold;
	}
	
	#agenda-content-top .item-img {
		float:left;
		width:450px;
		height:100px;
		overflow:hidden;
	}
	
	#agenda-content-top .item-img img {
		margin-top:-60px;
	}


















.spotlight {
	width:45%;
	height:200px;
	float:left;
	margin-left:15px;
	margin-bottom:12px;
}



.listSmall h3, .spotlight h3 {
	margin-bottom:5px;
	padding-left:3px;
	color:#FFF;
	background-color:#990066;
}

.listSmall ul {
	margin-top:3px;
	list-style-type:none;
}





/* ARTICLE VIEW */
.article-left {
	float:left;
	width:600px;
}

.article-right {
	float:right;
	width:390px;
}

#article-top {
	float:left;
	width:990px;
	
}

#article-top-hd {
	float:left;
	width:600px;
	height:5px;
	background:url(/images/basic/article-top-hd.png) top;
}

#article-block-top-hd {
	float:right;
	width:390px;
	height:5px;
	background:url(/images/basic/article-block-top-hd.png) top;
}

#article-top {
	float:left;
	width:590px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	background:url(/images/basic/article-top.png) top;
}

#article-block-top {
	float:right;
	width:380px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	background:url(/images/basic/article-block-top.png) top;
}

#article-top-bt {
	float:left;
	width:600px;
	height:5px;
	background:url(/images/basic/article-top-bt.png) top;
}

#article-block-top-bt {
	float:right;
	clear:right;
	width:390px;
	height:5px;
	background:url(/images/basic/article-block-top-bt.png) top;
}

#article {
	float:left;
	width:584px;
	padding-left:3px;
	padding-right:3px;
}

#article img {
	display:block;
	float:left;
	width:300px;
	overflow:hidden;
	margin-right:5px;
	margin-top:3px;
}

h1 {
	font-size:22px;
}

h2 {
	display: inline;
}

h3 {
	font-size:13px;
}

h5 {
	font-size:16px;
	color:#FFFFFF;
}

.nieuws-content-list h5 {
	margin-bottom:6px;
	font-size:15px;
	color:#000000;
	border-bottom:solid;
	border-color:#999;
	border-width:1px;
}

h6 {
	margin-bottom:4px;
	font-size:10px;
	font-weight:normal;
}

p.content-strong {
	font-weight:bold;
}

p.content-text {
	margin-top:7px;
}

.article-block {
	margin-bottom:5px;
}

.article-block h2 {
	padding-left:5px;
	font-weight:bold;
}

.article-block h3 {
	height:25px;
	padding-left:5px;
	line-height:25px;
	background-color:#990066;
	font-size:12px;
	color:#FFFFFF;
}

.article-block p {
	padding-left:5px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.article-block ul {
	list-style-type:none;
}

.morenewsArticle li, .linkArticle li {
	padding-left:5px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:1px;
}

.article-block a {
	text-decoration:none;
}




/* AGENDALIJN */
.agendalijn-day {
	float:left;
	clear:both;

	height:25px;
	width:800px;
	margin-bottom:5px;
	padding:3px;

	line-height:25px;
	font-weight:bold;
	font-size:12px;
	background-color:#990066;
	color:#FFF;
}

.agendalijn-message {
	float:left;
	clear:both;
	width:800px;
	background-color:#FFF;
	
	margin-bottom:10px;
	padding:3px;
	padding-bottom:4px;	
	
	border-top:solid;
	border-color:#ddd;
	border-width:1px;
}

.agendalijn-timedate {
	float:left;
	width:185px;
}
	
	.agendalijn-timedate .date {
		color:#868686;
		margin-bottom:2px;
	}
	
	.agendalijn-timedate img{
		width:170px;
	}

.agendalijn-text {
	float:left;
	width:500px;
	margin-left:2px;
}