#buttonholder{
    position: absolute;
    top:25px;
    left: 0px;
    max-width: 50px;
    text-align: center;
}
div.elements{
    position: absolute;
    background-image: url("../imgs/menuelements.png");
    top:15px;
    left:8px;
    min-width: 133px;
    height:492px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* overflow:hidden; */
}
.menuholder{
    position: absolute;;
    top:22px;
    left:2px;
    width:133px;
    height:492px;
}
.menuholder2{
    position: absolute;
    top:0px;
    /* visibility: hidden; */
}
#menublue{
    position: absolute;
    width:300px;
    height:400px;
    left:86px;
    top:-4px;
    background-color: rgb(216, 217, 218);
   
    z-index: 0;
}
.menuclose{
    position: absolute;
    left:86px;
    top:-20px;
    width:17px;
    height:16px;
    background-repeat: no-repeat;
    background-color: rgb(36, 5, 12);
    visibility: hidden;

}
.menubtncat{
    position: relative;
    width:129px;
    height:45px;
    font-family: 'Gentona-Bold', sans-serif;
    border:none;
    border-radius: 3px;
    /* font-weight:100;
    font-size: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(235,243,246,1)); */
    /* background: rgba(235,243,246,1); */
    background-repeat: no-repeat;
    padding-bottom: 2px;
    /* color: rgba(41,77,91,1); */
    background: linear-gradient(to bottom, rgba(255,255,255,1),  rgb(228, 228, 228));
    margin-bottom: 2px;
    display: block ;
}
.menubtncat:hover{
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(235,243,246,0.5)); */
    background: linear-gradient(to bottom, rgb(243, 243, 243), rgba(222,233,238,1));
}
.menubtncat:focus{
    background:rgb(187, 187, 187);  /* RET farven */
    outline: none;
}
.menucartimg{
    position: absolute;
    left:0px;
    top:0px;
}
.menuholder3{    
    /*
    position: absolute;
    top:22px;
    left:90px;
    width:129px;
    height:47px;
    padding: 10px;
    background-color:  rgba(41,77,91,1);
    */
    visibility: visible;
}
.menubtnelements{
    position: absolute;
    left:90px;
    top:0px;
    /* border-color: white; */
    /* border-style: solid; */
    width:101px;
    border:none;
    height:71px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(235,243,246,1)); */
    /* background:  rgba(229,238,244,1); */
    background:  rgba(171,201,220,1);
    color: rgba(41,77,91,1);
/* visibility: hidden;   */
    z-index: 1;
}
.menubtnelements:hover{
    background:  rgba(255,255,255,1);

}
.menubtnelements:focus{
    background:  rgba(255,255,255,1);

}
.menuelementimg{
    position: absolute;
    left:0px;
    top:0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.menubtnelementstext{
    position: absolute;
    left:0px;
    top:56px;
    width:101px;
    height:15px;
    background:  rgba(255,255,255,1);
    color: rgba(41,77,91,1);
    /* border: 1px solid white; */
    font-family: 'Gentona-Bold', sans-serif;
    font-weight:100;
    font-size: 10px;
    z-index: 2;
}
.menubtncattext{
    position: absolute;
    left:43px;
    top:16px;
    text-align:left; 
    width:94px;
    /* height:15px; */
    color: rgba(41,77,91,1);
    font-family: 'Gentona-Light', sans-serif;
    font-weight:100;
    font-size: 12px;
}
.menuholder4{    
            position: absolute;
            top:22px;
            left:490px;
            width:429px;
            height:447px;
            background:  rgba(41,77,91,1);
}