body
{
	font-family: arial;
	font-size: 14px;
	color: #786858;
	background: #FFFFFF url("../images/background_groen.jpg") repeat-x center top;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
}

b, a
{
	color: #C7D645;
}
a.leesmeer
{
	display: block;
	clear: both;
}

p
{
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 18px;
	color: #C7D645;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 16px;
	color: #C7D645;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-size: 14px;
	color: #C7D645;
	padding: 0px;
	margin: 0px;
}

ul
{
	margin: 0px;
	padding-left: 0px;
	display: none;
}

ul.level0
{
	display:block;
}

.content ul{
	display: 		block;
	padding-left: 5px;
	margin-left: 15px;
}

.text ul{
	display: 		block;
	padding-left: 5px;
	margin-left: 15px;
}

#all
{
	width: 850px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

	#all #top
	{
		height: 190px;
		padding-top: 10px;
		width: 100%;
		z-index: 10;
	}

		#all #top #logo
		{
			float: right;
			padding: 0px;
			margin: 0px 20px 0px 0px;
		}

		#all #top #logo .img
		{
			background: url("../images/LindhorstLogoWit.png") no-repeat center top;
			height:68px;
			width: 196px;
		}

		#all #top #logo #contact
		{
			padding-left: 30px;
			float: left;
			text-align: right;
			font-size: 10px;
			/*font-weight: bold;*/
			color: #FFFFFF;
		}

		#all #top #logo #contactData
		{
			padding-left: 7px;
			float: left;
			text-align: left;
			font-size: 10px;
		}

		#all #top #logo #contactData a
		{
			color: #FFFFFF;
		}

		#all #top #menu
		{
			float: left;
			clear: left;
			position: absolute;
			top: 161px;
			font-weight: bold;
			padding-left: 5px;
			z-index: 10;
			width: 850px;
		}

		#all #top #menu ul.level0 li
		{
			display: block;
			float: left;
			width: 155px;
			margin: 0px 10px 0px 0px;
		}

		#all #top #menu ul.level0 a
		{
			display: block;
			color: #FFFFFF;
			text-decoration:none;
			text-align: center;
			text-transform: uppercase;
			padding: 2px;
			font-size: 12px;
			height: 40px;
		}

		#all #top #menu li.level0 a:first-letter
		{
			font-size: 16px;
			font-weight: normal;
		}

		#all #top #menu ul.level1
		{
			padding-left: 0px;
			position: absolute;
			bottom: 43px;
			width: 153px;
			border: 1px solid #FFFFFF;
			/*border: 0px;*/
			background: #C7D645;
			text-align: left;
			z-index: 10;
			font-weight: normal;
		}

		/*#all #top #menu li.level1, #all #top #menu li.level1 a*/
		#all #top #menu li.level1 a
		{
			display: block;
			clear: both;
			width: 151px;
			height: auto;
			text-align: left;
			text-transform: none;
			font-size: 14px;
		}
		#all #top #menu li.level1 a:first-letter
		{
			font-size: 14px;
			font-weight: bold;
			font-weight: normal;
		}

		#all #top #menu ul.level1 a:hover
		{
			background: #EDFFBE;
			width: 151px;
			height: auto;
		}


	#all #middle
	{
		height: auto;
		padding: 0px 0px 0px 0px;
		z-index: 1;
	}
		/*Sides*/
		#all #middle #lborder
		{
			background: url("../images/schadow-white-left.png") repeat-y top left;
			margin-bottom: 4px;
		}
		#all #middle #lborder #rborder
		{
			background: url("../images/schadow-white-right.png") repeat-y top right;
			margin-bottom: 4px;
		}
		#all #middle #tborder
		{
			background: url("../images/schadow-white-top.png") repeat-x top left;
			height: 5px;
			width: 100%;
			padding: 0px;
			position: relative;
			z-index: 1;
		}
		#all #middle #bborder
		{
			background: url("../images/schadow-white-bottom.png") repeat-x bottom left;
			height: 5px;
			width: 100%;
			padding: 0px;
			position: relative;
			z-index: 1;
		}

		/*Corners*/
		#all #middle #trborder
		{
			height: 10px;
			width: 10px;
			position: absolute;
			top: 0px;
			right: 0px;
			font-size: 0px;
			background: url("../images/schadow-white-topright.png") no-repeat top right;
		}
		#all #middle #tlborder
		{
			height: 10px;
			width: 10px;
			position: absolute;
			top: 0px;
			left: 0px;
			font-size: 0px;
			background: url("../images/schadow-white-topleft.png") no-repeat top left;
		}
		#all #middle #brborder
		{
			height: 10px;
			width: 10px;
			position: absolute;
			bottom: 0px;
			right: 0px;
			font-size: 0px;
			background: url("../images/schadow-white-bottomright.png") no-repeat bottom right;
		}
		#all #middle #blborder
		{
			height: 10px;
			width: 10px;
			position: absolute;
			bottom: 0px;
			left: 0px;
			font-size: 0px;
			background: url("../images/schadow-white-bottomleft.png") no-repeat bottom left;
		}


	#all #bottom
	{
		position: relative;
		float: right;
		padding-right: 10px;
		font-size: 11px;
		color: #C7D645;
	}

/*Content stuff, in #all #middle */
.contentholder
{
	padding: 5px 5px 5px 10px;
	float: left;
	width: 600px;
}

.contentholder .logoSmall
{
	background: url("../images/LindhorstHGroen.png") no-repeat top right;
	height: 49px;
	width: 63px;
}

.contentholder .block_preview
{
	width: 45%;
	float: left;
	padding: 5px;
}

/* Sidebare menu, in #all #middle*/
.sidebar
{
	padding: 10px 5px 5px 25px;
	float: right;
	width: 200px;
}

.sidebar .image, .sidebar .image a
{
	padding: 2px 2px 2px 2px;
	border: 0px none #FFFFFF;
}

.sidebar .image img
{
	border:		0px;
}

.sidebar .menu_gallery
{
	position: relative;
	width: 164px;
	height: 97px;
}
.sidebar .menu_gallery .gallery_image
{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 160px;
	height: 93px;
	overflow: hidden;
}
.sidebar .menu_gallery .gallery_image img
{
	border:		0px;
}

.sidebar ul
{
	display:block;
	list-style-type: none;
}

.sidebar .active > a
{
	color:	#7D6A55 !important;
}

.sidebar ul.level0 li
{
	padding-bottom: 7px;
}

.sidebar ul.level0 li.with_image
{
	padding-bottom: 21px;
}

.sidebar ul.level0 li, .sidebar ul.level0 a
{
	display: block;
	color: #C7D645;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	font-size: 12px;
}

.sidebar ul.level0 li.level0 a:first-letter
{
	font-size: 16px;
	font-weight: normal;
}

.sidebar ul.level1
{
	padding-top: 7px;
}

.sidebar ul.level1 li, .sidebar ul.level1 a
{
	font-size: 11px;
	color: #C7D645;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	padding-left: 5px;
}

.sidebar input
{
	border: 1px solid #7D6A55;
	height: 20px;
	padding: 0px;
}

.sidebar input.text
{
	padding: 2px 4px 2px 4px;
	height: 16px;
}

.sidebar input.button
{
	background-color: #7D6A55;
	color: #FFFFFF;
	font-weight: bold;
}

/*Google maps, in #all #middle .contentholder*/
.directions
{
	margin: 0px;
	padding-right: 10px;
}

.error b
{
	color: red;
	margin: 0px;
	padding-right: 10px;
}

.googledir td, .googledir b, .googledir a
{
	background-color: #FFFFFF;
	color: #7D6A55;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

/*Referenten links, in #all #middle .contentholder; 600px total*/
.referenten_links
{
	float: left;
	width: 200px;
	border: 0px solid #C7D645;
	border-right: 1px solid #C7D645;
	height: 100%;
	padding: 0px;
	padding-right: 4px;
	margin: 0px;
}

.referenten_links a
{
	text-decoration: none;
}
.referenten_links .active > a
{
	color:	#7D6A55 !important;
}

.referenten_links h2
{
	color: #7D6A55;
	padding: 0px;
	margin: 0px;
}

.referenten_links .level0
{
	list-style-type: none !important;
	padding: 0px;
	margin: 0px;
	float: right;
}

.referenten_links .image, .referenten_links .image a, .referenten_links .image img
{
	padding: 0px 2px 4px 0px;
	border: 0px none #C7D645;
	width: 60px;
	height: 40px;
	float: left;
	margin: 0px;
}

/*Referenten content, in #all #middle .contentholder; 600px total*/
.referenten_content
{
	float: right;
	width: 390px;
	height: 100%;
	padding-left: 0px;
	position: relative;
}

.referenten_content .title
{
	float: left;
}

.referenten_content .data
{
	float: left;
	padding-left: 10px;
}

.referenten_content .content
{
	/*padding: 5px;*/
	width: 100%;
}

.referenten_content .content img
{
	margin: 5px 5px 5px 0px;
	padding: 0px;
}

.referenten_content b
{
	color: #7D6A55;
}

/*Carrousel*/
#carrousel_wrapper
{
	width: 200px;
}

.carrousel_arrow
{
	width: 200px;
	height: 20px;
	text-align: center;
}

#carrousel
{
	width: 200px;
	height:	360px;
	overflow: hidden;
	z-index: 1001;
}

.carrousel_item
{
	width: 200px;
	height: 120px;
	text-align: center;
}
.carrousel_item a
{
	font-weight: bold;
	font-size: 12px;
	color: #786858;
}

.carrousel_image
{
	width: 200px;
	text-align: center;
/*	width: 80px;
	float: left;
	margin-right: 5px;*/
}
.carrousel_image img
{
	border: 0px;
}

