.LICSLIDER     {

    -webkit-appearance:none;

touch-action: none;
    width:130px;
    height:33px;
  border-radius: 30px;
  background: transparent url(/graphics/SliderLicht.png);
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 3px 3px 30px #a49c99, 3px 3px 30px #000000; /* Add cool effects to your sliders! */
    position:absolute;
    opacity: 0.7;
    top: 20px;
}
  

.LICSLIDER::-webkit-slider-thumb
{
 -webkit-appearance: none;
  border: 1px solid #25aae1;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #ffffff;
  margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #25aae1, 1px 1px 1px #000000; /* Add cool effects to your sliders! */
    opacity: 0.8;
}


div[class*="UnterMenuLeuchtenImg"] {
position: absolute;
width: 62px;
height:62px;
}

div[class*="UebersichtenLeuchten"] {
	box-shadow: 3px 3px 10px #a49c99, 3px 3px 10px #000000;
	-webkit-border-radius:0 2px 2px 0px;
	-moz-border-radius:0 2px; 2px 0px;
	border-radius:0 2px; 2px 0px;
}

.UnterMenuLeuchtenText {
position: absolute;
top: 17px;
left: 80px;
font-size:24px;
vertical-align:middle;
font-family: Arial;
color: #5a566d;
}


.steckdose {
box-shadow:3px 3px 30px #a49c99, 3px 3px 30px #000000;
border-radius: 30px;
}

.divrgb {
position: absolute;
top: 320px;
left: 250px;
width: 600px;
height: 360px;
background-image: url('/uebersichten/HintergrundFix.jpg');
font-family: Arial;
color: #5a566d;
 box-shadow: 3px 3px 30px #a49c99, 3px 3px 30px #000000; /* Add cool effects to your sliders! */
border-radius: 3px 3px 3px 3px;
z-index: 2;
}

