*
{
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('/images/bg_body.jpg') right top #f8f7f1;
	background-repeat: repeat-x;	
}	
div#container
{
	width: 751px;	
	margin: 64px auto 0px auto;
	background: url('/images/bg_container.png') repeat-y 0px 0px;
	border-bottom: 1px solid white; /* opera hack */
	margin-bottom: -1px; 
}

div#wrapper {
width: 751px;
min-height: 266px;
height: auto !important;
height: 266px;
position: relative;
background: url('/images/bg_header.png') no-repeat 0px 0px;
}


/* HEADER */
div#header
{
	position: absolute;
	top: 10px;
	height: 54px;
	width: 751px;
	z-index: 999;
	background: url('/images/bg_header_top.png') 0px 0px no-repeat;
}

	
/* TOP MENU */
div#menu
{	
  position: absolute;
  top: 27px;
  margin-left: 17px;
	width: 130px;
	z-index: 999;
}

	div#menu ul
	{
		list-style: none;
	}

		div#menu ul li
		{
	
		}

		div#menu ul li a,
		div#menu ul li a:visited
		{
			line-height: 20px;
			color: #0f5238;
			text-transform: uppercase;
			width: 124px;
			display: block;
			padding-left: 7px;
			font-weight: bold;
			text-decoration: none;
		}
		div#menu ul li a:hover
		{
			background-color: #1b593e;
			color: white;
		}

		#menu ul li.active a,
		#menu ul li.active a:visited
		{
			background-color: #1b593e;
			color: #f7da1f;
		}
		
			#menu ul ul {
				margin-left: 10px;
			}	

				div#menu ul li.active ul li a,
				div#menu ul li.active ul li a:visited
				{
					line-height: 20px;
					color: #0f5238;
					text-transform: capitalize;
					width: 114px;
					display: block;
					padding-left: 7px;
					font-weight: normal;
					text-decoration: none;
					background: #f6f6e8;
				}
				div#menu ul li.active ul li a:hover
				{
					text-decoration: underline;
					color: black;
				}

				#menu ul li.active ul li.active a,
				#menu ul li.active ul li.active a:visited
				{
					background-color: #1b593e;
					color: #f7da1f;
				}		

/* LEFT MENU */
div#leftColumn
{
  position: absolute;
  top: 0px;
  z-index: 999;
  margin-top: 123px;
	min-height: 403px;
	width: 204px;
}


	#logo {
	display: block;
	width: 175px;
	position: absolute;
	top: -153px;	z-index: 999;
	margin-left: 0px;
	height: 150px;
	
	}
	
		#logo a, #logo a:visited {
		display: block;
		width: 175px;
		height: 150px;
		}



#search {
position: absolute;
margin-left: 547px;
top: 25px;
width:250px;

}

#search input {
border: none;

}
form#zoekForm
{
  padding: 4px;
 background: none;
}

form#zoekform input#ZoekString
{

  color: #555555;
  width: 125px;
  float: left;
  
background: white;
border: 1px solid #999;
margin-right: 5px;
}

form#zoekForm input#ZoekString:focus
{
   background: none;
}

form#zoekform input#ZoekButton
{

  width: 50px;
  height: 20px;
  border: 1px solid #999;
  float: left;
	cursor: pointer;
}


/* KRUIMELPAD */
div#breadCrumb
{
  /*top: 27px;
  font-size: 9px;
  margin-left: 182px;
  position: absolute;
	width: 463px;
	
	padding: 4px;
	height: 15px;
	z-index:998;
*/
	display:none;
}

	div#breadCrumb a,
	div#breadCrumb a:visited {
	color: #1b593e;
	}
	


/* CONTENT */
div#content
{
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 543px;
	padding: 0px;
	padding-top: 155px;
	
	margin-left: 166px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
}

	div#content  img {
	border: 1px solid #0e5138;
	}

/* DISCLAIMER */
div#footer
{
	height: 182px;
	z-index: 1;
	width: 751px;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	background: url('/images/bg_footer.png') no-repeat left top;
	
}

/* LanguageSelector */
ul.languageSelector
{
  font-size: 10px;
  float: right;
  margin: 0px;
}
ul.languageSelector li
{
  display: inline;
  padding: 2px;
}

ul.languageSelector li.active a,
ul.languageSelector li.active a:visited
{
  text-decoration: none;
  font-weight: bold;
}

fieldset
{
  border: none;
}

/*MetaMenu*/
div#metamenu
{
  position: absolute;
  height: 10px;
  width: 10px;
  color: white;
  margin: 10px 10px 0px 0px;
  top: 196px;
  margin-left: 520px;
 
  z-index: 999;
}

ul.metamenu
{

}
ul.metamenu li
{
  display: inline;
  
}

ul.metamenu li a,
ul.metamenu li a:visited
{
  padding: 0px 2px;
  padding-left: 7px;
  color: white;
  text-decoration: none;
  border-left: 1px solid #555555;
}

ul.metamenu li.first a,
ul.metamenu li.first a:visited
{
  border: none;
}

	