#naam a {
  position: relative;
  float: left;
  width: 400px;
  height: 60px;
  margin-top: .5em;
  font-size: 26px;
  line-height: 50px;
}
        #naam b {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url(../images/scooterlogo.png) 0 100% no-repeat;
        }

