#navigation {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    z-index: 5;
    background-color: white;
}

#navigation > .menu-button {
    position: absolute;
    left: 17px;
    top: -20px;
    z-index: 1;
    width: 112px;
    height: 70px;
    display: block;
    font-family: reklame-script, arial, sans-serif;
    text-decoration: none;
    background-image: url(menu-waka.png);
    background-repeat: no-repeat;
    background-position: 0px 15px;
    padding: 0px 0px 0px 34px;
    color: rgb(207, 60, 39);
    font-size: 27px;
}

#navigation > .menu-button:hover {
    background-color: transparent;
}

#navigation > a.menu-button:active {
    background-color: transparent;
}

#navigation > .menu-button.open {
}

#navigation > .help-button {
    position: absolute;
    font-family: reklame-script, arial, sans-serif;
    left: 151px;
    top: 9px;
    z-index: 1;
    padding: 3px 0px 3px 0px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    width: 55px;
    background-color: rgb(207, 60, 39);
    background-image: url(help-texture.png);
    color: white;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

#navigation > .help-button:hover {
}

#navigation > .previous {
    position: absolute;
    margin-top: 6px;
    right: 85px;
    top: 3px;
    z-index: 3;
    width: 55px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-image: url(back-texture.png);
    background-color: black;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    font-family: reklame-script, arial, sans-serif;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 3px 0px 3px 0px;
}

#navigation > .previous:hover {
}

#navigation > .previous:active {
}

#navigation > .next {
    position: absolute;
    margin-top: -14px;
    right: 10px;
    top: 18px;
    z-index: 4;
    width: 65px;
    border-radius: 3px;
    background-color: rgb(207, 60, 39);
    background-image: url(next-texture.png);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    font-family: reklame-script, arial, sans-serif;
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 2px 0px 2px 0px;
}

#navigation > .next:hover {
}

#navigation > .next:active {
}

#navigation > .progress-bar {
    position: absolute;
    top: 31px;
    left: 216px;
    z-index: 2;
    width: 640px;
    height: 6px;
    background: 
    rgb(35, 31, 32);
    border-radius: 2px;
}

#navigation > .progress-bar > .step {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 6px;
    background: 
    rgb(35, 31, 32);
}

#navigation > .progress-bar > .step.current,
#navigation > .progress-bar > .step.visited.current,
#navigation > .progress-bar > .step.completed.current {
    background-color: rgb(143,42,29);
}

#navigation > .progress-bar > .step.visited, 
#navigation > .progress-bar > .step.completed {
    background: rgb(41, 143, 177);
}
