/* css for vandervloodt.eu */
body {
  font-family: Arial,Helvetica,sans-serif;
  color: #515151; /* dark grey */
  font-size: 95%;
  background-color: #515151;
}
h1 {
  color: #d9d8d8;
  font-size: 210%;
  line-height: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#homeheader {
color: #d9d8d8;
  font-size: 270%;
  line-height: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#orangetext {
  color: #ff6600;
}

h2 {
  color: #d9d8d8;
  font-size: 160%;
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
}
h4 {


  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#alignment {
  margin: 0 auto;
  width: 870px;
}

#table_bkgnd {
  background-color: #d9d8d8;
}
#table_bkgnd2 {
  background-color: #cacaca;     /* for box on home page */
}

/* minimal style */
#horizmenu ul {
  margin: 0px;
  padding: 0px; /* at left*/
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#horizmenu ul li {
  margin: 5px;
  padding: 6px; /* spacer between menu items - was 8px but max 6 or Mac wraps */
  display: inline;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 115%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#horizmenu li a {
  border: 0px outset #000000;
  padding: 2px;
  color: #d9d8d8;

  text-decoration: none;
  display: inline;
}
/* this is the hover over state */
#horizmenu li a:hover {
  color:#d7dd31;

}
#horizmenu ul li a.current {

   color:#679616;
}
#horizmenu ul li a.parent {

   color:#acdb5a;
}
/* ===== vertical menu ==== */
#vertmenu {
  height:21px;
  font-size:110%;
  font-weight:normal;
  font-family: Arial,Helvitica,sans-serif;
  width: 230px; /* that's the width of the coloured bars */
  text-align: right;
}
#vertmenu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position: outside;
}
#vertmenu ul li {
  display:block;
  /* this determines whether there's a spacer between menu elements */
  margin:0px;
}
#vertmenu ul li a {
  display:block;
  color:#d9d8d8;
  background-color: #515151;
  text-decoration:none;
  /* padding top rt bott left */
  padding: .4em .5em .4em .4em;
  height:18px;
}
#vertmenu ul li a:hover {
  color:#d7dd31;

}
#vertmenu ul li a.current {

   color:#679616;
}
