html
{
  height: 100%;
  min-height: 100%;
}


body    
{ 
  background: #fff; 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 70% verdana, arial; 
  position: relative;
  line-height: 18px;
  height: 100%;
  text-align: center;
  min-height: 100%;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */

  h1
  {
    margin: 0 0 0 240px;
    position: absolute;
    padding: 0 10px;
    top: 240px; 
    width: 571px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    overflow: hidden;
    font-size: 1.7em;
    font-weight: normal;
  }

  h2
  {
    font-size: 1.6em;
    font-variant: small-caps;
    line-height: 25px;
    position: absolute;
    margin: -65px 0 0 0;
    width: 460px;
    padding: 0;
    height: 25px;
    text-align: center;
    overflow: hidden;
  }

  h2 span
  {
    background: #fff;
    color: #00616E;
    border: 1px solid #000;
    line-height: 25px;    
    padding: 0 50px;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #9a9;
  }

  h3
  {
    text-align: center;
    font-size: 1.2em;
    background: url(../images/gradient-line.jpg) bottom center no-repeat;
  }

h4
{
  background: #006672;
  display: block;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  font-size: 1.3em;
}

h4 span
{
  display: block;
  border: 1px solid #467B7C;
  padding: 1px 10px;
  
}


/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-bottom
  {
    margin-bottom: 15px;  
  }

  .margin-right
  {
    margin-right: 10px;  
  }

  .red
  {
    color: #d00000;
  }  
  
  .green
  {
    color: teal;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #900000;  
  }
 
    a:hover
    {
      color: #f00000;  
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


/* konec: obecne tridy */    


  #page
  {
    _height: 100%;
    min-height: 100%;
    width: 950px;
    padding: 0;
    color: #000;
    margin: 0 auto;
    top: 0;
    text-align: left;
    background: #fff url(../images/page.jpg) left top repeat-y;
  }


  #left
  {
    float: left;
    padding: 0 0 270px 12px;
    background: url(../images/map-europe.jpg) right bottom no-repeat;
    width: 213px;
    margin-top: -105px;
  }

  #left.index
  {
    background: url(../images/map-europe.jpg) right bottom no-repeat;
  }

  #left_menu h2
  {
    background: #006672;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    margin: 0;
    font-size: 1.3em;
    overflow: hidden;
    border-top: 1px dotted #467B7C;
    border-bottom: 1px dotted #467B7C;
  }


  #right
  {
    float: right;
    width: 723px;
    text-align: left;
    overflow: hidden;
    padding-top: 53px;
    margin: 0;
    background: url(../images/title.jpg) left top no-repeat;
  }

  #right_boxes
  {
    float: right;
    text-align: left;
    margin: -50px 0 0 0;
    padding: 0 20px 0 0;
    overflow: hidden;
  }
  

  #right_boxes div.box-top
  {
    background: url(../images/box-top.jpg) top left no-repeat;
    width: 153px;
    height: 8px;
  }
  
  #right_boxes div.box
  {
    background: url(../images/box-background.jpg) top left repeat-y;
    width: 133px;
    padding: 10px;
  }

  #right_boxes div.box-bottom
  {
    background: url(../images/box-bottom.jpg) top left no-repeat;
    width: 153px;
    height: 8px;
    margin-bottom: 10px;
  }
  
  #right_boxes div.box h3
  {
    padding: 5px 0;
    text-align: center;
    margin: 0 0 5px 0;
    border-top: 1px solid #B9AD8D;
    border-bottom: 1px solid #B9AD8D;
    background: none;
  }
  
  
  #header
  { 
    height: 281px;
    text-align: left;
  }   

  .header-cz
  { 
    background: url(../images/header.jpg) left top no-repeat;
  }   

  .header-pl
  { 
    background: url(../images/header-pl.jpg) left top no-repeat;
  }   

  .header-en
  { 
    background: url(../images/header-en.jpg) left top no-repeat;
  }   

  .header-de
  { 
    background: url(../images/header-de.jpg) left top no-repeat;
  }   

  #subheader
  { 
    height: 64px;
    background: url(../images/subheader2.jpg) left top no-repeat;
    text-align: left;
  }   

  #subheader.object
  { 
    background: url(../images/subheader1.jpg) left top no-repeat;
  }   

  #middle
  { 
    margin: 0;
    padding: 0 0 60px 0;
  }

  /* obsah stranky*/
    #content
    {
      float: left;
      width: 460px;
      margin: 0;
      padding: 10px 0 10px 40px;
      text-align: justify;
      background: url(../images/window-link.jpg) 5px 0 no-repeat;
    }

      
        
      #content img
      {
        border: 1px solid #BBAF8F;
        padding: 2px;
      }
      
      #content p
      {
        padding: 1px 0;
      }
  /* konec obsah stranky */
  

  /* menu */
  #left_menu
  {
    background: none;
    list-style-type: none;
    margin: 56px 0 0 0;
    padding: 20px 0;
    width: 213px;
    overflow: hidden;
    background: #006672;
    color: #fff;
  }    

  #left_menu li
  {
    left: 0;
    margin: 0;
    float: left;
    padding: 0;
    width: 213px;
    overflow: hidden;
    line-height: 15px;
    background: #006672;
    border-top: 1px dotted #068A98;
  }

    
    #left_menu li a
    {
      width: 193px;
      display: block;
      text-decoration: none;
      padding: 4px 0 4px 20px;
      line-height: 15px;
      background: url(../images/menu-a.jpg) top left no-repeat;
      color: #fff;
    }
  
      #left_menu li a:hover
      {
        color: #FED40E;
      }
         
 
    #left_menu li span
    {
      display: block;
      text-decoration: none;
      padding: 4px 0 4px 20px;
      line-height: 15px;
      width: 208px;
      background: #025862;
      color: #FED40E;
    }

  #left_menu li ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 213px;    
    line-height: 15px;
    overflow: hidden;
  }

    
    #left_menu li ul li
    {
      display: block;
      text-decoration: none;
      line-height: 15px;
      color: #fff;
      border: none;
    }
  
    #left_menu li ul li a
    {
      padding: 4px 5px 4px 30px;
      float: none;
      line-height: 15px;
      width: 182px;
      background: #003E45;
      border-top: 1px dotted #068A98;
    }

    #left_menu li ul li span
    {
      padding: 4px 5px 4px 30px;
      line-height: 15px;
      float: none;
      width: 182px;
      background: #0D464E;
      border-top: 1px dotted #068A98;
      border-bottom: none;
    }

    #left_menu li ul li ul li
    {
      display: block;
      text-decoration: none;
      line-height: 15px;
      color: #000;
      border: none;
    }
  
    #left_menu li ul li ul li a
    {
      padding: 4px 5px 4px 40px;
      float: none;
      line-height: 15px;
      width: 182px;
      background: #BCB396;
      color: #000;
      border-top: 1px solid #5B574B;
    }

    #left_menu li ul li ul li a:hover
    {
      color: #FED40E;
    }
    
    #left_menu li ul li ul li span
    {
      padding: 4px 5px 4px 40px;
      line-height: 15px;
      float: none;
      width: 182px;
      background: #A79D7C;
      color: #FED40E;
      border-top: 1px solid #5B574B;
      border-bottom: none;
    }

  /* konec: menu */  
 






  /* menu */
  #main_menu
  {
    position: absolute;
    height: 27px;
    overflow: hidden;
    width: 440px;
    top: 205px;
    list-style-type: none;
    padding: 0 0 0 12px;
    margin: 0;
  }    
  
  #main_menu li
  {
    float: left;
    margin: 0;
    padding: 0;
    height: 27px;
  }

    
    #main_menu li a
    {
      display: block;
      height: 27px;
      float: left;
      line-height: 27px;
      padding: 0 20px;
      color: #fff;
      text-decoration: none;
      background: url(../images/menu-item.jpg) bottom left repeat-x;
      border-right: 1px solid #6E551C;
    }
  
      #main_menu li a:hover
      {
        background: url(../images/menu-active.jpg) top left repeat-x;
      }
         



  /* paticka */
    #footer
    {
      width: 890px;
      height: 70px;
      margin: -120px auto;
      padding: 40px 30px 0 30px;
      text-align: right;
      background: url(../images/footer.jpg) top center no-repeat;
   }    
    

    #footer a
    {
      color: #fff;
      text-decoration: none;
    }

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

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 50px;
    margin-left: 10px;
    width: 925px;
    height: 150px;
  }
  
