* {
	
	margin: 0;
	padding: 0;
	font: normal normal normal 8pt Tahoma;
	color: black;
	line-height: normal;
	
}

html,body {
	clear: both;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	
}
.ClearDiv
{
	clear: both;
}
.ClearLeft
{
	clear: left;
}
#wrapper {
	clear: both;
	width: 100%;
	height: 100%;
	background: transparent url(../images/website-background.jpg) repeat-x scroll bottom left;

}

#container {
	position: relative;
	width: 912px;
	min-height: 100%;
	background-color: gray;
	background: transparent url(../images/main-background.jpg) repeat-y;
	margin: auto;
	margin-bottom: 0px;
	margin-bottom:0px;
}

#backgroundContainer {
	position: absolute;
	height: 100%;
	min-height:657px;
	left: 0px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
	border: 1px solid black;
}
#background {
	position: absolute;
	bottom:0px;
	line-height: 0px;
	background-image: url(../images/website-background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
}

#header-top {
	width: 100%;
	height: 56px;
	background-image: url(../images/header-top.jpg);	
}
#searchfield {
	display: none;
	float: right;
	padding-right: 20px;
	margin-top: 20px;
	color: white;
	font-weight: bold;
}
#searchFormId {
	
}
#searchFormId label {
	color: white;
	font-weight: bold;
}

#header-menu {
	width: 100%;
	height: 24px;
	background-image: url(../images/header-menu-background.jpg);
	color: white;
	font-weight: bold;
}

#header-image {
	width: 100%;
	height: 130px;
}

#header-crumbpath {
	width: 100%;
	height: 26px;
	background-image: url(../images/header-crumb-road.jpg);
}
#header-crumbpath-text {
	padding-top: 6px;
	padding-left: 20px;
	width: 50%;
	float: left;
}
#header-crumbpath-afdrukken {
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
	float: right;
}
#header-crumbpath-text A:link {text-decoration: none; font-weight: bold;}
#header-crumbpath-text A:visited {text-decoration: none; font-weight: bold;}
#header-crumbpath-text A:active {text-decoration: none}
#header-crumbpath-text A:hover {text-decoration: underline; }

#header-crumbpath-afdrukken A:link {text-decoration: underline; font-weight: normal;}
#header-crumbpath-afdrukken A:visited {text-decoration: underline; font-weight: normal;}
#header-crumbpath-afdrukken A:active {text-decoration: none}
#header-crumbpath-afdrukken A:hover {text-decoration: underline; color: white;}

#header-dropshadow {
	width: 100%;
	height: 7px;
	background-image: url(../images/header-dropshadow.jpg);
	z-index: 0;
}

#main {
	height: auto;
	width: 100%;
	min-height: 315px;
	background: url(../images/main-container-background.jpg) no-repeat scroll bottom;
}

#content {
	margin-top: 10px;
	min-height: 315px;
	padding-left: 30px;
	padding-right: 30px;
}

#news {
	padding-left: 20px;
}
#footer {
	width: 100%;
	height: 99px;
	background-image: url(../images/footer-background3.jpg);
	text-align: right;
	color:#333333;
}

#footer div {
	padding-top: 8px;
	padding-right: 12px;
	font-size: 7pt;
	color: #333333;
}

#footer div a {
	font-size: 7pt;
	color: #333333;
}

#header-menu ul li A:link {text-decoration: none; color: white; font-weight: bold;}
#header-menu ul li A:visited {text-decoration: none; color: white; font-weight: bold;}
#header-menu ul li A:active {text-decoration: none}
#header-menu ul li li.over A:hover {text-decoration: underline;}

#header-menu ul li ul A:link {text-decoration: none; color: white; font-weight: normal;}
#header-menu ul li ul A:visited {text-decoration: none; color: white; font-weight: normal;}
#header-menu ul li ul A:active {text-decoration: none; }
#header-menu ul li ul A:hover  {text-decoration: underline; color: white;}

#header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  padding-left: 70px;
}
#header-menu li {
  float: left;
  display: inline;
  padding: 5px;
  position: relative;
  width: 130px;
  color: white;
  font-weight: bold;
}
#header-menu li ul {
  display: none;
  position: absolute;
  background-color: #7db1e0;
  padding: 5px;
  top: 23px;
  left: 0;
  text-align: left;
  width: 126px;
}

#header-menu li:hover ul { display: block; }
#header-menu li.hover ul { display: block; }
