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


body    
{ 
  background: #D2E5F2 url(../images/background.jpg) left top repeat-x; 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 verdana, arial; 
  position: relative;
  text-align: center;
  line-height: 18px;
  height: 100%;
  min-height: 100%;
}


/* prvky viditelne jen bez pouziti css */

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

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


/* obecne elementy */
  h2
  {
    margin: 0; 
    text-align: center;
    padding: 10px 0;
    font-size: 1.5em;
  }

  h1
  {
    color: #fff;
    width: 974px;
    font-size: 1.3em;
    padding-left: 40px;
    line-height: 30px;
    margin: 0 0 20px 0;
    font-variant: small-caps;
    background: url(../images/h1.jpg) 0px 6px no-repeat; 
  }
  
  h3
  {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    margin: 0;
  }

  h4
  {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1em;
    text-align: left;
    font-weight: bold;
  }

  hr
  {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    height: 0;
  }

/* konec: obecne elementy */




/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

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

  .red
  {
    color: #ff0000;
  }  
  
  .green
  {
    color: #00ff00;
  }
  
  .center
  {
    text-align: center;
  }

  a
  {
    color: #0060A1;  
  }
 
    a:hover
    {
      color: #a0b88F;  
    }

/* konec: obecne tridy */    

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

  /* hlavicka */
    #header
    {
      position: relative;
      width: 978px;
      height: 166px;
      margin: 0;
      background: url(../images/header.jpg) top left no-repeat;
    }   

		#header #logo{
			position: absolute;
			height:50px;
			width:250px;
			top:40px;
			left:5px;
			
		}

    #header.en
    {
      background: url(../images/header-en.jpg);
    }   
  /* konec: hlavicka */

  /* hlavicka v administraci */
    #header_admin
    {
      position: relative;
      width: 770px;
      height: 205px;
      margin: 0;
      background: url(../images/header-admin.jpg);
    }   
  /* konec: hlavicka v administraci */

  #middle
  {
    position: relative;
    width: 974px;
    background: url(../images/middle.jpg) center top repeat-x;
    padding: 8px 0 100px 0;
    margin: 0 2px;
    overflow: hidden;
  }
 
  #flash-area
  {
    height: 169px;
    width: 974px;
    padding: 0;
    margin: 0 2px;
    background: #fff url(../images/flash-area.jpg) left top no-repeat;
  }
 

  /* obsah stranky*/
    #content
    {
      float: left;
      width: 660px; 
      padding: 10px 20px;
      color: #000;
      overflow: hidden;
    }
    
    #content-large
    {
      width: 725px;
      padding: 10px;
      color: #000;
    }

      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 10px 0 10px 0; 
      }
      
        #content ul li
        {
          background: url(../images/blue_arrow.png) left top no-repeat;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content label
      {
        display: block;
        width: 60px;
        float: left; 
      }
      
      #content img
      {
        margin-right: 10px;
      }
  /* konec obsah stranky */
  
  #sponsors
  {
    float:right; 
    padding: 20px 5px 5px 5px;
    width: 230px;
		text-align: center;   
		overflow: hidden;
  }  
  
    #sponsors span
    {
      display: block;
      text-align: center; 
      font-weight: bold;
      color: #0060A1;
      font-variant: small-caps;
      font-size: 12px;
    }

  #sponsors img
  {
  	margin: 5px;
  	border: none;
  }  


    #gpartners
    {
      width: 230px;
      height: 85px;
      margin-bottom: 20px;
      background: url(../images/gpartners.jpg) top center no-repeat;
    }

    #partners
    {
      width: 250px;
      height: 454px;
      margin-bottom: 20px;
      background: url(../images/partners.jpg) top center no-repeat;
    }

    #mpartners
    {
      width: 240px;
      height: 140px;     
      background: url(../images/mpartners.jpg) top center no-repeat;
    }


  /* menu */
  #menu
  {
    position: absolute; 
    list-style-type: none;
    margin: 0 20px;
    padding: 0;
    top: 110px;
    height: 38px;
    overflow: hidden;
  }

    #menu li
    {
      line-height: 38px;    
      height: 38px;
      color: #fff;
      padding: 0;
      float: left;
      margin-right: 1px;
    }
    
    #menu a
    {
      color: #006DB8;
      display: block;
      line-height: 40px;    
      height: 38px;
      float: left;
      padding-right: 6px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      background: url('../images/menu-item-right.jpg') right top no-repeat;
    }

    #menu a span
    {
      cursor: pointer;
      padding: 0 9px 0 15px;
      display: block;
      float: left;
      background: url(../images/menu-item-left.jpg) left top no-repeat;
    }

  
      #menu a:hover,#menu a.active
      {
        line-height: 33px;
        height: 38px;
        color: #fff;
        background: url(../images/menu-item-right-hover.jpg) right bottom no-repeat;
      }

      #menu a:hover span,#menu a.active span
      {
        line-height: 33px;
        height: 38px;
        background-position: -400px 0px;
      }
         
  /* konec: menu */  
 


  /* paticka */
  #footer
  {
    position: relative;
    width: 940px;
    height: 100px;
    line-height: 135px;
    background: #D2E5F2 url(../images/footer.jpg) top left repeat-x;
    padding: 0 20px;
    margin: -100px auto 0 auto;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    color: #fff;
  }

    #footer a
    {
      color: #006DB8;  
      text-decoration: none;
    }
    
      #footer a:hover
      {
        text-decoration: underline; 
      }
    
  /* konec: paticka */
  
  
  #singup
  {
    display: block;
    width: 263px;
    height: 38px;
    background: url(../images/prihlas.jpg);
    margin: 20px 0 20px 100px;
  }
  #singup.en{
    background: url(../images/prihlas_en.jpg);
  }
  
  
