body{
    padding: 0;
    margin: 0;
    font-family: Tahoma, Arial;
    color: #ffffff;
    font-size: 12px;
}

a{
    text-decoration: none;
    color: #ffffff;
}

a:hover{
    text-decoration: underline;
}

canvas{
    cursor: none;
}

#alles{
    width: 800px;
    height: 620px;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#content{
    width: 350px;
    margin: 195px 0 0 226px;
}

#highscorecontent{
    width: 600px;
    margin: 150px 0 0 100px;
}

#highscorecontent .navi{
    margin: -0 0 5px 0;
}

#highscorecontent td{
    padding: 1px 0 1px 5px;
}

#neuespiel{
    margin: 60px 90px 0 0;
    float: right;
}

#gamefield{
    width: 800px;
    height: 620px;
    background-image: url(bg_game.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#logo{
    position: absolute;
    top: 28px;
    left: 45px;
}

#meldung{
    width: 100%;
    position: absolute;
    top: 240px;
    display: none;
}

#extragame{
    opacity: 0;
    text-align: center;
    margin: -45px 0 0 0;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 1), 1px 1px 0px rgba(255, 255, 255, 1), 1px -1px 0px rgba(255, 255, 255, 1), 1px -1px 0px rgba(255, 255, 255, 1), -1px 1px 0px rgba(255, 255, 255, 1);
    line-height: 100%;
}

#gameover{
    opacity: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 1), 1px 1px 0px rgba(255, 255, 255, 1), 1px -1px 0px rgba(255, 255, 255, 1), 1px -1px 0px rgba(255, 255, 255, 1), -1px 1px 0px rgba(255, 255, 255, 1);
    line-height: 100%;
}

#aktionen{
    margin: 25px 0 0 0;
    font-weight: bold;
    font-size: 16px;
}

#buttons{
    margin: 20px 45px 0 55px;
}

#nextgame, #highscore{
    display: none;
    float: left;
}

#newgame{
    float: right;
}

#savehighscore{
    width: 174px;
    height: 62px;
    background-image: url(btn_highscore.png);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#punkte{
    width: 180px;
    float: left;
    margin: 0 0 0 50px;
    text-align: center;
}

#wuerfe{
    width: 190px;
    float: left;
    margin: 0 0 0 70px;
    text-align: center;
}

#spiele{
    width: 190px;
    float: right;
    margin: 0 40px 0 0;
    text-align: center;
}

#foot{
    font-size: 11px;
    position: absolute;
    bottom: 5px;
    left: 55px;
}