body, html
{
	padding: 0px;
	margin : 0px;
}

body
{
	font-family: arial;
	font-size: 14px;
	color: #786858;
	background: #C7D645 url("../images/background.jpg") repeat-x center top;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
}

b, a
{
	color: #FFFFFF;
}
a.leesmeer
{
	display: block;
	clear: both;
}

p
{
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

ul
{
	margin: 0px;
	padding-left: 0px;
	display: none;
}

ul.level0
{
	display:block;
	cursor: pointer;
}

.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;
	/*position: absolute;
	/*left: 75px;*/
}

	#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/LindhorstLogoGroen.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: #C7D645;
		}

		#all #top #logo #contactData
		{
			padding-left: 7px;
			float: left;
			text-align: left;
			font-size: 10px;
		}

		#all #top #logo #contactData a
		{
			color: #C7D645;
		}

		#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: #C7D645;
			text-decoration:none;
			/*width: auto;*/
			text-align: center;
			text-transform: uppercase;
			padding: 2px;
			font-size: 12px;
			height: 40px;
		}
		#all #top #menu ul.level0 li.child_active.level0 a
		{
			background: #C7D645;
			color: #FFFFFF;
		}

		#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 #C7D645;
			/*border: 0px;*/
			background: #FFFFFF;
			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;
			background: transparent !important;
			color: #C7D645 !important;
			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: #E1E89B !important;
			color: #FFFFFF !important;
			width: 151px;
			height: auto;
		}


	#all #middle
	{
		height: auto;
		padding: 0px 0px 0px 0px;
		z-index: 1;
	}
		/*Sides*/
		#all #middle #lborder
		{
			background: url("../images/schadow-green-left.png") repeat-y top left;
			margin-bottom: 4px;
		}
		#all #middle #lborder #rborder
		{
			background: url("../images/schadow-green-right.png") repeat-y top right;
			margin-bottom: 4px;
		}
		#all #middle #tborder
		{
			background: url("../images/schadow-green-top.png") repeat-x top left;
			height: 5px;
			width: 100%;
			padding: 0px;
			position: relative;
			z-index: 1;
		}
		#all #middle #bborder
		{
			background: url("../images/schadow-green-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-green-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-green-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-green-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-green-bottomleft.png") no-repeat bottom left;
		}

		.contentholder
		{
			padding: 5px 5px 5px 10px;
			float: left;
			width: 600px;
		}

		.contentholder .logoSmall
		{
			background: url("../images/LindhorstHWit.png") no-repeat top right;
			height: 49px;
			width: 63px;
		}

		.directions
		{
			margin: 0px;
			padding-right: 10px;
		}

		.error b
		{
			color: red;
			margin: 0px;
			padding-right: 10px;
		}

		.googledir td, .googledir b, .googledir a
		{
			background-color: #E1E89B;
			color: #7D6A55;
			text-decoration: none;
			border: 1px solid #E1E89B;
		}

		.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 .image
		{
			display: 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: #FFFFFF;
			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: #FFFFFF;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			width: auto;
			padding-left: 5px;
		}

		input
		{
			border: 0px;
			height: 20px;
			padding: 0px;
			color: #7D6A55;
			margin: 0px;
		}

		input.text
		{
			padding: 2px;
			height: 16px;
			color: #7D6A55;
		}

		input.button
		{
			background-color: #7D6A55;
			color: #FFFFFF;
			height: 20px;
			font-weight: bold;
			padding: 0px;
			margin: 0px;
		}


		.referenten_links
		{
			float: left;
			width: 160px;
			border: 0px solid red;
			height: 100%;
			padding-right: 0px;
		}

		.referenten_links a
		{
			text-decoration: none;
		}
		.referenten_links .active > a
		{
			color:	#7D6A55 !important;
		}

		.referenten_links h2
		{
			color: #7D6A55;
		}

		.referenten_links li
		{
			list-style-type: none !important;
		}

		.referenten_links .image, .referenten_links .image a, .referenten_links .image img
		{
			padding: 2px 0px 0px 0px;
			border: 0px none #FFFFFF;
			width: 50px;
			height: 50px;
		}

		.referenten_content
		{
			float: right;
			width: 585px;
			border: 0px solid red;
			height: 100%;
			padding-left: 0px;
		}

		.referenten_content .title
		{
			float: left;
		}

		.referenten_content .data
		{
			float: left;
			padding-left: 10px;
		}

		.referenten_content .content
		{
			padding: 5px;
			width: 100%;
		}

		.block ul
		{
			display: block;
			padding: 20px;
		}

	#all #bottom
	{
		position: relative;
		float: right;
		padding-right: 10px;
		font-size: 9px;
		color: #FFFFFF;
	}
	
.formhandler td
{
	padding-bottom: 5px;
}

.formhandler td input
{
	margin-top: 5px;
	padding: 0px;
	float: left;
}

.formhandler td label
{
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}