/* 
  ---------- v1 ----------
*/
#floatLayer{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  
  position:fixed;
  height:360px; width:460px;
  top:80px; right:20px;
  background: url("Floater_Achter.jpg") no-repeat scroll center;
  background-color: #ffff80;
  display: none;

  border: 5px solid black;
  padding: 20;
  text-align: justify;
}
#floatLayer a{
  text-decoration: underline;
}
#floatBottom{
  width: 460px; height: 43px;
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 0px;
  display: block;
  background-image: url(Float_Onder.jpg);
  background-position: right;
  vertical-align: middle;
}
#floatTekst{
  position: absolute;
  left: 10px; top: 10px;
  color: #ffff80;
  font-weight: bold 
}
#floatClose{
  width: 30px;  height: 33px;
  position: absolute;
  bottom: 10px;
  right: 11px;
  background: red; /*#ffff80;*/
  cursor: pointer;
  opacity: 0;                 /* Opera en Firefox                    */  
  filter: alpha(opacity=0);  /* Explorer                            */
 -moz-opacity: 1;             /* oudere versies van Mozilla browsers */
 -khtml-opacity: 1;           /* Konquerer on en Safari              */
}
#speel{
background: orange;
cursor: pointer;
}

