/***********************************************************
***  &copy; Copyright == Emeni Automatiseringstechnieken      ***
***  Vijfhuizenberg 42a, 4708 AL Roosendaal              ***
***  Telefoon: 0165 - 571241, Fax: 0165 - 570669         ***
***  E-mail: info@emeni.nl / www.emeni.nl                ***
***********************************************************/

/* basis styl&eacute;sheet */
/*******************/
body {
  font-family: Verdana, Tahoma, Arial;
  font-size: 0.8em;
  margin-top: 10px;
}

#container {
  border-top: 1px solid #000;
  width: 1000px;
  margin: auto;
}

#menu {
  width: 150px;
  float: left;
}

#content {
  width: 620px;
  float: left;
  margin-left: 20px;
  margin-right: 10px;
}

#contact {
  width: 200px;
  float: left;
  text-align: right;
}

#clear {
  clear: both;
}

h1 {
  color: #000;
  font-weight: bold;
  font-size: 110%;
}

h2 {
  color: #6B7D94;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0px;
}

#contact img {
  margin-bottom: 20px;
}

#menu img {
  margin-bottom: 10px;
  margin-top: 4px;
}

a, a:hover {
  color: #0084C5;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}

a:hover {
  text-decoration: underline;
}

/* menu */
.opvulling, .opvullingOver {
  background-color: #D2E9F4;
  width: 13px;
  height: 28px;
  float: left;
  margin-bottom: 3px;
}

.opvullingOver {
  background-color: #0084C5;
  cursor: pointer;
}

.link, .linkOver {
  background-color: #0084C5;
  width: 133px;
  font-weight: bold;
  font-size: 0.83em;
  font-family: Tahoma;
  color: #ffffff;     
  cursor: default;
  height: 25px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  padding-left: 4px;
  float: left;
  vertical-align: middle;
}

.linkOver {
  background-color: #D2E9F4;
  cursor: pointer;
}

.clear {
  clear: both;
}
