.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 190px;
  height: 190px;
}
.farbtastic .color, .farbtastic .overlay {
  display: none;
}
.farbtastic .wheel {
  background: url(../images/wheel.png) no-repeat;
}
.farbtastic .overlay {
  background: url(../images/mask.png) no-repeat;
  
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(../images/marker.png) no-repeat;
}

.farbtastic .sl-marker {
  display: none;
}

#farbwaehler-schliessen {
    position: absolute;
    z-index: 300;
    width: 65px;
    height: 65px;
    line-height: 63px;
    top: 63px;
    left: 63px;
    background-image: url(../images/farbwaehler_schliessen.png);
    background-repeat: no-repeat;

    text-align: center;
    font-size: 14pt;
    cursor: pointer;
}

#farbwaehler-schliessen:hover {
    color: #00274d;
}

#farbwaehler {
    display: none;
    margin-top: 0;
    position: relative;
}