body {
}

#mainWindow {
    z-index: -1;
    position: absolute;
    overflow: hidden;
    top: 313px;
    left: 133px;
    width: 505px;
    height: 355px;
    background-color: lightgray;
}

#mainWindowText {
    position: absolute;
    overflow: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -15px;
    padding: 5px 20px 5px 10px;
}

#mainWindowText img {
    padding: 0px 20px 5px 10px;
}

#mainWindowSlider {
    position: absolute;
    overflow: hidden;
    background-color: black;
}

#BackgroundTop {
    z-index: 2;
    position: absolute;
    background-image: url(BackgroundTop.png);
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 314px;
}

#BackgroundLeft {
    z-index: 2;
    position: absolute;
    background-image: url(BackgroundLeft.png);
    top: 314px;
    left: 0px;
    width: 161px;
    height: 353px;
}

#BackgroundRight {
    z-index: 2;
    position: absolute;
    background-image: url(BackgroundRight.png);
    top: 314px;
    left: 612px;
    width: 388px;
    height: 353px;
}

#BackgroundBottom {
    z-index: 2;
    position: absolute;
    background-image: url(BackgroundBottom.png);
    top: 667px;
    left: 0px;
    width: 1000px;
    height: 93px;
}

#buttonMenu {
    z-index: 3;
    position: absolute;
    top: 230px;
    left: 130px;
    width: 50px;
    height: 40px;
}

#buttonInfo {
    z-index: 3;
    position: absolute;
    top: 230px;
    left: 200px;
    width: 50px;
    height: 40px;
}

#buttonDE {
    z-index: 3;
    position: absolute;
    top: 230px;
    left: 805px;
    width: 50px;
    height: 40px;
}

#buttonEN {
    z-index: 3;
    position: absolute;
    top: 230px;
    left: 865px;
    width: 50px;
    height: 40px;
}

#buttonCalcTL {
    z-index: 3;
    position: absolute;
    top: 210px;
    left: 610px;
    width: 50px;
    height: 50px;
}

#buttonCalcND {
    z-index: 3;
    position: absolute;
    top: 355px;
    left: 670px;
    width: 50px;
    height: 50px;
}

#buttonMe {
    z-index: 3;
    position: absolute;
    top: 425px;
    left: 685px;
    width: 50px;
    height: 50px;
}

#buttonSlider {
    z-index: 3;
    position: absolute;
    top: 650px;
    left: 675px;
    width: 50px;
    height: 50px;
}

#buttonDelete {
    z-index: 3;
    position: absolute;
    top: 650px;
    left: 760px;
    width: 50px;
    height: 50px;
}  

#navigationSlider {
    z-index: 3;
    position: absolute;
    top: 537px;
    left: 685px;
    width: 130px;
    height: 60px;
}

.showDiv {
    /*background-color: red;*/
}

#Navigation .Button {
    text-align: center;
}

#Navigation .Description {
    vertical-align: middle;
}