/* Start of CMSMS style sheet 'home' */
.container {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
	height: 420px;
	background-color: #fff;
}

.container img {
	height: 420px;
}

#carousel-menu {
	float: left;
	width: 255px;
}

#carousel-menu ul {
	margin: 0 5px 0 0; 
	padding: 0;
	list-style: none;
}

#carousel-menu li { cursor: pointer; }

#carousel-menu li.menu-item.selected, #carousel-menu ul li.menu-item:active, #carousel-menu ul li.menu-item:hover {
	background:url(/images/nieuws/li_button-a-hover.png) no-repeat left top;
	width: 250px;
	margin: 0; 
	padding: 18px 0 12px 5px;
	height: 40px;
}

#carousel-menu ul li.menu-item {
	background: url(/images/nieuws/li_button-a.png) no-repeat left top;
	width: 250px;
	margin: 0; 
	padding: 18px 0 12px 5px;
	height: 40px;
}

li.menu-item h3, li.menu-item menu-last h3 {
	font-size: 90%;
	margin: 0;
	padding: 0 8px 0 8px;
	color: #006845;
	width: 200px;
	height: 40px;
}

#carousel-menu ul li.menu-item .info, #carousel-menu ul li.menu-item menu-last .info { display: none; }

#carousel-menu li#agenda.selected, #carousel-menu ul li#agenda:active, #carousel-menu ul li#agenda:hover {
	background: url(/images/nieuws/li_button-dg-hover.png) no-repeat left top;
}

#carousel-menu ul li#agenda {
	background: url(/images/nieuws/li_button-dg-a.png) no-repeat left top;
}

li#agenda h3 a {
	font-size: 90%;
	margin: 0;
	padding: 0 8px 0 8px;
	color: #fff;
	width: 200px;
	height: 40px;
}

/* =================================== rechts */

.carousel-content{
	margin: 0 0 0 260px;
	padding: 0;
	position: relative;
}

.carousel-content-image {
	margin: 0;
	padding: 0;
}

.carousel-content-info {
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	list-style: none;
	width: 720px;
	height: auto;
	padding: 10px 20px 30px 20px;
	position: absolute;
	bottom: 0;
}
/* End of 'home' */