/* prihlasovaci formular */

  #suform label
  {
    display: block;
    float: left;
    width: 160px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
  }

  #suform label.long
  {
    width: 390px;
  }

/* konec: prihlasovaci formular */

   
  #newsletter
  {
    position: relative;
    color: #000;
    margin-top: 40px;
  }
  
    #newsletter input
    {
      width: 110px;
    }
  
  #message
  {
    position: relative; 
    border-top: 4px solid #f00;
    border-bottom: 4px solid #f00;
    padding: 8px 0 8px 0;
    width: 515px;
    top: 0px;
    left: 0px;
    color: #f00;
    text-align: center;
    font-weight: bold;
  }

  .participant
  {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #000;
  }  
  
    .participant span
    {
      display: block;
      float: left;
    }   
    
    
    .participant span.long
    {
      width: 240px;
    }
    
    .participant span.short
    {
      width: 100px;
    }        
    
    
    
  .paging
  {
    text-align: center;
    margin-top: 10px;
  }
  
  
  #csv
  {
    position: absolute;
    text-align: center;
    width: 210px;
    left: 50px;
    top: 80px;
  }
  
  .list
  {
    list-style-type: decimal;
  }

  a.part-foto {
    float: left;
    width: 115px;
    height: 70px;
    padding: 0;
    margin: 5px;
    background: center center no-repeat scroll;
  }
    a.part-foto span {
    display: none;
  }
  a.photo
  {
    float: left;
    width: 67px;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 0 5px 5px 0;
  }
  
    a.photo:hover
    {
      border: 1px solid #c00;
    }
  
    a.photo img, a.part-foto img
    {
      margin: 0;
      padding: 0;
      border: none;
    } 


#flags
{
  position: absolute;
  top: 20px;
  width: 100px;
  list-style-type: none;
  margin: 0 0 0 860px;
  padding: 0;
  height: 20px;
}

#flags li
{
  float: right;
  height: 20px;
  overflow: hidden;
}

#flags li a
{
  display: block;
  width: 25px;
  margin: 0 0 0 5px;
  padding: 0;
  height: 18px;
  aborder: 1px solid #0160A2;
}

#flags li a:hover
{
  aborder: 1px solid #7BBFEE;
}

#flags li a.cz
{
  background: url(../images/flag-cz.png) center center no-repeat;
}

#flags li a.en
{
  background: url(../images/flag-en.png) center center no-repeat;
}
.cl {
	clear: both;
}

#finance
{
  position: absolute;
  left: 810px;
  top: 705px;
  width: 115px;
  height: 30px;
}


  #flash
  {
    position: absolute;
    margin: 0 2px;
    top: 168px;
  }
