/* CSS Document */

/*----------------------------------------------------------------------------
	Description: Kaskádové styly pro Visiontraining
	Author:			 e-invent s.r.o., www.e-invent.eu, e-mail: nachod(@)e-invent.eu
	Modified:	   26. 5. 2009

	==[ TOC ]==
  1. Body       (tělo)
  2. Tags       (všeobecné prvky - h1, input, ...)
  3. Classes    (třídy pro vše platící - .clear, .float-x ..)
  4. Container  (rozvržení celé stránky)
  5. Header     (Hlavička)
  6. Navigace
  7. Sidebar
      7.1 Sidebar right
      7.2 Sidebar left
  8. Content    (obsah)
  9. Footer     (patička)
  10. Other      (ostatní)

	==[ Colors ]==
 
----------------------------------------------------------------------------*/

/* 1. Body -----------------------------------------------------------------*/
body {
    font-family: Veredana, Arial, 'Arial CE', sans-serif;
    text-align: left;    
    margin: 0 auto;
    padding: 0px;
    font-size: 10pt;
    color: #000;
    background: #ededed url(../images/body_bg.png) repeat-x top center;
}

/* 2. Tags -----------------------------------------------------------------*/
p {text-align: left; margin: 0px; padding: 0px;}

img {border: none;}

a img {text-decoration: none;}

a span {cursor: pointer;}

fieldset {border: 0 none; padding: 0px; margin: 0px;}

a {color: #ed1c24;}
a:hover {text-decoration: none;}

h1 {font-size: 18pt; padding: 0px; margin: 10px 0px 15px 0px; color: #545454; padding: 0px 0px 0px 30px; background: url(../images/content_arrow.gif) no-repeat scroll left; text-align: left;}
h2 {font-size: 11pt; padding: 0px; margin: 22px 0px 0px 45px; color: #d8d8d8; text-align: left;}
h3 {font-size: 110%; margin: 20px 0px 10px 0px; color: #636262; text-decoration: underline;}
h5 {font-size: 100%; margin: 0px 0px 2px 0px; padding: 5px 0px 3px 0px;}
/* 3. Classes --------------------------------------------------------------*/
#sidebar-l p, #sidebar-r p {color: #4a4a4a; padding: 0px 0px; margin-bottom: 0px;}

br.clear-l {clear: left;}
br.clear-r {clear: right;}
br.clear-b {clear: both;}

.clear { height: 1px; overflow: hidden; clear: both; font-size: 1px; line-height: 1px; }
.clear-r { height: 1px; overflow: hidden; clear: right; font-size: 1px; line-height: 1px; }

.f-left {float: left;}
/* 4. Container ------------------------------------------------------------*/
#main-container {
    position: relative;
    width: 998px;
    margin: 0 auto;
}

/* drobeckova navigace */ 
body #top1 #drobeckova-navigace {position: relative; top: 5px; left: 2px; width: 977px; height: 21px; padding: 4px 0px 0px 10px; background: url(../images/drobecek.png) no-repeat scroll left; color: #555;}
body #top1 #drobeckova-navigace strong {float: left;  margin-right: 15px;}
body #top1 #drobeckova-navigace a, body #top1 #drobeckova-navigace span {float: left; color: #e5e5e5; text-decoration: underline; display: block; height: 21px; }
body #top1 #drobeckova-navigace a:hover {text-decoration: none;}
body #top1 #drobeckova-navigace span.sipka {
background: url(../images/sipka.png) no-repeat scroll left center; display: block; 
width: 8px; height: 9px; margin-top: 5px; margin-left: 8px; margin-right: 8px;}

/* 5. Header   -------------------------------------------------------------*/

#top-navigation {position: relative; left: 10px; height: 88px;  z-index: -10;}
#top-navigation ul { list-style: none; padding: 0px; margin: 0px; position: relative; left: 10px;}

#top-navigation ul li, #top-navigation ul li a {float: left;}

#top-navigation ul li a {
    text-decoration: none;
    color: #d8d8d8;
    display: block;
    height: 88px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 8pt;
    background: url(../images/menu_arrow.png) no-repeat scroll center;   
}
#top-navigation ul li a:hover, #top-navigation ul li.selected a {text-decoration: none; background: url(../images/menu_a.png) repeat-x; }
#top-navigation ul li a:hover .arrow, #top-navigation ul li.selected .arrow {display: block; height: 88px; background: url(../images/menu_arrow_a.png) no-repeat scroll center; float: left;}
#top-navigation ul li a .arrow .navi, #top-navigation ul li a:hover .arrow .navi {display: block; float: left; height: 53px; padding: 35px 9px 0px 9px;}
#top1 {
    width: 998px;
    height: 167px;
    padding: 0px;
    position: relative;
    text-align: left;
    z-index: 0;
    background: url(../images/mapa.png) no-repeat scroll right top;
}
#language {position: absolute; top: 2px; right: 0px; width: 193px; height: 31px; background: url(../images/language.png) no-repeat scroll; z-index: 100;}
#language .home {position: absolute; top: 4px; left: 17px; width: 20px; height: 20px;}
#language span.home {display: block; width: 20px; height: 20px;}
#language .rozcestnik {position: absolute; top: 4px; left: 53px; width: 20px; height: 20px;}
#language .cs {position: absolute; top: 4px; left: 90px; width: 24px; height: 18px;}
#language .en {position: absolute; top: 4px; left: 123px; width: 24px; height: 18px;}
#language .by {position: absolute; top: 4px; left: 157px; width: 24px; height: 18px;}

