div#content {
}

div#content div#content-in {
	margin-left: 12px;
	margin-right: 12px;
}

/* voorkomen menukolom */
div#content div#content-in div#content-text {
	width: auto;
	float: none;
	background: none;
}

div#content div#content-in div#content-text div#content-text-in {
	margin: 0 auto;
}

div#content div#content-in div#content-submenu {
	display: none;
}

/* agenda-items */

div#eventlist {
}

div#eventlist div.eventitem {
	height: 170px;
	margin: 0 0 10px 0;
	background: #000;
}

div#eventlist div.eventitem div.block-content {
	background: none;
}

div#eventlist div.eventitem p {
	margin: 0.2em 0;
}

div#eventlist div.eventitem div.eventitem-image {
	float: left;
	width: 490px;
	height: 170px;
	background: #ddd;
}

div#eventlist div.eventitem div.eventitem-detail {
	float: left;
	width: 586px;
	height: 170px;
}

div.block-header {
	height: 30px;
	background: url('/media/layout2/bg-header-events.png');
}

div#eventlist div.eventitem div.eventitem-detail div.eventitem-detail-in {
	height: 140px;
	overflow: auto;
}

div#eventlist div.eventitem div.eventitem-detail div.eventitem-detail-in h3 {
	margin: 8px 20px;
	padding: 0 0 3px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #d90013;

}

div#eventlist div.eventitem div.eventitem-detail div.eventitem-detail-in div.block-content {
	padding: 0 20px;
}

div.details {
	margin-left: 15px;
	float: right;
	overflow: auto;
}

div.details div.sharemedialink {
	float: right;
}

