*
{ line-height: 1.4em;
}
a img:hover
{ border-color:red;
}
sub, sup
{ line-height: 0;
}
ul
{ margin-left: 0;
  padding-left: 1em;
  text-align: justify;
  list-style-type:disc;
}
li:hover
{ background-color: #CCCCCC;
  padding: 0px;
  margin: 0px;
}
table
{ border-collapse:collapse;
  border-style: none;
}
td
{ border-style: none;
}
h1
{ display: block;
  border-bottom: 4px solid #FF8000;
  letter-spacing : 5pt;
  font-size: 150%;
  font-variant : small-caps;
  font-weight: normal;
  margin: 25pt 0 10pt 0;
  clear: both;
}
h2
{ display: block;
  border-bottom: 2px solid #FF8000;
  font-size: 125%;
  font-variant : small-caps;
  font-weight: normal;
  margin: 25pt 0 10pt 0;
  clear: both;
}
h3
{ display: block;
  border-bottom: 1px solid #FF8000;
  font-size: 100%;
  font-variant : small-caps;
  font-weight: normal;
  margin: 15pt 0 5pt 0;
  clear: both;
}
h4
{ display: block;
  border-bottom: 1px solid #FF8000;
  font-size: 100%;
  font-weight: normal;
  margin: 5pt 0 0 0;
}
h5
{ display:block;
  border-bottom: 1px solid #FF8000;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  margin: 5pt 0 0 0;
}
h6
{ display:block;
  border-bottom: 1px solid #FF8000;
  font-size: 75%;
  font-weight: normal;
  margin: 2pt 0 0 0;
}

.more
{ display:block;
  border-top: 1px solid #FF8000;
  text-align: middle;
}

.topheader
{ width: 70%;
  display: block;
  text-align: center;
  padding: 10px 30px 10px 30px;
  margin: 10px 20px 20px 20px;
  border: 1px solid #B0B0B0;
  background-color: white;
  font-size: 25pt;
  font-variant : small-caps;
  letter-spacing : 5pt;
  color: #666666;
}

.menu
{ background-color: #FFC080;
  color: black;
  text-decoration: none;
  padding: 3px 2% 2px 2%;
  margin: 10px 0 10px 3%;
}
.menu:hover
{ background-color: white;
}
.menu.selected
{ background-color: white;
  padding-bottom: 3px;
}

.date
{ text-align: left;
  vertical-align: top;
  width: 150px;
}
.prop
{ text-align: right;
  vertical-align: top;
  padding-right: 5px;
}
.separator
{ width: 2px;
  height: 100%;
}
.val
{ text-align: justify;
  vertical-align: top;
  padding-left: 5px;
}

.screenshot
{ border: 2px solid;
  padding: 1px;
}

.ref1
{ visibility: hidden;
  padding-left: 10px;
}
.ref2
{ position: relative;
  float:right;
  top: -1.4em;
  margin-bottom: -1.4em;
}
.aanstelling
{ float:right;
  font-style: italic;
}

.opsomming ul
{ list-style-type:disc;
}
.opsomming li
{ width:220px;
  float: left;
  margin-right:1em;
}

.cijferlijst
{
}
textarea
{
	width:50ex;
	height:10em;
}


@media print
{ *
  { font-family: serif;
  }
  a, td.a
  { color: black;
    text-decoration: none;
  }
  .dontprint
  { display: none;
  }

  .header
  { width: 100%;
  }
  .footer
  { border-top: 1px solid #FF8000;
    width: 80%;
  }
  .footer td
  { color: #A0A0A0;
    font-size: 75%;
  }
  .footer a
  { color: #A0A0A0;
  }

  .maincellpadding
  { padding-top: 3%;
  }
}

@media screen
{ .border
  { background-color: #FF8000;
    background-repeat: repeat-y;
  }

  .dontprint
  { display: block;
  }
  .border.left
  { background-image: url('images/border-left.gif');
    background-position: right;
  }
  .border.right
  { background-image: url('images/border-right.gif');
    background-position: left;
  }

  .header
  { background-color: #e7e7e7;
    width: 80%;
	background-image: url('images/gradient.gif');
	background-repeat: no-repeat;
	background-position: top left;
  }
  .footer
  { background-color: #D0D0D0;
    width: 80%;
	padding: 5px 5% 5px 5%;
  }
  .footer td
  { color: #A0A0A0;
    font-size: 75%;
  }
  .footer a
  { color: #A0A0A0;
  }

  .maincellpadding
  { padding: 5%;
    font-family : Arial, Helvetica, sans-serif;
  }
}