#language span.nav-text {display: none;}

#search {position: absolute; top: 100px; right: 0px; width: 368px; height: 40px; background: url(../images/search_bg.png) no-repeat scroll; text-align: right;}
#search input {width: 188px; height: 28px; background: url(../images/search_input.png) no-repeat; border: none; padding: 3px 0px 0px 20px; color: #c1c1c1; margin: 8px 5px 0px 115px; float: left; color: #7b7b7b; }
#search img {margin: 8px 10px 0px 0px; float: right;}

#top1 #logotype {
     position: relative;
     left: 10px;
     display: block;
     float: left;
     width: 207px;
     height: 85px;    
     background: url(../images/logotype.png) no-repeat scroll;
}

#top1 #logotype span {display: none;}
.clickhome {width: 200px; display: block; height: 80px;}
/*#slogan {position: relative; top: 20px; left: 30px; width: 600px; height: 50px; font-size: 15pt; color: #d8d8d8;}*/
#slogan {position: relative; top: 26px; left: 30px; width: 600px; height: 50px; font-size: 10pt; color: #d8d8d8; font-weight: bold; }

/* 6. Navigace -------------------------------------------------------------*/
#navigation {width: 960px; height: 41px; margin-left: 5px;}

#menu {margin-right: 5px; float: right; width: 725px; height: 41px; background: url(../images/menu_bg.png) repeat-x scroll;
}

/* 7 Sidebar -----------------------------------------------------------------*/

#sidebar-r {width: 240px; float: right; padding-top: 10px;}
#sidebar-r .box1, #sidebar-r .box2, #sidebar-r .box3, #sidebar-r .box4 {width: 239px; height: 91px; margin-bottom: 10px; position: relative;}   
#sidebar-r .box1 {background: url(../images/sidebar_r_b1.png) no-repeat scroll;}
#sidebar-r .box1 h2, #sidebar-r .box1 .h2 {padding: 35px 0 0 113px; font-size: 10pt; margin: 0; color: #d8d8d8; font-weight: bold; }
#sidebar-r .box2 {background: url(../images/sidebar_r_b2.png) no-repeat scroll;}
#sidebar-r .box2 h2, #sidebar-r .box2 .h2 {padding: 17px 0 0 75px; font-size: 10pt; margin: 0; color: #d8d8d8; font-weight: bold; }
#sidebar-r .box3 {background: url(../images/sidebar_r_b3.png) no-repeat scroll;}
#sidebar-r .box3 h2, #sidebar-r .box3 .h2 {padding: 17px 0 0 100px; font-size: 10pt; margin: 0; color: #d8d8d8; font-weight: bold; }
#sidebar-r .box4 {background: url(../images/sidebar_r_b4.png) no-repeat scroll;}
#sidebar-r .box4 h2, #sidebar-r .box4 .h2 {padding: 8px 0 0 92px; font-size: 10pt; margin: 0; color: #d8d8d8; font-weight: bold; }
#sidebar-r .sb-link {color: #fff; position: absolute; top: 65px; right: 35px;}

