

#notes {
    background:url('../../images/piano/notes.jpg');
    background-repeat: no-repeat;
    background-position:top;
}


#keyboard {
    background:url('../../images/piano/keyboard.png');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover
}

.menuebutton {
    display:inline-block;
    font-size:11px;
    padding:4px;
    background-color:#DEDEDE;
    margin:5px;
    text-align: left;
    vertical-align: middle;
    color:#000;
    cursor:pointer;
    background: -moz-linear-gradient(#DEDEDE, #FFF);
    background: -o-linear-gradient(#DEDEDE,#FFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEDEDE), to(#FFF)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#DEDEDE, #FFF);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#notensequenz{
    display:inline-block;
    margin:5px;
    color:#FFF;
}

#alterbutton{
    display:inline-block;
    font-size:11px;
    padding:4px;
    background-color:#DEDEDE;
    margin:5px;
    text-align: left;
    vertical-align: middle;
    color:#000;
    cursor:pointer;

    background: -moz-linear-gradient(#DEDEDE, #FFF);
    background: -o-linear-gradient(#DEDEDE,#FFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEDEDE), to(#FFF)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#DEDEDE, #FFF);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

#alterNote{    
    padding:4px;
    background-color:#666666;
    margin:5px;
}

.gespieltenoten{
    margin-top:0px;
    
}

#notenblatt_td{
   background-color:#FFF; 
}

#notenblatt{
    background:url('../../images/piano/notenblatt.png');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;    
}

#piano {
    text-align:center;
    border-top:solid 1px #000;
}