.inside {
   position:                     absolute;
   width:                        1000px;
   height:                       620px;
   top:                          0px;
   left:                         0px;
   z-index:                      1;
}

#divContainer {
   position:                     relative;
   border:                       0px solid black;
   width:                        1000px;
   height:                       590px;  
}

#divKontyner {
   position:                     absolute;
   width:                        1000px;
   height:                       590px;
   top:                          0px;
   left:                         0px;
   background-color:             #c5c9d3; 
   overflow:                     hidden;  
}

#divKontyner:hover {

}

#divKontyner-In {
   position:                     absolute;
   height:                       16px;
   width:                        auto;
   margin-top:                   0px;
   right:                        50px;
   bottom:                       50px;
   z-index:                      100;
}

.in {
   float:                        left;
   width:                        16px;
   height:                       16px;
   right:                        1px;
   margin-right:                 5px;
   cursor:                       pointer;
   background:                   url('../img/off.png') no-repeat center center; 
}

.in:hover{
   background:                   url('../img/ott.png') no-repeat center center;    
}

.gray, .gray:hover {
   background:                   url('../img/on.png') no-repeat center center; 
}

.class1 {
   z-index:                      1;
}

.class2 {
   z-index:                      2;
}

.class3 {
   z-index:                      3;
}

.img-kont {
   position:                     absolute;
   top:                          0px;
   left:                         0px;
   z-index:                      1;
}

.divCien {   
   position:               absolute;
   width:                  100%;
   height:                 100%;
   border:                 0px solid red !important;
   z-index:                20;
   background:             url('../img/cien.png') repeat-x left bottom;

}

.divPostContent {
   font:                   normal 22px Trebuchet MS;
   position:               absolute;
   top:                    50px;
   right:                  40px;
   height:                 450px !important;
   width:                  600px !important;
   color:                  #35343a; 
   text-align:             right;

   line-height:            42px;
}