/* 8. Content    (obsah) ----------------------------------------------------*/
#wrapper-content {position: relative; margin-top: 10px; width: 998px; margin-bottom: 30px;}
#content .content-home {width: 100%;}
#content .content-home p {padding-bottom: 0px; line-height: 15px;}
#content.content-home h1 { position: absolute; top: -45px; left: 10px; font-size: 15pt; }
.content-sub {width: 718px; float: left; padding: 0px 25px 5px 15px; color: #545454; list-style-image: url(../images/arrow_red.png);}
.content-sub p {padding: 0px 0px 13px 0px; line-height: 20px;}
.content-sub li {text-align: left; width: 680px; padding: 3px 30px 5px 10px; color: #545454;}
#content .vysledek-hledani {width: 728px; float: left; padding: 0px 15px 5px 15px; color: #545454; padding-bottom: 20px; line-height: 8px; text-align: left;}

#content .news {width: 715px; margin: 0 0 10px 12px; text-align: left; background: #c2c2c2; height: 100%; position: relative; min-height: 80px;}
#content .news p.date {display: block; width: 37px; height: 100%; text-align: center; color: #fff; padding-top: 00px; font-weight: bold; float: left; background: #565656 url(../images/date_bg.png) repeat-x scroll top; position: relative; margin-right: 10px;}
#content .news p.nadpis {width: 650px; padding: 5px 5px 5px 10px; text-align: left; color: #000; float: left;}
#content .news .header { display: block; font-size: 12pt; font-weight: bold; text-decoration: underline; color: #ed1c24; padding-bottom: 5px; padding-top: 5px; margin-left: 45px;}
#content .news .text {display: block; width: 670px; padding: 5px 0px 5px 40px; text-align: left; color: #000; min-height: 80px;}
#content .news .text p {padding: 0 0 0 10px; margin: 0; display: block;}


.fotogalerie {float: left; border: 1px solid #5a0100; margin: 8px 16px 8px 0; padding: 4px 4px 0px 4px;}

.box-home1, .box-home2, .box-home3, .box-home4 {width: 239px; height: 412px; position: relative; left: 10px; margin-right: 9px; float: left; text-align: left; color: #ffffff;}
.box-home1 h2, .box-home2 h2, .box-home3 h2, .box-home4 h2 { color: #c92c32; }  
.box-home1 {background: url(../images/box_home1.jpg) no-repeat scroll;}
.box-home2 {background: url(../images/box_home2.jpg) no-repeat scroll;}
.box-home3 {background: url(../images/box_home3.jpg) no-repeat scroll;}
.box-home4 {background: url(../images/box_home4.jpg) no-repeat scroll;}

.box-link {position: absolute; bottom: 80px; right: 55px;}
.box-link a {color: #fff; text-decoration: underline;}
.box-link a:hover {text-decoration: none;}

ul.list-ib {position: absolute; top: 140px; left: -5px; list-style: url(../images/box_list.png);}
ul.list-ib li {padding: 0px 5px; margin: 10px 0px;}

#kontakt {position: relative; left: 10px; float: left; width: 485px; height: 244px; background: url(../images/kontakt.png) no-repeat scroll;}
#kontakt h2, #kontakt .h2 {color: #ed1c24; font-size: 11pt; margin: 21px 0px 0px 45px; padding: 0px; font-weight: bold; }
#kontakt p {padding: 20px 10px 10px 15px; line-height: 23px; font-size: 9pt;}
#kontakt strong {color: #ed1c24;}
#kontakt p span {margin-left: 23px;}
#kontakt img {margin-right: 5px}
#kontakt a {color: #ed1c24;}
#news {position: relative; right: 5px; float: right; width: 485px; height: 244px; background: url(../images/news.png) no-repeat scroll;}
#news h2, #news .h2 {color: #afafaf; margin: 22px 0px 5px 45px; font-size: 11pt; font-weight: bold; padding: 0px; }
#news .news {width: 454px; height: 85px; margin: 0 0 10px 12px; background: transparent url(../images/news_n.png) no-repeat scroll; text-align: left; font-size: 9pt;}
#news .news p.date {width: 37px; height: 57px; text-align: center; padding-top: 18px; color: #fff; font-weight: bold; float: left; background: transparent;}
#news .news p.text {width: 392px; padding: 5px 5px 5px 10px; text-align: left; color: #000; float: right;}
#news .news .header {width: 100%; display: block; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #ed1c24; padding-bottom: 5px; margin-left: -5px;}
#news .more {position: absolute; top: 20px; right: 20px; color: #888;}

#news .onas
{
    width: 434px;
    height: 65px;
    margin: 0px 0px 10px 12px;
    padding: 10px;
    background-color: #c2c2c2;
    font-size: 80%;
}

#news .onas .h2
{
    margin: 0px;
    color: #666666;
}
.more a {color: #999;}

/* 9. Footer ----------------------------------------------------------------*/
#footer a {color: #cf2222; text-decoration: underline;}

#footer a:hover {text-decoration: none;}

#footer #box {width: 998px; position: relative; top: 5px; margin: 0 auto; background: url(../images/footer_map.png) no-repeat scroll right top; z-index: 20;} 

#footer p {line-height: 18px;}

#footer p.left {float: left; width: 500px; margin: 15px 0px 0px 25px;}

#footer p.right {display: block; text-align: right; padding-top: 15px; padding-right: 25px;}

#footer {clear: both; min-height: 96px; width: 100%; background: #aeaeae url(../images/footer_bg.png) repeat-x scroll left top; color: #434343; font-size: 9pt;} 
#wrapper-footer {clear: both;}

#footer .vymenneOdkazy
{
    clear: both;
    padding: 15px 0px;
    text-align: center;
}

#footer .vymenneOdkazy p
{
    text-align: center;
}

#footer .vymenneOdkazy p a
{
     color: #8f2222;
}

/* 10. Table ----------------------------------------------------------------*/
thead {background: #dbdada url(../images/thead.png) repeat-x scroll top; text-align: center;}
tr {background: #fff;}
td {padding: 2px; text-align: center;}
.s1 {text-align: left;}
.b2 {background: #f2f2f2;}

/* LIGHT-BOX */
.aitom-pozadi{
  z-index: 900; 
  visibility: visible;
  left:0px;
  top:0px;
  background-color:#000000;
  width:100%;
  height:100%;
  display:block;
  position:fixed;
  filter:alpha(opacity=65);
  opacity: 0.65;
  -moz-opacity:0.65;
  
}
.aitom-hlaska-holder{
         position:absolute;
         top:100px;
         z-index:1000;
         width:100%;
         margin-left:-10px;
         margin-right:-10px;
}
      
.aitom-hlaska{
        position:relative;
        display:block;
         top:0px !important;
          width:95%;
         margin:0px auto 0px auto !important;
         max-width: 820px;
}
.aitom-hlaska  li{list-style:none; padding-left:15px; background:url(../img/li.gif) left center no-repeat; line-height:160%;} 
.aitom-hlaska .zaviraci{
     position:absolute;
     top:-16px;
     right:0px;
     margin-right:10px;
     width:28px;
     height:16px;
     background: transparent url(../images/btn-zavrit.gif) left top no-repeat;
}
.aitom-hlaska .zaviraci span{display:none;}

.strankovani {width: 100%; height: 25px; position: relative; text-align: center; padding-top: 15px;}
#movePrev {display: block; width: 28px; height: 16px; background: url(../images/galerie_left.png) no-repeat scroll; float: left;}
#movePrev a, #moveNext a {display: block; width: 100%; height: 100%;}
#moveNext {display: block; width: 28px; height: 16px; background: url(../images/galerie_right.png) no-repeat scroll; float: right;}

.aitom-hlaska .obsah{
     background-color:#fff;
     border:1px solid #6b6b6b;
     overflow:auto;
     /*overflow-y: auto; 
     overflow: -moz-scrollbars-vertical; */
}
.aitom-hlaska .obsah h3 {color:#777777; font-size:110%;}
.aitom-hlaska .obsah .sub-obsah{
    display:block;
    position:relative;
    padding:10px;
    }
.aitom-hlaska .obsah th, .aitom-hlaska .obsah td{
     padding-left:5px;
     padding-right:5px;
     vertical-align: top;
     width: 50px;
}
.aitom-hlaska h2 {
     background-color: #6b6b6b;
     color: #fff;
     font-size: 130%;
     padding: 5px 16px;
     vertical-align: middle;
    display:block;
    position:relative;
    margin-bottom: 0px;
}
.aitom-hlaska strong {color: #8e8c8c;margin-left:10px;padding-top:5px;float:left;}

.aitom-hlaska #uz {
  background: url(../img/btn-saveclose.png) left top no-repeat;
  width:136px;
  height:22px;  
  padding-left:12px;
  color:#fff;
  cursor:pointer;  
  border:none;
  text-align:left;
  margin: 0 7px;
}
.aitom-hlaska #zavriti{
  background: url(../img/btn-onlyclose.png) left top no-repeat;
  width:144px;
  height:22px;  
  padding-left:12px;
  color:#fff;
  cursor:pointer;
  border:none;
  text-align:left;    
}
.aitom-hlaska .aktadresar span {float:left;}
.aitom-hlaska .soubory{
    position:static;
     top:0px;
     left:0px;
  }
.aitom-hlaska .soubory .file{
      float:left;
  }
.aitom-hlaska  .soubory .buttons{
     margin-top:5px;
  }


.leftImage
{
    border: 2px solid #808080;
    float: left;
    margin: 0px 10px 10px 0px;
}

.content-sub ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px 0px 0px 20px;

}

.content-sub ul li
{
    background: url(../images/arrow_red.png) no-repeat left 8px;
    padding: 5px 0px 5px 15px; 
}

.content-sub ul.ptr
{
    padding: 0px;
    float: right;
    width: 550px;
}

.news .text h2
{
    margin-left: 10px;
    color: #000000;
}