/*
====== "produkty" style stylesheet ======
         (c) 2007 Tomas Kubat
*/

/* pozadi pro content blok background-image: url('/css/img/bg_content_sici_stroje.jpg'); */
#content {
 
}

/* dynamicky otevirany obrazek do vlozeneho bloku */
.obrazek {
 position: relative;
 z-index: 10;
}
#ico_zoom {
 position: absolute;
 bottom: 0px; left: 0px;
}
#obrazek_full {
 position: absolute;
 left: 0px; top: 0px;
 z-index: 1000;
}
#obrazek_full div {
 width: 800px; min-height: 1200px;
 padding: 14px 80px;
 margin: 0 auto;
 text-align: right;

 background: transparent url('/css/img/bg_alpha.gif') left top repeat;
}
#obrazek_full img {
 border: 1px solid #999;
}
#obrazek_full .zavrit {
 position: relative;
 right: 8px; top: 22px;
 color: #000;
}

