/* pagina-indeling */

div#content {
	background: none;
}

div#content img {
	border: 0 none;
	display: block;
}

div#content div#content-in {
	margin: 0 12px;
	padding: 0;
	border: 0 none;
}

/* voorkomen menukolom */
div#content div#content-in div#content-text {
	width: auto;
	float: none;
	background: none;
}

div.block-content {
	background: none;
}

div#content div#content-in div#content-text div#content-text-in {
/*	width: 896px;*/
	margin: 0 auto;
}

div#content div#content-in div#content-submenu {
	display: none;
}

/* vakken */

div.row {
	margin-bottom: 8px;
	overflow: auto;
	/*background: #000;*/
}

div.row.row1 {
	height: 596px;
}

div.row.row2 {
	height: 64px;
}

div.row.row3 {
	height: 184px;
}

div.row.row1 div.column.column-left {
	width: 424px;
	height: 596px;
	margin-right: 8px;
	float: left;
	overflow: hidden;
	background: #000;
}

div.row.row1 div.column.column-right {
	width: 644px;
	height: 596px;
	float: left;
	overflow: hidden;
	background: #000;
}

div.row.row3 div.column.column-a, div.row.row3 div.column.column-b {
	width: 208px;
	height: 184px;
	float: left;
	margin-right: 8px;
}

/* blokjes */
div.twitter {
	height: 294px;
	overflow: hidden;
	background: url('/media/layout2/bg-twitter.png') repeat-x center top;
}

div.fotos {
	height: 64px;
	background: #000;
}

div.fotos h3 {
	display: none;
}

div.fotos ul {
	overflow: auto;
	margin: 0 -8px;
	padding: 4px 0 0 0;
}

div.fotos ul li {
	margin: 0 8px;
	padding: 0;
	list-style: none;
	float: left;
}

div#eventlist {
	padding-top: 18px;
}

div.eventitem {
	height: 110px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 2px dotted #005ec5;
}

div.eventitem div.block-header {
	background: #000 url('/media/layout2/bg-fpevents.jpg') repeat-x;
}

div.eventitem.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}

div.eventitem div.eventitem-image {
	width: 310px;
	height: 110px;
	float: left;
}

div.eventitem div.event-content {
	padding: 0 5px;
	height: 66px;
}
div.eventitem div.block-content p.summary {
	font-size: 1.2em;
	border-bottom: 1px solid #005ec5;
}

div.sharemedialink {
	float: right;
}