.red
{
  color: #f00;
}



#folders
{       
  position: absolute;
  width: 560px;
  top: 292px;
  margin: 0 0 0 245px;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  padding: 0;
}


  #folders li
  {
    float: left;
    text-align: center;
    overflow: hidden;
    height: 20px;
  }
  
 
  #folders li.last
  {
    float: none;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    visibility: hidden;
    line-height: 0px;
  }


  #folders li a
  {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    background: url(../images/dot.jpg) center right no-repeat;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
  }  
  
  
  #folders li a:hover
  {
    text-decoration: none;
    color: #FED40E;
  }    

  #folders li span
  {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    background: url(../images/dot.jpg) center right no-repeat;
    padding: 0 10px;
    color: #FED40E;
  } 
  
.dark
{
  background-color: #D6CCB1;
}

.white
{

}   


#img_menu
{
  padding-top: 20px;
}

#img_menu img
{
  float: none;
}

#img_menu div.preview
{
  float: left;
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  height: 150px;
  overflow: hidden;
  padding: 0 10px
}

#photogallery img
{ 
  float: none;
  border: none;
}

#photogallery
{ 

}

#photogallery a
{
  display: block;
  float: left;
  width: 100px;
  padding: 2px;
  border: 1px solid #BBAF8F;
  text-align: center;
  height: 65px;
  margin: 4px;
}


