html, body{
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a, img{
    outline: none;
}
#main, #extra{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -315px;
    margin-left: -420px;
    height: 630px;
    width: 840px;
    z-index: 2;
}
#extra{
    z-index: 1;
}
#main div, #extra div{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 5px;
    float: left;
}
#extra div{
    opacity:0.1;
    filter:alpha(opacity=10);
}
#main div .tile{
    position: absolute;
    display: block;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background-color: #333333;
    color: #000000;
    text-align:justify;
    overflow: hidden;
    text-decoration: none;
}
#main div .tile .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 3;
    opacity:0.4;
    filter:alpha(opacity=40);
}
#main div a.tile{
    cursor: pointer;
}
#main div a.tile:hover .hover{
    opacity:0.6;
    filter:alpha(opacity=60);
}
#main div .tile .p1, #main div .tile .p2{
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    top: -5px;
    left: -5px;
    width: 190px;
    height: 195px;
    font-family: arial;
    font-size: 10px;
    _line-height: 12px;
    overflow: hidden;
    padding: 5px;
    padding-bottom: 0px;
    z-index: 2;
}
#main div .tile .p1 span.titel, #main div .tile .p2 span.titel{
    display: block;
    width: 190px;
    height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#main div .tile .p2 span.titel{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
}
#main div .tile .img{
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    top: -5px;
    left: -5px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#main div.mid{
    width: 410px;
    height: 200px;
    margin: 5px;
    float: left;
    cursor: pointer;
}
#main div.mid .tile{
    width: 410px;
    height: 200px;
    margin: 0px;
}
#main div.mid .tile .p1, #main div.mid .tile .p2{
    width: 410px;
    height: 200px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#main h1, #main h2, #main h3, #main h4,
#extra h1, #extra h2, #extra h3, #extra h4{
    position: absolute;
    display: block;
    padding: 0px;
    margin:0px;
    line-height: 0px;
    font-size: 0px;
    width: 25px;
    height: 25px;
    z-index:4;
}
#main h1, #extra h1{
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}
#main h2, #extra h2{
    top: 0px;
    right: 0px;
    background-position: -25px 0px;
}
#main h3, #extra h3{
    bottom: 0px;
    left: 0px;
    background-position: 0px -25px;
}
#main h4, #extra h4{
    bottom: 0px;
    right: 0px;
    background-position: -25px -25px;
}
#main div .tile .contactFormBg{
    position: absolute;
    top: 55px;
    left: 5px;
    width: 190px;
    height: 123px;
    z-index: 3;
    background-image: url(../img/form.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#main div .tile .contactFormMess, #main div .tile .contactFormMessBg{
    position: absolute;
    top: 55px;
    left: 5px;
    width: 190px;
    height: 123px;
    z-index: 3;
    display: none;
    font-family: arial;
    font-size: 10px;
    _line-height: 12px;
}
#main div .tile .contactFormMess{
    z-index: 7;
    cursor: pointer;
}
#main div .tile .contactForm{
    position: absolute;
    top: 55px;
    left: 5px;
    width: 190px;
    height: 123px;
    z-index: 7;
}
#main div .tile .contactForm input{
    width: 190px;
    height: 17px;
    border: 0px #000000 solid;
    margin: 0px;
    margin-bottom: 4px;
    _margin-bottom: 2px;
    background: none;
    color: #000000;
    font-family: arial;
    font-size: 10px;
}
#main div .tile .contactForm textarea{
    width: 190px;
    height: 60px;
    border: 0px #000000 solid;
    margin: 0px;
    margin-bottom: 4px;
    _margin-bottom: 2px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: none;
    color: #000000;
    font-family: arial;
    font-size: 10px;
}
#main div .tile .contactForm .btn{
    color: #ffffff;
    cursor: pointer;
}
#main div .tile .contactForm .btn:hover{
    color: #666666;
}
/**/
#main div .tile .navi{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 190px;
    height: 190px;
    z-index: 7;
}
#main div .tile .navi .prev, #main div .tile .navi .next{
    position: absolute;
    display: block;
    top: 5px;
    left: 10px;
    width: 80px;
    height: 160px;
    cursor: pointer;
}
#main div .tile .navi .next{
    left: 100px;
}
#main div .tile .prevBg, #main div .tile .nextBg{
    position: absolute;
    display: block;
    top: 25px;
    left: 15px;
    width: 80px;
    height: 160px;
}
#main div .tile .nextBg{
    left: 105px;
}
/**/
#popup, #popupBg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 31;
    display: none;
}
#popup{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: crosshair;
}
#popupBg{
    background-color: #000000;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index: 30;
    background-image: url(../img/ajax_loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#popupNaviPrev, #popupNaviNext{
    position: absolute;
    top: 50%;
    margin-top: -80px;
    width: 90px;
    height: 160px;
    z-index: 33;
    display: none;
    cursor: pointer;
    background-repeat: no-repeat;
}
#popupNaviPrev{
    left: 0px;
    background-image: url(../img/prev_wit.png);
    background-position: 10px 0px;
}
#popupNaviNext{
    right: 0px;
    background-image: url(../img/next_wit.png);
    background-position: 0px 0px;
}
#popupNaviPrev:hover{
    background-position: 0px 0px;
}
#popupNaviNext:hover{
    background-position: 10px 0px;
}
#popupClose{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 37px;
    height: 37px;
    z-index: 33;
    display: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../img/close.png);
    background-position: 0px 0px;
}
#popupName{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 20px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    z-index: 32;
    display: none;
}
#popupVideo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 840px;
    height: 630px;
    margin-left: -420px;
    margin-top: -315px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    z-index: 32;
    display: none;
}
/**/
.backToHomeTiles{
    position: relative;
    display: block;
    width: 190px;
    height: 150px;
    margin-top: 5px;
}
.backToHomeTiles span{
    position: relative;
    display: block;
    width: 37px;
    height: 37px;
    margin: 5px;
    background-color: #000000;
    float: left;
}
.backToHomeTiles span.logo{
    width: 84px;
    text-align: center;
    padding-top: 8px;
    height: 29px;
}