@import url('content.css'); 

html
{
  background: #fff url(../images/bg.png) top center repeat-x;
  margin: 0; 
  padding: 0; 
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 80%/1.2 arial, tahoma, verdana;
  position: relative;
  color: #555;
  min-width: 1000px;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  display: none;
}

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


/* obecne elementy */

  
  h1
  {
    margin: 0 0 20px 0;
    padding: 10px 0 10px 0;
    color: #333;
    font-weight: normal;
    text-align: left; 
    height: 30px;
    line-height: 30px;
    font-size: 1.8em;
    border-bottom: 1px solid #1e425e;
  }
  

  h1 a
  {
    display: block;
    width: 100%;
    height: 65px;
    color: #000;
    text-decoration: none;
  }

  h1 a:hover
  {
    text-decoration: none;
  }
  
  
  h2
  {
    margin: 10px 0 20px 0;
    padding: 0;
    color: #f7941d;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left; 
  }
 
  h3
  {
    margin: 5px 0 15px 0;
    padding: 0;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left; 
  }
    
/* konec: obecne tridy */    



  #page
  {
    width: 960px;
    min-height: 580px;
    padding: 129px 0 0 0;
    background: #fff url(../images/header.jpg) top center no-repeat;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
  }

  

  /* obsah stranky*/

  #middle
  {
    padding: 20px 0 20px 0;
    border-top: 5px solid #ccc;
  }

    #content
    {
      float: right;
      width: 690px;
      padding: 0 25px;
      text-align: left;
      overflow: hidden;
    }
    
    #content img
    {
      max-width: 100%;
    }
    
    #content-inner
    {
      padding: 10px 15px;              
      background: #fafafa url(../images/content.jpg) 0px 0px no-repeat;
      min-height: 100px;
    }

    
    #left 
    {
      float: left;
      width: 220px;
      overflow: hidden;
    }    
    
    #left-contact
    {
      padding: 20px 0;
      background: url(../images/left-box-shadow.png) top right no-repeat;
    }
    
    #left h2
    {
      padding: 0;
      margin: 0;
      font-family: magra, arial, tahoma, verdana;
      font-size: 1.2em;
      color: #333;
      font-weight: bold;
      margin-bottom: 10px;
    }








#footer
{
  clear: both;
  position: relative;
  text-align: center;
  padding-top: 30px;
}    



#menu
{
  width: 220px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}


  #menu li
  {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d0d0d0;
    list-style-type: none;
  }
  
    #menu li a
    {
      display: block;
      padding: 19px 20px;
      line-height: 20px;
      overflow: hidden;
      color: #505050;
      text-decoration: none;
    }
    


    #menu li a:hover,  #menu li a.active
    {
      background: #e5e7ea url(../images/menu-item-active.png) top left repeat-x;
      padding-left: 16px;
      border-left: 4px solid #888;
    }



  #menu li ul
  {
    padding: 0;
    margin: 0;
  }


    #menu li ul li a 
    {
      padding: 10px 20px 10px 30px;
      font-size: .9em;
      color: #777;
    }  

    #menu li ul li a:hover, #menu li ul li a.active
    {
     padding: 10px 20px 10px 26px;
    }  




#logo
{
  display: block;
  position: absolute;
  width: 300px;
  height: 150px;
  top: 0;
}

#logged
{
  display: block;
  position: absolute;
  right: 0;
  margin: 180px 25px 0 0;
  color: #fff;
  top: -102px;
}


#contact-form
{
  background: #eee;
  padding: 20px;
}

#contact-form label
{
  display: block;
  float: left;
  width: 180px;
  margin: 5px 0;
}

#contact-form input
{
  width: 300px;
  margin: 5px 0;
}

#contact-form .textarea
{
  width: 670px;
  height: 90px;
  float: left;
}

#contact-form input.button
{
  width: 120px;
  color: #666;
  font-weight: bold;
  padding: 5px 0;
  cursor: pointer;
}


#info
{
  display: none;
  position: fixed;
  background: #fff;
  border: 5px solid #bbb;
  color: #333;
  padding: 30px 20px;
  z-index: 102;
  max-width: 960px;
}

#curtain
{
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/admin/curtain.png) repeat;
  z-index: 101;
}







/* hledani */

#search-form
{
  width: 216px;
  overflow: hidden;
  background: url(../images/fulltext.png) right top repeat-y;
  padding: 20px 0;
}


  #search-form input
  {
    width: 120px !important;
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 2px 5px;
    height: 18px;
    float: left;
    margin-right:2px;
  }
  
  
  #search-form input.button
  {
    width: 70px !important;
    color: #264b67;
    cursor: pointer;
    border: none;
    background: none !important;
    font-weight: normal;
  }
  
  
.thumb, a.img
{
  display: block;
  width: 100px;
  height: 100px;
  padding: 10px 14px 12px 11px;
  background: url(../images/thumb.png) center center no-repeat;
  float: left;
}  

.thumb span, a.img span
{
  display: block;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}


#web-map
{
  margin-top: -25px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 940px;
  padding: 0 10px;
  position: absolute;
  font-size: .9em;
}

#web-map a
{
  text-decoration: none;
}

#web-map a:hover
{
  text-decoration: underline;
}


/* formulare */

fieldset, .fieldset
{
  background: #ddd;
  border: none;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}


label
{
  display: block;
  width: 140px;
  float: left;
  text-align: left;
}

input
{
  width: 135px;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.input
{
  padding: 2px 0;
}



input.button, a.button
{
  background: #101257;
  color: #fff;
  cursor: pointer;
}

a.button
{
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  float: left;
  border-radius: 5px;
}



#menu-1, #menu-1 li
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}


#menu-1 li
{
  width: 300px;
  height: 146px;
  background: #ddd;
  float: left;
  margin: 20px 20px;
  font-weight: bold;
  color: #333;
  font-size: 1.5em;
  border-radius: 10px;
}

#menu-1 li a
{
  display: block;
  width: 240px;
  height: 76px;
  padding: 35px 30px;
  text-decoration: none;
  color: #333;
}

#menu-1 li:hover
{
  background: #1e425e;
  
}

#menu-1 li:hover a
{
  color: #fff;
}


.question-mark
{
  position: absolute;
  font-weight: bold;
  margin: 0 0 0 5px;
  cursor: help;
  color: #a00;
}

  .hint 
  {
    color: #000;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #555;
  }
  
  .hint table
  {
    font-size: 10px;
  }
  
  .hint td, .hint th
  {
    padding: 0px;
  }

  
.captcha img
{
  float: left;
  margin-right: 10px;
}

.captcha input
{
  width: 50px !important;
}

.captcha span
{
  cursor: pointer;
}

.checkbox-row
{
  width: 200px;
  float: left;
}

.checkbox
{
  width: auto;
}


#registration-type .checkbox-row
{
  width: 320px;
  margin: 0 5px;
}

#registration-type label
{
  font-size: 1.3em;
  display: block;
  text-align: center;
  width: 320px;
  float: none;
  margin-top: 5px;
}

#registration-type input
{
  display: block;
  margin: 0 auto;
  float: none;
}

.addon-order label
{
  width: 250px;
}