#photogallery a:hover
{
  border: 1px solid #a00;
}
 
#point
{
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/point.gif);
}


#search
{
  position: absolute;
  top: 20px;
  padding: 0;
  margin: 0 0 0 680px;
}

#search input
{
  width: 150px;
}

#search input.button
{
  width: 60px;
}


a.type_href_img
{
  display: block;
  background: url(../images/gradient-line.jpg) bottom center no-repeat;
  padding-bottom: 5px;
}

a.type_href
{
  display: block;
  padding: 1px 0;
  text-align: center;
  margin: 0 0 5px 0;
  background: #FAF9F5 url(../images/gradient-line.jpg) bottom center no-repeat;
  text-decoration: none;
}

.attr
{
  background: #006672;
  display: block;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.attr span
{
  display: block;
  color: #fff;
  border: 1px solid #467B7C;
  padding: 1px 10px;
  font-size: 1.3em;
}

.value
{
  padding: 5px 5px 20px 5px;
}

#virtual
{
  width: 165px;
  height: 58px;
  display: block;
  margin: 0 auto;
  background: url(../images/vwalk.jpg) top left no-repeat;
}
#virtual1
{
  width: 165px;
  height: 58px;
  display: block;
  margin: 0 auto;
  background: url(../images/vwalk1.jpg) top left no-repeat;
}
#virtual2
{
  width: 165px;
  height: 58px;
  display: block;
  margin: 0 auto;
  background: url(../images/vwalk2.jpg) top left no-repeat;
}
#virtual3
{
  width: 165px;
  height: 58px;
  display: block;
  margin: 0 auto;
  background: url(../images/vwalk3.jpg) top left no-repeat;
}
#virtual4
{
  width: 165px;
  height: 58px;
  display: block;
  margin: 0 auto;
  background: url(../images/vwalk4.jpg) top left no-repeat;
}

#shit1
{
  position: absolute;
  margin: 0 0 0 265px;
  top: 270px;
  width: 108px;
  height: 148px;
  background: url(../images/shit1.png) top left no-repeat;
}

#shit2
{
  position: absolute;
  margin: 0 0 0 265px;
  top: 270px;
  width: 136px;
  height: 118px;
  background: url(../images/shit2.png) top left no-repeat;
}

#orc
{
  margin: 8px auto;
  display: block;
  width: 80px;
  height: 49px;
  background: url(../images/orc.png) top left no-repeat;
  border: 1px solid #ECE6D1;
}

#orc:hover
{
  border: 1px solid #a00;
}

#suz
{
  margin: 8px auto;
  display: block;
  width: 80px;
  height: 55px;
  background: url(../images/ubytovani.jpg) top left no-repeat;
  border: 1px solid #ECE6D1;
}

#suz:hover
{
  border: 1px solid #a00;
}

#istudio
{
  margin: 10px auto;
  display: block;
  width: 83px;
  height: 26px;
  background: url(../images/istudio.png) top left no-repeat;
  border: 1px solid #ECE6D1;
}

#istudio:hover
{
  border: 1px solid #a00;
}

#ok, #ok-tou
{
  margin: 10px auto;
  display: block;
  width: 120px;
  height: 39px;
  
  background: url(../images/logo-ok.jpg) top left no-repeat;
  border: 1px solid #ECE6D1;
}
#ok-tou {
  width: 120px;
  height: 135px;
	 background: url(../images/ok-tourism.jpg) top left no-repeat;
}
#ok:hover, #ok-tou:hover
{
  border: 1px solid #a00;
}


div.search_result
{
  padding: 5px;
  margin: 10px 0;
  overflow: hidden;
  text-align: left;
}

