/* BeMat Automatisering bv           */
/* voor                              */
/* Tim's Glasmozaïek                 */

#menu {
  position: absolute;
  top: 170px;
  left: 30px;
  width: 166px;       
  font-size: 12px;
}

#menu ul {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  height: 33px;
  
  font-weight: bold;
}

#menu ul li {
  margin: 0px;
}
#menu ul li.menukop {
  padding-left: 10px;
  background-color: green;
  border: 2px solid;
}

#menu ul li.menulast {
  border-top: 2px solid;
}

#menu ul li a {
  font-weight: normal;
  color: white;
  text-decoration: none;
  width: 166px;
  display: block;
  padding-top: 8px;
}

#menu ul li.selected a {
  font-weight: bold;
  color: rgb(128, 255, 127);
}

#menu ul li a:hover {
  color: black;
  font-weight: bold;
}

#pagefunction_fontsize {
  position: absolute;
  top: 0px;
  right: 0px;
}

#error {
  color: red;
  font-weight: bold;
}

#content {
  position: absolute;
  top: 166px;
  left: 240px;
  height: 300px;
  overflow: scroll;
}

