body {
  background-color:White;
  /* background-image: url('backgr.gif'); */
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
}

hr {width:70%;}

a {text-decoration:none;}
a:hover {text-decoration:underline; color:red;}

table {font-size: 14px;}
th {font-size: 15px;}

#top {
  position: absolute;
  width: 90%;
  height: 40px;
  /* border: 1px solid blue; */
  border-bottom: 1px solid #00FF00;
  padding: 5px;
}

#menu {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  /* float: left; */
  position: absolute;
  width: 140px;
  text-align:center;
  height:90%;
  /* margin-left: 5px; */
  margin-top: 60px;
  border-right: 1px solid  #00FF00;
}

#tekstvak {
  /* border: 1px solid black; */
  /* padding-top: 1em; */
  position: absolute;
  left:170px;
  /* margin: 0 2em 0 200px; */
  margin-right: 10px;
  margin-top: 60px;
}
