/* This is the style of your browser text */

html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Lucida Grande", Verdana, sans-serif;
  background-color: #FFFFFF;
  font-size: 8pt;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #949599;
}
#webframe {
  position: relative;
  width: 1040px;
  height: 100%;
  border: 0px solid black;
}
#titel {
  position: absolute;
  top: 70px;
  left: 80px;
  width: 700px;
  height: 90px;
  border: 0px solid black;
  color: #00adee;
  text-align: left;
}
#titel h1 {
  font-size: 16pt;
  margin: 0px;
}
#titel h2 {
  font-size: 16pt;
  font-style: italic;
  color #949599;
  margin: 0px;
}
#menu {
  position: absolute;
  top: 170px;
  left: 80px;
  width: 580px;
  height: 60px;
  border-top: 1px solid #c5ccd2;
  border-bottom: 1px solid #c5ccd2;
  text-align: left;
  font-size: 8pt;
  color: #94959c;
  padding-top: 19px;
}
#menu td a {
  font-size: 10pt;
}
#logo {
  position: absolute;
  top: 70px;
  left: 797px;
  width: 168px;
  height: 160px;
  background: url('images/logo-jwh.gif');
  cursor: hand;
}
#content {
  position: absolute;
  top: 290px;
  left: 80px;
  width: 885px;
  height: 430px;
  border-bottom: 1px solid #c5ccd2;
  text-align: left;
}
#content h3 {
  position: relative;
  width: 245px;
  height: 20px;
  font-size: 12pt;
  border-bottom: 1px solid #c5ccd2;
  padding-left: 10px;
  text-align: left;
}
#content p {
  margin-left: 10px;
  width: 245px;
  text-align: justify;
}
#content table, ul {
  margin-left: 10px;
  width: 245px;
}
#content li, td {
  font-size: 8pt;
}
#taalkeuze {
  position: absolute;
  top: 70px;
  left: 973px;
  width: 42px;
  height: 24px;
  padding: 0px;
  text-align: left;
}