a.search_result
{
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.orc-small
{
  margin: 0 auto 10px auto;
  display: block;
  width: 80px;
  height: 49px;
  background: url(../images/orc.png) top left no-repeat;
  border: 1px solid #aCa6b1;
}

.orc-small:hover
{
  border: 1px solid #a00;
}


#content img#map
{
  float: right;
  margin: 0 40px 10px 0;
  border: none;
}

#title_map
{
  width: 460px;
  height: 488px;
  background: url(../images/title-map.jpg) top left no-repeat;
}

#title_map a.map_point
{
  position: absolute;
  display: block;
  color: #fff;
  width: 21px;
  height: 20px;
  line-height: 20px;
  text-align: center; 
  text-decoration: none;
} 

#title_map a:hover
{
  color: #d00;
}


#title_map a.map_point.object_type_2
{
  background: url(../images/object-type-2.gif) center center no-repeat;
}

#title_map a.map_point.object_type_3
{
  background: url(../images/object-type-3.gif) center center no-repeat;
}

#title_map a.map_point.object_type_4
{
  background: url(../images/object-type-4.gif) center center no-repeat;
}

#title_map a.map_point.object_type_8
{
  background: url(../images/object-type-5.gif) center center no-repeat;
}


#map_menu
{
  position: absolute;
  width: 240px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 220px;
  text-align: left;
  line-height: 16px;
  font-size: 9px;  
  font-weight: bold;
  font-family: arial;
  padding: 10px;
}


#map_menu li
{
  margin: 0;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
}

#map_menu li span
{
  display: block;
  float: left;
  width: 21px;
  text-align: center;
  color: #fff;
}

#map_menu li a
{
  display: block;
  height: 18px;
}


#map_menu .object_type_2
{
  background: url(../images/object-type-2.gif) center center no-repeat;
}


#map_menu .object_type_3
{
  background: url(../images/object-type-3.gif) center center no-repeat;
}

#map_menu .object_type_4
{
  background: url(../images/object-type-4.gif) center center no-repeat;
}

#map_menu .object_type_8
{
  background: url(../images/object-type-5.gif) center center no-repeat;
}

#map_menu li a
{
  color: #000;
  text-decoration: none;
}

#map_menu li a:hover
{
  color: #d00;
}


#map_menu_types
{
  position: absolute;
  width: 230px;
  height: 150px;
  list-style-type: none;
  padding: 0;
  margin: 328px 0 0 315px;
  text-align: left;
  font-size: 9px;  
  line-height: 13px;
  font-size: 9px;  
  font-weight: bold;
  font-family: arial;
}

#map_menu_types li
{
  float: left;
  width: 80px;
  margin-bottom: 10px;
  line-height: 20px;
}

#map_menu_types li span
{
  display: block;
  float: left;
  width: 21px;
  height: 20px;
  text-align: center;
  color: #fff;
}



#map_menu_types .object_type_2
{
  background: url(../images/object-type-2.gif) center center no-repeat;
}


#map_menu_types .object_type_3
{
  background: url(../images/object-type-3.gif) center center no-repeat;
}

#map_menu_types .object_type_4
{
  background: url(../images/object-type-4.gif) center center no-repeat;
}

#map_menu_types .object_type_8
{
  background: url(../images/object-type-5.gif) center center no-repeat;
}

#map_menu_types li a
{
  color: #000;
  text-decoration: none;
}

#map_menu_types li a:hover
{
  color: #d00;
}

#virtual_description
{
  height: 300px;
  background: url(../images/virtual.jpg) center center no-repeat;  
}



#notice
{
  visibility: hidden;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 2px 5px;
  border: 1px solid #a00;
}


.sources
{
  font-size: .9em;
  color: #444;
}


  #flags     
  {
    position: absolute; 
    display: block;
    top: 10px;
    width: 150px;
    height: 17px;
    margin-left: 50px;
  }
  
    #flags a
    {
      border: 1px solid #333;
      margin-bottom: 5px;
      display: block;
      width: 22px;
      height: 15px;
      margin-right: 2px;
    }
  
    #flags a:hover
    {
      border: 1px solid #d00;
    }

    .cz
    {
      background: url(../images/flag-cz.png);
      float: left;
    }

    .en
    { 
      float: left;
      background: url(../images/flag-en.png);
    }    

    .pl
    { 
      float: left;
      background: url(../images/flag-pl.png);
    }    

    .de
    { 
      float: left;
      background: url(../images/flag-de.gif);
    }    


#thumb-m
{
  overflow: hidden;
}

