@charset "utf-8";
/*
  STAV INZENYRING | www.stavinzenyring.cz
  Webdesign: BELIEVE - www.believe.cz & FCUK (Luboš Beták) - www.fcuk.cz
  Copyright (c) Luboš Beták (www.fcuk.cz) - All Rights Reserved! - XHTML, CSS, JS, ..
  Struktura: display>position>float>z-index>overflow>width>height>margin>padding>border>background>align>font
*/
/* --- THICK BOX ------------------------------ */
#TB-overlay {position:fixed; z-index:100; width:100%; height:100%; min-height:100%; top:0; left:0; background-color:#000;}
#TB-window {position:absolute; top:30px; left:50%; z-index:102; background:#fff url("../img/thickbox/box.gif") 0 0 repeat-x;}
* html #TB-window {position:absolute;}
#TB-window a:link {color:#555;}
#TB-window a:visited {color:#555;}
#TB-window a:hover {color:#111;}
#TB-window a:active {color:#555;}
#TB-window a:focus {color:#555;}
#TB-window img {display:block; display:inline; margin:15px 0 0 0; padding:1px; border:none; clear:both;}
#TB-paging {margin:10px 10px; padding:0;}
#TB-prev {float:left; padding-left:15px; background:url("../img/thickbox/prev.gif") no-repeat 0 50%;}
#TB-page {margin:0 80px 5px 80px; padding:0; text-align:center; word-spacing:2px;}
#TB-page a.active {font-weight:bold; text-decoration:none;}
#TB-next {float:right; padding-right:15px; background:url("../img/thickbox/next.gif") no-repeat 100% 50%;}
#TB-close {display:block; position:absolute; top:-28px; right:0; margin: 0; margin-right:3px; padding:0; background:url("../img/thickbox/close.gif") no-repeat 0 0; font-size:109%; color:#f1f1f1; text-decoration:none; cursor:pointer;}
#TB-close a {display:block; position:relative; right:-3px; line-height:12px; padding:8px 40px 8px 20px; background:url("../img/thickbox/close.gif") no-repeat 100% 0; cursor:pointer;}
#TB-image {display:block; min-height:150px; margin:0; padding:0; background:url("../img/thickbox/loading.gif") no-repeat 50% 50%; text-align:center;}
#TB-image.hidden {display:none;}
#TB-caption {margin:0 0 10px 0; padding:0 15px; text-align:center;}
#TB-desc {margin:0 0 5px 0; padding:0 15px; text-align:center;}
#TB-iframe {position:absolute; top:0; left:0; z-index:99; width:100%; height:100%; border:none; background-color:#fff;}
#TB-content {overflow:auto; margin:20px; padding:20px; border:1px solid #999; text-align:left;}
#TB-content.loader {background:url("../img/thickbox/loading.gif") no-repeat 50% 50%;}
#TB-content h3 {margin:0;}
