html, body {
    margin: 0;
    padding: 0;
    height:100%;
    font-family: 'Open Sans', Arial;
    font-size: 12px;
}

a {
    color: #aaa;
    text-decoration: none;
}

a:hover {
    color: #83a42e;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

body {
    background-position: top center;
}

body.seatBg, body.imprintBg {
    background-image: url('../images/equip_background.png');
}

body.deskBg {
    background-image: url('../images/equip_background.png');
}

body.equipBg {
    background-image: url('../images/equip_background.png');
}

#container {
    min-height:100%;
    position:relative;
}

.head {
    width: 100%;
    height: 64px;
    background-color: #fff;
    position: fixed;
}

.head > .head_content {
    width: 1100px;
    height: 64px;
    margin: 0 auto;
}

.head > .head_content > .nav {
    float: left;
    cursor: pointer;
    width: 1100px;
    height: 64px;
    overflow: hidden;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.head > .head_content > .nav > div {
    float: left;
    margin-top: 0;
}

.head > .head_content > .nav_bar {
    height: 70px;
    width: 1100px;
    background-color: #fff;
    margin-top: -35px;
    z-index: 1;
    position: absolute;
    border-top: 1px solid #ddd;
    font-family: 'Open Sans', Arial;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    color: #aaa;
}

.head > .head_content > .nav_bar > div {
    width: 500px;
    margin: 0 auto;
}

.head > .head_content > .nav_bar > div > div {
    margin: 10px;
    float: left;
    cursor: pointer;
}

.head > .head_content > .nav_bar .icon {
    width: 40px;
    height: 32px;
    margin-bottom: 5px;
    margin: 0 20px 5px 20px;
    background-image: url(../images/nav_sprite.png);
}

.head > .head_content > .nav_bar div.seat > .icon {
    background-position: 0 0;
}
.head > .head_content > .nav_bar div.desk > .icon {
    background-position: -40px 0;
}
.head > .head_content > .nav_bar div.equip > .icon {
    background-position: -80px 0;
}
.head > .head_content > .nav_bar div.language .icon.en {
    background-position: -120px 0;
}
.head > .head_content > .nav_bar div.language .icon.de {
    background-position: -160px 0;
}
.head > .head_content > .nav_bar div.imprint > .icon {
    background-position: -200px 0;
}
.head > .head_content > .nav_bar div.seat > .icon:hover {
    background-position: 0 32px;
}
.head > .head_content > .nav_bar div.desk > .icon:hover {
    background-position: -40px 32px;
}
.head > .head_content > .nav_bar div.equip > .icon:hover {
    background-position: -80px 32px;
}
.head > .head_content > .nav_bar div.language .icon.en:hover {
    background-position: -120px 32px;
}
.head > .head_content > .nav_bar div.language .icon.de:hover {
    background-position: -160px 32px;
}
.head > .head_content > .nav_bar div.imprint > .icon:hover {
    background-position: -200px 32px;
}

.head > .head_content > .nav_bar > div > div:hover {
    color: #83a42e;
}

.head > .head_content > .nav > .nav_switch {
    margin-top: 22px;
}
.head > .head_content > .nav > .current_check {
    margin-left: 10px;
    margin-top: 22px;
}

.head > .head_content > .nav > .logo {
    float: right;
    width: 187px;
    height: 64px;
    cursor: pointer;
    margin-top: -10px;
}

.canvas {
    width: 1100px;
    overflow-x: hidden;
    /*height: 886px;*/
    margin: 0 auto;
    padding: 64px 0 60px 0; /* height of footer */
}

.canvas > .slide {
    width: 7700px;
}

.canvas > .slide > div {
    /*height: 886px;*/
    float: left;
    /*overflow: hidden;*/
}

.canvas > .slide > div.home {
    width: 1100px;
}

.canvas > .slide > div.home > div {
    float: left;
    cursor: pointer;
}

.canvas > .slide > div.home > div.seat {
    width: 1100px;
    height: 500px;
    overflow: hidden;
}

.canvas > .slide > div.home > div.seat img {
    width: 1100px;
    height: 500px;
}

.canvas > .slide > div.home > div.desk, .canvas > .slide > div.home > div.equip {
    width: 550px;
    height: 315px;
    overflow: hidden;
}

.canvas > .slide > div.home > div.desk  img, .canvas > .slide > div.home > div.equip img {
    width: 550px;
    height: 315px;
}

.canvas > div a, .canvas > div img {
    padding: 0;
    margin: 0;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
}

.footer > .footer_content {
    width: 1100px;
    height: 60px;
    margin: 0 auto;
}

.seat_check {
    float: left;
    width: 698px;
    margin: 0 201px;
    display: none;
}

.seat_check > .question {
    float: left;
    width: 698px;
    height: 60px;
    margin: 30px 0;
}

.seat_check > .check {
    float: left;
    width: 58px;
    vertical-align: central;
    text-align: right;
}

.seat_check > .answer {
    float: left;
    width: 640px;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
}

.seat_check.one > .check > img {
    margin-top: 119px;
    cursor: pointer;
}

.seat_check.two > .check > img {
    margin-top: 66px;
    cursor: pointer;
}

.seat_check.three > .check > img {
    margin-top: 89px;
    cursor: pointer;
}

.seat_check.four > .check > img {
    margin-top: 89px;
    cursor: pointer;
}

.seat_check.five > .check > img {
    margin-top: 66px;
    cursor: pointer;
}

.seat_check_nav {
    width: 320px;
    margin: 0 auto;
    display: none;
}

.seat_check_nav > .step {
    float: left;
    width: 40px;
    height: 60px;
    background-image: url(../images/footer/nav.png);
}

.seat_check_nav > .step.restart {
    background-position: 0px -10px;
    margin-right: 20px;
    cursor: pointer;
}

.seat_check_nav > .step.restart.active, .seat_check_nav > .step.restart:hover {
    background-position: 0 -90px;
}

.seat_check_nav > .step.step_1 {
    background-position: -40px -10px;
}

.seat_check_nav > .step.step_1.active {
    background-position: -40px 150px;
}

.seat_check_nav > .step.step_1.done {
    background-position: -40px 70px;
}

.seat_check_nav > .step.step_2 {
    background-position: -80px -10px;
}

.seat_check_nav > .step.step_2.active {
    background-position: -80px 150px;
}

.seat_check_nav > .step.step_2.done {
    background-position: -80px 70px;
}

.seat_check_nav > .step.step_3 {
    background-position: -120px -10px;
}

.seat_check_nav > .step.step_3.active {
    background-position: -120px 150px;
}

.seat_check_nav > .step.step_3.done {
    background-position: -120px 70px;
}

.seat_check_nav > .step.step_4 {
    background-position: -160px -10px;
}

.seat_check_nav > .step.step_4.active {
    background-position: -160px 150px;
}

.seat_check_nav > .step.step_4.done {
    background-position: -160px 70px;
}

.seat_check_nav > .step.step_5 {
    background-position: -200px -10px;
}

.seat_check_nav > .step.step_5.active {
    background-position: -200px 150px;
}

.seat_check_nav > .step.step_5.done {
    background-position: -200px 70px;
}

.seat_check_nav > .step.step_6 {
    background-position: -240px -10px;
    margin-left: 20px;
}

.seat_check_nav > .step.step_6.active {
    background-position: -240px -90px;
}

.seat_check_nav > .step .done {
    /*cursor: pointer;*/
}

.seat_check.finish {
    margin: 0px 201px;
    width: 698px;
}

.percentage {
    width: 90px;
    height: 60px;
    float: right;
    margin-top: -90px;
    margin-right: 11px;
}

.desk_check_nav {
    display: none;
    margin: 0 auto;
    width: 698px;
    line-height: 60px;
}

.desk_check_nav > div {
    cursor: pointer;
    float: left;
    width: 33%;
    /*margin: 0 20px;*/
    text-align: center;
    font-family: 'Open Sans', Arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
}

.desk_check_nav > div.active, .desk_check_nav > div:hover {
    color: #83a42e;
}

.desk_check {
    width: 698px;
    margin: 0 201px;
    display: none;
}

.desk_check > .headline {
    margin: 30px 0;
}

.desk_check > img {
    margin-bottom: 10px;
}

.equip_check_nav {
    display: none;
    margin: 0 auto;
    width: 698px;
    line-height: 60px;
}

.equip_check_nav > div {
    cursor: pointer;
    float: left;
    width: 50%;
    /*margin: 0 20px;*/
    text-align: center;
    font-family: 'Open Sans', Arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
}

.equip_check_nav > div.active, .equip_check_nav > div:hover {
    color: #83a42e;
}

.equip_check {
    width: 698px;
    margin: 0 201px;
    display: none;
}

.equip_check > .headline {
    margin: 30px 0;
}

.equip_check > img {
    margin-bottom: 10px;
}

.imprint_check {
    width: 698px;
    margin: 0 201px;
    display: none;
}

.imprint_check > .headline {
    float: left;
    height: 60px;
    margin: 30px 0;
}

#apps {
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
    width: 150px;
    height: 150px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    font-family: 'Open Sans', Arial;
    font-size: 12px;
    color: #fff;
    display: none;
}

.ui-dialog-titlebar {
    background: none;
    border: none;
}