.chooseColorBtn {
    text-align: center;
    font-size: 18px;
    font-Family: HelveticaCN;
    letter-Spacing: 0.6px;
    corner-Radius: 0;
    text-Indent: 0;
    padding-Left: 22px;
    padding-Top: 6px;
    color: #cccccc;
}

.chooseColorBtn:hover {
    text-color: #ffffff;
}

.chooseColorBtn:active, .chooseColorBtn .selected {
    text-color: #ffffff;
}

.blackBackground {
    opacity: 0.5;
    background-color: #000000;
    position:absolute;
    top:0;
    left:0;
}

.content .relative {
    position:relative;
}

#farbenRenderer {
    /* z-index < 0, no callback-function for phaser-game */
    z-index: 0;
    position: relative;
    margin: 0;
}

#menu {
    display: block;
    position: relative;
    top: -50px;
    width: 100%;
    max-width:900px;
    height: 50px;

    bottom: 0;
    z-index: 214324234234;
}

div.blackBackground{
    width: 100%;
    height:50px;
    z-index: 1;
}



.selectedOverSkin {
    width: 171px;
    height:51px;
    background: url("../../assets/images/AreaFarben/assetsArbeitsplatzglas.png") 0 -51px no-repeat;
}

.upSkin {
    width: 171px;
    height:50px;
    background: url("../../assets/images/AreaFarben/assetsArbeitsplatzglas.png") -171px -51px no-repeat;
}

.downSkin {
    width: 171px;
    height:51px;
    background: url("../../assets/images/AreaFarben/assetsArbeitsplatzglas.png") -342px 0  no-repeat;
}

.selectedOverSkin {
    width: 171px;
    height:51px;
    background: url("../../assets/images/AreaFarben/assetsArbeitsplatzglas.png") 0 -51px no-repeat;
}

.disabledSkin {
    width: 171px;
    height:51px;
    background: url("../../assets/images/AreaFarben/assetsArbeitsplatzglas.png") 0 0 no-repeat;
}

.overSkin {
    width: 171px;
    height:51px;
    background: url("../../assets/images/AreaFarben/assetsArbeitsplatzglas.png") -171px 0 no-repeat;

}

.farbenButton {
    float:right;
    max-width: 170px;
    max-height:50px;
    position: absolute;
    right: 0;
    bottom:0;
    top: 0;
    color: #aaaaaa;
    opacity: 1;
    z-index:3;
}

.farbenButton:hover {
    color:#ffffff;
}

.farbenButton > div {
    margin-left: 27px;
    margin-top: 18px;
}

.menuIcon {
    position: absolute;
    width:170px;
    height: 18px;
    background-color: rgba(0,0,0, 0.5);
    display: inline-block;
    margin: 0 !important;
    z-index:50;
}

.menuIcon:hover {
    background-color: rgba(0,0,0,1);
}

.menuIcon div:first-child{
    position:absolute;
    width: 14px;
    height: 14px;
    top:2px;
    left:2px;
    background-color: #000000;
}

.menuIcon span {
    position:absolute;
    left:26px;
    top:3px;
    text-align: center;
    font-size: 12px;
    font-Family: HelveticaCN;
    letter-Spacing: 0.6px;
    color: #FFFFFF;
}

/* ActUsedColorDisplay */

.topText {
    font-size: 14px;
    font-Family: HelveticaCN;
    color: #FFFFFF;
    letter-Spacing: 0.6px;
}

.colorText {
    font-size: 20px;
    font-Family: HelveticaCN;
    color: #FFFFFF;
    letter-Spacing: 0.6px;
}

.actUsedColor {
    position:absolute;
    width: 270px;
    height: 90px;
    background-color: rgba(0,0,0, 0.8);
    top: 35%;
    left: 35%;
}

.actUsedColor p {
    margin:0;
}

.actUsedColor .topText{
    position:absolute;
    top: 6px;
    left: 8px;
}

.actUsedColor .colorText {
    position:absolute;
    width: 185px;
    top:30px;
    left: 85px;
}

.actUsedColor .color {
    position:absolute;
    width: 68px;
    height: 45px;
    left:10px;
    bottom:10px;
    opacity: 1;
}

#content {
    position:relative;
}

.content .no-scale {
    overflow: visible;
}



#menu > img.thumbImgSelection {
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255,255,255,1);
}

#menu > img {
    position:absolute;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 2;
    bottom:12px;
}

#menu > img.hovered {
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255,255,255,1);
    z-index: 2;
}

#background-menu > img.thumbImgSelection {
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255,255,255,1);
}

#background-menu > img {
    position:absolute;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 2;
    bottom:12px;
}

#background-menu > img.hovered {
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255,255,255,1);
    z-index: 2;
}


#background-menu {
    overflow:hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 170px;
    height:50px;
}

/*
body.no-scale {
    min-width: 830px;
}*/