/*******************************************************************************
  Deze website draait op het IPROX-platform van InfoProjects bv., IPROX is een
  state-of-the-art Content Management Systeem voor omvangrijke webomgevingen.
  Voor meer informatie, zie: http://www.infoprojects.nl en http://www.iprox.nl.
  
  @author : Jacob Stellingwerf
            InfoProjects B.V.
            jacob@infoprojects.nl
*******************************************************************************/

.forms {
  border: 0px none transparent;
}

table.form td {
  border: 1px solid #E0E0E0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

span.ibutton input {
  margin-left: 0px;
  width: 200px;
  text-align: left;
}

div.illustratie {
  float: right;
}

div.quizbutton {
 text-align: right;
 height: 30px;
}

div.quizbutton button {
  text-align: right;
  border: 0px none transparent;
  background-color: transparent;
  font-style: italic;
  cursor: pointer;
  font-weight: bold;
}

input.outside {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

div.answer {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

div.answer img { 
  float: left;
  margin-right: 5px;
}

div.answer, div.answer * { 
  color: #660066;
  font-weight: bold;
}

div.answer * {
  cursor: pointer;
}

div.answer a, div.answer a:hover { 
  color: #660066;
}

div.titleRight {
  float: right;
  font-size: 70%;
  color: #000000;
  font-weight: normal;
  margin-top: 3px;
  clear: both;
}


div.hint {
  background-repeat: no-repeat;
}

div.pointer {
  cursor: pointer;
}

div.hint img {
  float: left;
}

div.hint div.hinttekst {
  padding-top: 100px;
  margin-left: 120px;
}

div.zijbalk_vlak {
  height: 60px;
}

div.score {
  font-size: 150%;
  font-weight: bold;
  margin-top: 20px;
}

div.message {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}


div.results {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.results table {
  table-layout: fixed;
}

/* popup */

div.title {
  font-style: italic;
  font-weight: bold;
}

body.popup div.hint, body.popup div.uitleg {
  font-weight: bold;
}

body.popup div.hinttekst{
  margin-bottom: 20px;
}

body.popup div.middenvlak_width, body.popup div.middenvlak_content {
  border: 0px none transparent;
}

div.hint,
div.quizbutton {
  clear: both;
}


