@charset "utf-8";
/* CSS Document */
body {
    background-image:url(images/raster.jpg);
    background-color: black;
    background-position:center;
}
.table_main {
    position:relative;
}
div.logo {
    width:277px;
    height:79px;
    background-image:url(images/qkomaxit_logo_main.png);
    background-repeat:no-repeat;
    position:absolute;
    top:55px;
    left:50%;
    margin-left:-490px;
    z-index:2;
    cursor: pointer;
}
div.social {
    width:50px;
    height:21px;
    position:absolute;
    top:20px;
    left:50%;
    margin-left:540px;
    z-index:2;
}
div.fb {
    width:21px;
    height:21px;
    background-image:url(images/facebook.png);
    background-repeat:no-repeat;
    float:left;
    cursor:pointer;
}
div.fb:hover {
    background-position: 0px -21px;
}
div.gg {
    width:21px;
    height:21px;
    background-image:url(images/google.png);
    background-repeat:no-repeat;
    float:left;
    margin-left:8px;
    cursor:pointer;
}
div.gg:hover {
    background-position: 0px -21px;
}
div.navigator {
    height: 46px;
    width: 699px;
    background-image: url(images/navigator.png);
    background-repeat: no-repeat;
    position:absolute;
    top:110px;
    left:50%;
    margin-left:-69px;
    padding-left:30px;
    z-index:2;
}
div.navigator div {
    height: 14px;
    background-repeat:no-repeat;
    position:relative;
    top:19px;
    float:left;
    margin-left:40px;
    z-index:3;
    cursor: pointer;
}
div.navigator div:hover {
    height: 30px;
    background-repeat:no-repeat;
    position:relative;
    top:5px;
    float:left;
    margin-left:40px;
    z-index:3;
}	
div.buttons {
    width: 970px;
    height:76px;
    position:absolute;
    top:680px;
    left:50%;
    margin-left: -485px;
    z-index:2;
}
#language{
    width:140px;
    position: absolute;
    top: 735px;
    left: 50%;
    margin-top: 0px;
    margin-left: 490px;
    z-index: 3;

    color: white;
    font-weight: bold;

    cursor: default;
}
#language div{
    float: left;
}
#pointer{
    cursor: pointer;
}
.lang_text{
    background: none;
    color: white;
    font-weight: bold;
    font-family: helvetica;
    font-size: 12px;
    cursor: pointer;
    padding: 0px;
    float: left;
/*    margin-left: -1px;
    margin-right: -1px;*/
}
.lang_text:hover{
/*    color: red;
    text-decoration-color: red;
    text-emphasis-color: red;*/
}
#language p{
    font-size:14px;
    position: relative;
    bottom: 0px;
    font-family: helvetica;
}
div.footer {
    width:1px;
    height:1px;
    position:absolute;
    top:840px;
}
#slider {
    width:1200px;
    height:620px;
    position:absolute;
    top:110px;
    left:50%;
    margin-left: -600px;
    z-index:1;
}
#slider {
    transform: translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -o-transform:translate3d(0, 0, 0);
}
#slider img {
    border:none;
    display:none;
}
/*.frame {
    width: 500px;
    height: 500px;
}*/

/*.QOverlay {
    background-color: #000000;
    z-index: 9999;
}

.QLoader {
    background-color: #CCCCCC;
    height: 1px;
}*/