/*keine Buttons anzeigen*/
#controlbar {
    display: none;
}
/*keinen Footer anzeigen*/
footer {
    display: none;
}