/***
	Specific Home Styling
/***/

	.home #content {
		width: 760px;
		float: left;
		margin-left: 10px;
		overflow: hidden;
		display: inline;
	}
	.home #extra {
		width: 190px;
		float: left;
		display: inline;
		margin-left: 20px;
		overflow: hidden;
	}


/***
	Mededelingen ( .news )
/***/
	#news {
		float: left;
		margin-bottom: 1em;
		font-size: .9em;
	}
	#news .item {
		border-bottom: 1px dashed #e07;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	#news h2 {
		font-weight: bold;
		text-transform: uppercase;
		color: #044579;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#news h3, #news h3 a {
		color: #ee0077;
	}
	#news a {
		color: #77bb11;
	}
	#news .more {
		text-align: right;
	}
	#news a.more{
		padding-left: 10px;
	}
	#news .more a {
		padding-left: 20px;
		background: url(images/news-link-more.gif) no-repeat left center;
		color: #036;
		font-weight: bold;
	}
	
/***
	Headline
/***/	
	#headline {
		width: 470px;
		float: left;
		border: 0px solid #000;
		margin-bottom: 20px;
	}
	#headline .headerimg {
		width: 470px;
		overflow: hidden;
		margin-bottom: 0;
	}
	#headline .content {
		padding: .5em 1em;
	}
	#headline h2 {
		font-size: 18px;
		color: #044579;
	}
	#headline a.more {
		color: #036;
		font-weight: bold;
		padding-left: 1em;
	}
	
/***
	3x Blocken --> 1 = Agenda
/***/
	#content .block {
		float: left;
		width: 228px;
		border: 1px solid #036;
		margin-right: 10px;
		overflow: hidden;
		min-height: 320px;
		height: auto!important;
		height: 320px;
		
	}
	#content .block.last {
		margin-right: 0;
	}
	#content .block .content {
		padding: 5px;
	}
	#content .block .img {
		width: 235px;
		height: 170px;
		overflow: hidden;
		border-bottom: 1px solid #036;
	}
	#content .block h2 {
		font-size: 18px;
	}
	
	/*variant 1 */
	#content .block.variant1 { border-color: #993399; width: 268px; margin-right: 20px;}
	#content .block.variant1 h2 { color: #fff; background: #993399; font-size: 14px ;padding: .2em 1em; font-weight: bold; }
	#content .block.variant1 h3 { color: #32acc0; }
	#content .block.variant1 .img { border-color: #32acc0; }
	
	#content #agenda {
		background: #fdf8fd;
		font-size: 1em;
	}
	
	#agenda .nav {
		margin: 5px 0 5px 5px;
	}
	#agenda ul li {
		float: left;
		width: 35px;
		height: 42px;
		text-align: center;
		background: url(images/agenda-bg-0.gif);
		margin-right: 2px;
		list-style: none;
	}
	#agenda ul li.active {
		background: url(images/agenda-bg-1.gif);
	}
	#agenda ul li a {
		display: block;
		width: 35px;
		height: 42px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#agenda ul li a:hover {
		text-decoration: none;
	}
	#agenda .item {
		padding: 5px;
		border-bottom: 1px solid #939;
		min-height: 55px;
		height: auto!important;
		height: 55px;
		font-size: .9em;
	}
	#agenda .item a {
		font-weight: normal;
	}
	#agenda .item h4 {
		font-weight: bold;
		font-size: 1.2em;
	}
	#agenda .item h4 a{
		font-weight: bold;
		
	}
	#agenda .item .cat {
		font-weight: bold;
		color: #993399;
	}
	#agenda .itemlist {
		display: none;
	}
	#agenda .more{
		padding: 5px;
	}
	#agenda .more a {
		padding-left: 20px;
		background: url('images/agenda-link-more.gif') no-repeat left center;
		color: #77bb11;
		font-weight: bold;
	}
	
	
	/*variant 2 */
	#content .block.variant2 { border-color: #77bb11; }
	#content .block.variant2 h3 { color: #77bb11; }
	#content .block.variant2 .img { border-color: #77bb11; }
	#content .block.variant2 a {
		color: #77bb11;
		display: block;
	}
	
	/*variant 3 */
	#content .block.variant3 { border-color: #32acc0; }
	#content .block.variant3 h3 { color: #32acc0; }
	#content .block.variant3 .img { border-color: #32acc0; background: #000;}
	#content .block.variant3 a {
		color: #32acc0;
		display: block;
	}
	
/***
	Banners (rechterkant)
/***/	
	
	.latest-video {
		position: relative;
		height: 150px;
		margin-bottom: 20px;
	}
	.latest-video img {
		position: absolute;
		top: 0;
		left:0;
	}
	
	
	.banner {
		margin-bottom: 1em;
	}
	
	
	