/** Block position and style */

/* Search form */

#block-search-0
{
	position: absolute;
	top: 50px;
	padding:0 0 0 1em;
	left: 700px;
	z-index: 99;
}
#block-search-0 label
{
	display: none;
}


/* Language switcher */

#block-locale-0
{
	position: absolute;
	left: 700px;
}

#block-locale-0 .content ul li
{
	margin-right: 20px;
	list-style-type: none;
  	float: left;
}

#block-locale-0 .nl.active
{
	display: none;
}

#block-locale-0 .en.active
{
	display: none;
}

#block-locale-0 .de.active
{
	display: none;
}


/** block random gallary */

ul.galleries li 
{
	background: transparent none repeat scroll 0 0;
	border:0 none;
}

#block-ffblocks-1 ul
{
	margin: 0;
	padding: 3px 0px 3px 1px;
}
#block-ffblocks-1 ul li
{
	margin: 0 0.6em 0.3em 0;
	list-style-type: none;
  	float: left;
}
#block-ffblocks-1 img
{
	border: 1px solid green;
}
#block-block-2 img
{
	border: 1px solid green;
}
#block-block-2 p
{
	margin: 0;
}

#block-ffblocks-3
{
	position: absolute;
	top: 25px;
	left: 700px;
}
#block-ffblocks-3 div.website
{
	float: left;
	padding-left: 1em;
}
#block-ffblocks-3 div.website a
{
	font-weight: bold;
	font-size: 12px;
}
#block-ffblocks-3 div.spacer
{
	color: #888;
}
#block-ffblocks-3 div.website.active a
{
	color: green;
	text-decoration: underline;
}
ul.images h3
{
	display: none;
}


/** Block: Online booking */
#booking-launcher
{
	height: 250px;
	width: 282px;
	margin: 0 -6px 0 -5px
}


/* System style hacks */
tbody
{
	border-top:1px solid transparent;
}

/* View Planning-History */
.view-planning-history .item-list .views-row
{
	padding: 5px;
	margin-bottom: 15px;
	/* background: #98C03C url(../img/bg.gif) repeat-x scroll center center; */
	background: #dce8b8 url(../img/planning.png) no-repeat scroll top right;
	border:1px solid green;
}

.view-planning-history .views-field-title
{
	font-weight: bold;
	padding: 10px 0;
	font-size: 150%;
}

.view-planning-history  .views-field-view-node
{
	padding-top: 10px;
}

/* View Acties */
div.view-actiesoverzicht .views-row,
div.view-acties .views-row
{
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid green;	
}

