/* -------------------------------Hyperlink instellingen ---------------------------------*/
a:link {
  color: #333333;
  text-decoration  : none;
  font-weight      : 300
}

a:active {
  color: #333333;
  text-decoration  : none;
  font-weight      : 300
}

a:visited {
  color: #333333;
  text-decoration  : none;
  font-weight      : 300;
}
/*---------------------------------  body ------------------------------------------------*/
body { 
  background-color	: #FFFFFF;
  color				: #333333;
}
a.pointerhand {
	cursor: pointer;
	cursor: hand;
}
/* --------------------------------- div sitemeter positioner ----------------------------*/
div#sitemeter {
	position		: absolute;
	bottom:10;
}

/* --------------------------------  menu -----------------------------*/
mh#menuheader tc{
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu {
  width: 130px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
  text-align: left;
}

ul#menu ol li:before {
  content: "-";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}