@font-face {
font-family: impact;
font-style: normal;
font-weight: normal;
src: url('../impact.ttf'); 
}


html
{
  background: #000;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #000 url(../images/abackground.jpg) center bottom no-repeat;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 80%/1.3 Lucida Sans Unicode, tahoma, arial, verdana;
  position: relative;
  text-align: center;
  color: #888;
}



/* 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 */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
  }

  
  h1
  {
    font-size: 50px;
    padding: 0;
    margin: 0 0 10px 0;
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: impact;
  }

  h2
  {
    font-size: 1em;
    padding: 0;
    margin: 5px 0;
    color: #6e0000;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #6495B4;
    display: block;
    margin: 10px 0 10px 0;
  }
  
  strong
  {
    font-weight: normal;  
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

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

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

  .margin-rigth
  {
    margin-right: 15px;  
  }

  .red
  {
    color: #ba3926;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #fff;
    text-decoration: underline;
  }
 
    a:hover
    {
      text-decoration: underline;
    }


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


  .dark
  {
    background: #f3bf8d;;
  }
  
  .ico
  {
    display: block;
    padding-left: 22px;
    line-height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  
  .float-left
  {
    float: left;
  }

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


  .label
  {
    display: block;
    width: 180px;
    float: left;
  }

  
/* konec: obecne tridy */    



/* formulare */

form
{
  margin: 20px auto;
  width: 670px;
  
}

.input
{
  padding: 5px 0;
}



.input label
{
  display: block;
  padding-left: 10px;
}

.select
{
  border: 1px solid #000;
  width: 280px;
}

input
{
  border: 1px solid #333;
  padding: 5px;
  width: 200px;
  font-size: 1em;
  color: #888;
  background: #000; 
  border-radius: 10px;
}


input.checkbox
{
  width: 20px;
}

.input .textarea
{
  border: 1px solid #333;
  width: 670px;
  height: 100px;
  padding: 5px;
  font: 100%/1.5 verdana, tahoma, arial;
  color: #888;
  background: #000;
  border-radius: 10px;
}

.input .checkbox
{
  width: 20px;
  border: 1px solid #438637;
}

input.button
{
  width: 160px;
  height: 30px;
  margin: 2px 0;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  background: #000;
  color: #666;
  margin-left: 560px;
  width: 120px;
  cursor: pointer;
}




  #page
  {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    margin-top: 70px;
    padding-top: 50px;
    background: url(../images/menu.png) center top no-repeat;
  }


  /* hlavicka */

  #header
  { 
    height: 370px;
  }   

  /* konec: hlavicka */
  



  #middle
  {
    padding: 0 0 62px 0;
  }
  
  #left-middle
  {
    float: left;
    width: 715px;
    overflow: hidden;
  }
  

  #left
  {
    padding-top: 270px;
    float: left;
    width: 210px;
  }
  
  
  
    #left label
    {
      width: 60px;
    }
    
    #left input 
    {
      width: 120px;
    }
  
  

  #left.no-background
  {
    background: #fff;
  }

  
  #right
  {
    float: right;
    width: 207px;
    padding-top: 89px;
    margin-right: 3px;
  }
  
  

  /* obsah stranky*/
    #content
    {
      padding: 0 30px;
      margin: 150px 0 140px 0;
       
      overflow: hidden;
      text-align: left;
    }

      
      #content p
      {
        padding: 10px 0;
        margin: 0;
        text-align: justify;
      }

      
  #contact
  {
    padding-left: 0px;
    height: 40px;
  }
  
  #contact div
  {
    float: left;
    margin: 0 22px;
  }      
  
  #contact span
  {
    color: #fff;
  }
      
      
  /* konec obsah stranky */
  
  

  
  
  /* leva cast stranky */

  
    #left h2
    {
      background: url(../images/left-h2.jpg) left bottom repeat-x;
      line-height: 35px;
      padding: 0;
      color: #800;
      font-size: 1.2em;
      text-align: center;
    }

    #left p
    {
      padding: 5px;
    }

  /* konec: leva cast stranky */





  /* menu */
  #menu
  {
    
    position: absolute;
    top: 135px;
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: impact;
    text-transform: uppercase;
    width: 500px;
    margin-left: 150px;
  }    

  #menu li
  {
    float: left;
  }
  



    #menu li a
    {
      float: left;
      padding: 0 30px;
      text-decoration: none;
      color: #fff;
    }




    #menu li a:hover, #menu li a.active
    {
      text-decoration: none !important;
      color: #9bb6db;
    }  

  /* konec: menu */  
 


  /* prave menu */
  #right-menu
  {
    background: none;
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    width: 185px;
    font-size: .9em;
  }    

  #right-menu li
  {
    margin: 0;
    padding: 0;
    background: url(../images/right-menu-item.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }

    
    #right-menu li a
    {
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 30px;
      font-weight: normal;
      width: 155px;
      color: #fff;
      padding: 0 10px 0 20px;
      background: url(../images/right-menu-item-inactive.jpg) 5px 14px no-repeat;
    }






  #right-menu.right-menu-0 li
  {
    background: url(../images/right-menu-item-0.jpg) left top repeat-y;
    border-top: 1px solid #546277;
    border-bottom: 1px solid #1e314a;
  }    


  #right-menu.right-menu-1 li
  {
    background: url(../images/right-menu-item-1.jpg) left top repeat-y;
    border-top: 1px solid #72c261;
    border-bottom: 1px solid #245f16 ;
  }  
  

  #right-menu.right-menu-2 li
  {
    background: url(../images/right-menu-item-2.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }    

  #right-menu.right-menu-3 li
  {
    background: url(../images/right-menu-item-2.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }    

  /* konec: menu */  

  
  
  

  /* paticka */
    #footer
    {
      height: 52px;   
      width: 1000px;
      margin: -52px auto 0 auto;
      background: #000 url(../images/footer.jpg) left top no-repeat;
    } 
    

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: none;
    top: 0;
    margin: 0;
    width: 1000px;
    height: 155px;
  }






#references
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

  #references li a
  {
    display: block;
    width: 200px;
    margin: 0 10px 30px 10px;
    height: 100px;
    padding: 0;
    float: left;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: visible;
    border-radius: 10px;
  }
  
  #references li span
  {   
    display: block;
    margin-top: 100px;
  }


  #references li img
  {
    width: 270px;
    border: 1px solid #aaa;
  }

  #references li a
  {
    text-decoration: none;
  }
  
  #references li a:hover
  {
    text-decoration: underline;
  }
