/* pagina-indeling */

div#contentwrapper {
	background: none;
	padding: 0;
}

div#content {
	background: none;
}

div#content img {
	border: 0 none;
	display: block;
}

div#content div#content-in {
	margin: 0;
	padding: 0;
	border: 0 none;
}

/* 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 {
	background: none;
}

div.block-content {
	background: none;
}

div#content div#content-in div#content-text div#content-text-in {
/*	width: 896px;*/
	margin: 0 auto;
	padding: 0;
}

div#content div#content-in div#content-submenu {
	display: none;
}

/* vakken */

div.row {
	margin-bottom: 8px;
	overflow: auto;
	/*background: #000;*/
}

div.row.row1 {
	height: 384px;
}

div.row.row2 {
	height: 384px;
}

div.row.row1 div.column.column-left {
	width: 492px;
	height: 384px;
	margin-right: 6px;
	float: left;
	overflow: hidden;
}

div.row.row1 div.column.column-right {
	width: 594px;
	height: 384px;
	float: left;
	overflow: hidden;
}

div.subrow.subrow2 {
	height: 162px;
}

div.fpblock {
	background: #fff;
	color: #000;
	overflow: hidden;
}

div.fpblock.block-a1 {
	width: 468px;
	height: 360px;
	padding: 12px;
}

div.fpblock.block-b1 {
	width: 570px;
	height: 138px;
	padding: 12px;
	margin-bottom: 6px;
}

div.fpblock.block-b2 {
	width: 273px;
	height: 192px;
	padding: 12px;
	float: left;
}

div.fpblock.block-c2 {
	width: 273px;
	height: 192px;
	padding: 12px;
	float: left;
}

div.fpblock.block-a3 {
	width: 468px;
	height: 360px;
	padding: 12px;
	margin-right: 6px;
	float: left;
}

div.fpblock.block-b3 {
	width: 270px;
	height: 360px;
	padding: 12px;
	margin-right: 6px;
	float: left;
}

div.fpblock.block-c3 {
	width: 270px;
	height: 360px;
	padding: 12px;
	margin-right: 0;
	float: left;
}

div.comingup {
	margin-top: 6px;
	margin-left: -12px;
}

/* blokjes */
div.twitter {
	height: 360px;
	overflow: hidden;
	background: #000;
	border-radius: 6px;
}

div.fotos {
}

div.fotos h3 {
	display: none;
}

div.fotos ul {
	overflow: auto;
	margin: 0 0px;
	padding: 8px 0 0 0;
}

div.fotos ul li {
	margin: 0 10px;
	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;
}


