body{
    padding: 0;
    margin: 0;
    font-family: Arial;
    background-color: #b6b6b6;
    font-size: 12px;
}

a{
    color: #1f73ff;
    text-decoration: none;
}

a:hover, a:focus, a:active{
    text-decoration: underline;
}

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

#kopf{
    text-align: center;
    padding: 20px 0 0 0;
}

#content{
    width: 300px;
    padding: 50px 0 0 240px;
}

#highscore{
    width: 600px;
    margin: 0 auto;
}

#highscore .navi{
    padding: 16px 0 0 0;
}

#highscore td{
    padding: 3px 0 1px 5px;
}

#gamefield{
    width: 800px;
    height: 600px;
    background-image: url(game_bg.jpg);
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

#aktionen{
    width: 304px;
    float: right;
    margin: 48px 35px 0 0;
    overflow: hidden;
}

#ziel{
    width: 300px;
    height: 300px;
    position: relative;
}

#zielscheibe{
    width: 300px;
    height: 300px;
    cursor: pointer;
}

#pfadenkreuz{
    width: 30px;
    height: 30px;
    background-image: url(ziel.png);
    position: absolute;
    top: 135px;
    left: 135px;
    display: none;
    cursor: none;
}

#ladebalken{
    height: 20px;
    margin: 48px 0 0 4px;
    padding: 1px 0 2px 0;
}

#pfad{
    width: 30px;
    height: 465px;
    float: left;
    margin: 55px 0 0 186px;
    position: relative;
}

#glocke{
    width: 30px;
    height: 30px;
    background-image: url(glocke.png);
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
}

#nextgame, #enterhighscore{
    display: none;
}

#punkte{
    width: 300px;
    height: 20px;
    margin: 40px 0 0 0;
    text-align: center;
}

#spiele{
    width: 184px;
    height: 20px;
    margin: 37px 0 0 4px;
    text-align: center;
}

#newpunkte{
    opacity: 0;
    display: none;
    width: 190px;
    left: 40px;
    bottom: 450px;
    position: absolute;
    text-align: center;
    font-size: 40px;
    color: #ff0000;
    text-shadow: 2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff, -2px -2px 1px #ffffff;
}

#extragame{
    opacity: 0;
    display: none;
    width: 190px;
    left: 40px;
    bottom: 417px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    color: #ff0000;
    text-shadow: 1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, -1px -1px 1px #ffffff;
}

#buttons{
    width: 520px;
    margin: 20px 26px 0 0;
    float: right;
}

#buttons .button{
    float: right;
    margin: 0 0 0 7px;
}

#savehighscore{
    width: 160px;
    height: 37px;
    background-image: url(highscore.png);
    border: none;
    cursor: pointer;
}

#fuss{
    width: 100%;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 17px;
}

#foot{
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    left: 10px;
    font-weight: normal;
}

#foot a{
    color: #ffffff;
}

#foot a:hover, #foot a:focus, #foot a:active{
    color: #000000;
    text-decoration: none;
}