/* default popup text */
div.popup {
  padding: 15px;
  font-size: 12px;
  font-weight: normal;
  color: rgb(0,85,165);
}

div.popup p {
  margin: 0;
  padding: 0;
}

div.popup strong {
  color: rgb(178,8,56);
  font-size: 16px;
  font-weight: bold;
}

div.popup em {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}

div.popup a {
	color: rgb(178,8,56);
	font-weight:bold;
}

div.gpu2 div.popup em {
  color: rgb(178,8,56);
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

div.popup li {
  margin-left: -25px;
}

/* rode popups */
div.rpu {
  width: 350px;
  height: 280px;
  background-image: url('../images/rpu.gif');
  background-position: center;
  background-repeat: no-repeat;
}

/* gele popups (kort) */
div.gpu {
  width: 350px;
  height: 280px;
  background-image: url('../images/gpu.gif');
  background-position: center;
  background-repeat: no-repeat;
}

/* gele popups (lang) */
div.gpu2 {
  width: 349px;
  height: 520px;
  background-image: url('../images/gpu2.gif');
  background-position: right;
  background-repeat: no-repeat;
}

/* gele popups (vwo+) */
div.gpu3 {
  width: 550px;
  height: 280px;
  background-image: url('../images/gpu.gif');
  background-position: -1px;
  background-repeat: no-repeat;
}


/* blauwe popups */
div.bpu {
  width: 349px;
  height: 280px;
  background-image: url('../images/bpu.gif');
  background-position: right;
  background-repeat: no-repeat;
}

