/* rode ballonnen */
div.rlb {
  width: 12px;
  height: 12px;
  background-image: url('../images/rlb.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

div.rmb {
  height: 12px;
  background: rgb(178,8,56);
  float: left;
}

div.rrb {
  width: 12px;
  height: 12px;
  background-image: url('../images/rrb.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

div.rlm {
  width: 12px;
  background: rgb(178,8,56);
  float: left;
}

div.rm {
  background: rgb(178,8,56);
  float: left;
}

div.rrm {
  width: 12px;
  background: rgb(178,8,56);
  float: left;
}

div.rlo {
  width: 12px;
  height: 12px;
  background-image: url('../images/rlo.png');
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
}

div.rmo {
  height: 12px;
  background: rgb(178,8,56);
  float: left;
}

div.rro {
  width: 12px;
  height: 12px;
  background-image: url('../images/rro.png');
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
}

div.rp1 {
  width: 100%;
  height: 24px;
  background-image: url('../images/rp1.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}

div.rp2 {
  width: 100%;
  height: 20px;
  background-image: url('../images/rp2.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}

div.rp3 {
  width: 100%;
  height: 122px;
  background-image: url('../images/rp3.png');
  background-position: 50px;
  background-repeat: no-repeat;
  float: left;
}

div.rp4 {
  width: 100%;
  height: 35px;
  background-image: url('../images/rp4.png');
  background-position: 70px;
  background-repeat: no-repeat;
  float: left;
}

/* gele ballonnen */
div.glb {
  width: 15px;
  height: 12px;
  background-image: url('../images/glb.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

div.gmb {
  height: 12px;
  background: rgb(255,213,29);
  float: left;
}

div.grb {
  width: 15px;
  height: 12px;
  background-image: url('../images/grb.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

div.glm {
  width: 15px;
  background: rgb(255,213,29);
  float: left;
}

div.gm {
  background: rgb(255,213,29);
  float: left;
}

div.grm {
  width: 15px;
  background: rgb(255,213,29);
  float: left;
}

div.glo {
  width: 15px;
  height: 12px;
  background-image: url('../images/glo.png');
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
}

div.gmo {
  height: 12px;
  background: rgb(255,213,29);
  float: left;
}

div.gro {
  width: 15px;
  height: 12px;
  background-image: url('../images/gro.png');
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
}

div.gp1 {
  width: 100%;
  height: 60px;
  background-image: url('../images/gp1.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}

div.gp2 {
  width: 100%;
  height: 42px;
  background-image: url('../images/gp2.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}

div.gp3 {
  width: 100%;
  height: 32px;
  background-image: url('../images/gp3.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}

div.gp4 {
  width: 53px;
  height: 45px;
  background-image: url('../images/gp4.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

/* blauwe ballonnen */
div.blb {
  width: 14px;
  height: 12px;
  background-image: url('../images/blb.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

div.bmb {
  height: 12px;
  background: rgb(0,85,165);
  float: left;
}

div.brb {
  width: 14px;
  height: 12px;
  background-image: url('../images/brb.png');
  background-position: top;
  background-repeat: no-repeat;
  float: left;
}

div.blm {
  width: 14px;
  background: rgb(0,85,165);
  float: left;
}

div.bm {
  background: rgb(0,85,165);
  float: left;
}

div.brm {
  width: 14px;
  background: rgb(0,85,165);
  float: left;
}

div.blo {
  width: 14px;
  height: 12px;
  background-image: url('../images/blo.png');
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
}

div.bmo {
  height: 12px;
  background: rgb(0,85,165);
  float: left;
}

div.bro {
  width: 14px;
  height: 12px;
  background-image: url('../images/bro.png');
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
}

div.bp1 {
  width: 100%;
  height: 34px;
  background-image: url('../images/bp1.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}

div.bp2 {
  width: 100%;
  height: 25px;
  background-image: url('../images/bp2.png');
  background-position: 20px;
  background-repeat: no-repeat;
  float: left;
}



