html
{
  background: #fff url(../images/background.jpg) top left repeat-x;
  height: 100%;
  min-height: 100%;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 arial, tahoma, verdana; 
  position: relative;
  line-height: 18px;
  color: #000;
  height: 100%;
  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
  {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    font-weight: bold;
    color: #ec1c24;
  }

  h2
  {
    font-size: 1.2em;
    padding: 0;
    margin: 15px 0;
    color: #ec1c24;
    font-weight: bold;
    text-align: left;
  }
  
  h3
  {
    font-size: 1em;
    margin: 0 0 5px 0;
    padding: 0;
  }

  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;
  }

/* 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-right
  {
    margin-right: 15px !important;
  }

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

  .justify
  {
    text-align: justify;
  }

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


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


  .dark
  {
  }
  
  .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;
  }

  
/* konec: obecne tridy */    



/* formulare */

.input
{
  padding: 5px 0;
}


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

input, .select
{
  border: 1px solid #333;
  width: 280px;
  padding: 0 5px;
}





.textarea
{
  border: 1px solid #333;
  width: 470px;
  height: 100px;
}

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

input.button, a.button
{
  display: block;
    background: url(../images/button.gif) top left no-repeat;
    width: 103px;
    height: 26px;
    line-height: 26px;
    border: none;
    color: #fff;
  text-decoration: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

a.button
{
  float: none;
}


.checkbox-area
{
  width: 125px;
  float: left;
  line-height: 11px;
  padding: 0 5px 5px 0;
}

.checkbox-area .label
{
  font-weight: bold;
  margin-bottom: 4px;
}

.checkbox-area label
{
  font-size: .9em;
  width: 100px;
  float: right;
  padding-top: 2px;
}

.checkbox-area .input
{
  padding: 1px 0;
  
}

.checkbox-area .checkbox
{
  width: 15px;
  height: 15px;
  overflow: hidden;
  float: left;
  border: none;
  margin: 0;
  padding: 0;
}

.filter-separator
{
  clear: both;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  text-align: right;
}




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


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


  #middle
  {
    
    margin-top: -100px;
    padding: 0 59px 80px 48px;
  }
  
  

  
  #right
  {
    float: right;
    width: 224px;
    padding: 80px 40px 0 40px;
    background: url(../images/right.jpg) 0px 100px no-repeat;
  }
  
  #right h3
  {
    padding: 0;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
  }
  
  #right .select
  {
    width: 200px;
    padding: 0;
  }
  
  #right input
  {
    width: 190px;
    color: #656464;
    padding: 5px;
    border: 2px solid #cfcfcf;
  }

  #right input.button
  {
    width: 103px;
    color: #fff;
    border: none;
    padding: 0;
  }

  
  #coordinator-contact
  {
    height: 160px; 
  }
  

  /* obsah stranky*/
    #content
    {
      float: left;
      width: 538px;
      padding: 20px;
      background: top center no-repeat;
      overflow: hidden;
      text-align: left;
    }

      

      #content ul
      {
        list-style-type: square;
        padding: 0 0 0 25px;
        
      }
      
        #content ul li
        {
          list-style-type: square;
          padding: 2px 0 2px 5px;
          line-height: 15px;
        }

        
      #content img
      {
        padding: 2px;
        margin: 0 0 5px 4px;
        #margin: 0 0 9px 4px;
      }
      
      #content #news img
      {
        border: 1px solid #C8C097;
        padding: 2px;
        margin: 0 15px 0 0;
      }

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

      
  /* 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: 20px;
    width: 280px;
    height: 130px;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 656px;
  }    

  #menu li
  {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 22px;
    list-style-type: none;
    background: url(../images/menu-item.gif) 0px 6px no-repeat;
  }

    
    #menu li a
    {
      display: block;
      padding: 0;
      width: 240px;
      height: 22px;
      padding: 0 10px 0 20px;
      line-height: 22px;
      color: #fff;
      font-weight: normal;
      text-decoration: none;
      text-align: left;
      overflow: hidden;
      border-bottom: 1px solid #f8610d;
    }


    #menu li a:hover, #menu li a.active
    {
      background: url(../images/menu-item-hover.png) top left no-repeat;
      _background: none;
      _text-decoration: underline;
    }  


  /* konec: menu */  
 



  
  
  

  /* paticka */
    #footer
    {
      height: 50px;
      width: 858px;
      overflow: hidden;
      margin: -50px auto 0 auto;
      color: #fff;
      padding: 0 20px;
      font-weight: bold;
      background: url(../images/footer.jpg) top left no-repeat;
    }    

    #footer a
    {
      color: #fff;
    }

    #footer-left
    {
      float: left;
    }

    #footer-right
    {
      float: right;
    }

  /* konec: paticka */
  
  
  
  
  
  
  
    /* menu v paticce */
  #menu-1
{
  width: 520px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 25px;
  height: 10px;
  overflow: hidden;
  font-size: .8em;
}

  #menu-1 li
  {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 20px;
    list-style-type: none;
    height: 10px;
    border-right: 1px solid #fff;
  }
  
    #menu-1 li a
    {
      display: block;
      height: 10px;
      line-height: 8px;
      float: left;
      overflow: hidden;
      padding: 0 5px;
      margin: 0;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
    }

    #menu-1 li a:hover, #menu-1 li a.active
    {
      text-decoration: underline;
    }
  

  /* konec: menu v paticce */  

  
  
  
  
  
  #logo
  {
    position: absolute;
    top: 0;
    margin: 0;
    width: 250px;
    height: 130px;
    margin: 0 0 0 80px;
  }



  
/* pozice na webu */
#web-position
{
  position: absolute;
  top: 135px;
  height: 25px;
  line-height: 25px;
  width: 650px;
  padding: 0 25px;
  color: #e4e8c2;
}

  #web-position a
  {
    font-size: .8em;
    color: #e4e8c2;
    text-decoration: none;
  }



  
  
  
/* strankovani */

   .paging
  {
    text-align: center;
    margin: 5px auto;
  }     

  .paging a
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 4px;
  }     

  .paging span
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background: #ba3926;
    
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #670000;
  }     
  


/* filtrovaci formular vpravo */



/* seznam zen */

#women-list
{
  width: 540px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}


  #women-list td, #women-list th
  {
    padding: 1px 10px;
    text-align: left;
    margin: 0;
  }
  
  #women-list th
  {
    color: #fff;
    font-weight: bold;
    background: #f7999a;
  }
  


.attr
{
  background: #FFF8E1;
  margin: 1px 0;   
}

.attr .label
{
  display: block;
  width: 150px;
  float: left;
  text-align: left;
  padding-right: 10px;
  font-weight: bold;
}

.attr .value
{
  display: block;
  width: 350px;
  float: right;
  text-align: left;
  padding-right: 10px;
}
  
  
	#flags
	{
		margin: 0 0 0 495px;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 5px;
		height: 18px;
		width: 150px;
		overflow: hidden;
	}
	
		#flags li
		{
			float: left;
			margin: 0;
			padding: 0 5px 0 0;
			list-style-type: none;
		}
		
			#flags li a
			{
				display: block;
				float: left;
				width: 25px;
				height: 16px;
				background-position: center center;
				background-repeat: no-repeat;
			}
  