html
{
  background: #fff url(../images/footer.gif) bottom left repeat-x;
  min-height: 100%;
  _height: 100%;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 66%/1.5 tahoma, arial, verdana; 
  position: relative;
  color: #333;
  background: url(../images/background.gif) top left repeat-x;
}



/* 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
  {
    color: #004a76;
    font-variant: small-caps;
    font-size: 2.4em;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: normal;
  }

  
   h2
  {
    color: #004a76;
    font-size: 2em;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: normal;
  }
  
  h2
  {
    font-size: 1.5em;
    margin: 30px 0 10px 0;
  }


   h3
  {
    color: #004a76;
  }


  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 #aaa;
    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;
    font-weight: bold;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #881f16;
    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 */    



  #page
  {
    background: url(../images/page.jpg) top left repeat-y;
    width: 972px;
    padding: 0 14px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .wide
  {
    background: url(../images/page-wide.jpg) top left repeat-y !important;  
  }

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


  /* obsah stranky*/
    #content
    {
      float: right;
      width: 520px;
      padding: 10px 10px 70px 10px;
      text-align: justify;
    }

  .wide #content
  {
    width: 770px !important;
    padding: 10px 20px 70px 10px;
  }


    #content img
    {
      margin: 5px;
    }
      
#left
{
  float: left;
  width: 130px;
  padding: 20px 15px 0 15px;
  color: #fff;
}


#middle-left
{
  width: 710px;
  float: left;
}

  .wide #middle-left
  {
    width: 972px !important;
  }
  

#right
{
  float: right;
  width: 220px;
  padding-right: 20px;
}


  #right h2
  {
    color: #fff;
    background: #004a76;
    padding: 2px 10px;
    font-size: 1.4em;
  }
  
  
  #right h3, #right h3 a
  {
    color: #004a76;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  
  #right h3 a
  {
    font-size: 1em;
    color: #004a76;
  }

  #right h3 a:hover
  {
    text-decoration: underline;
  }




#footer
{
  background: #222;
  color: #fff;
  padding: 15px;
}



  #footer a
  {
    font-weight: bold;
    color: #fff;
  }






/* leve menu */



#menu
{
  width: 142px;
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none;
  font-variant: small-caps;
  font-size: 1.2em;
  overflow: hidden;
}


  #menu li
  {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
    #menu li a
    {
      padding: 1px 10px;
      margin: 0 0 10px 0;
      display: block;
      line-height: 20px;
      color: #fff;
      font-weight: bold;
      background: #1d658f;
      width: 112px;
      text-decoration: none;
    }

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

  #menu li ul
  {
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    list-style-type: square;
    color: #c52511;
  }

  #menu li ul li
  {
    margin: 0;
    padding: 0;
    list-style-type: square;
  }

  #menu li ul li a
  {
    width: 165px;
    color: #c52511;
    font-size: .9em;
    letter-spacing: -1px;
    padding: 2px 10px 0 0;
    
  }
  
  #menu li ul li a.active, #menu li ul li a:hover
  {
    color: #c52511;
    background: none;
    text-decoration: underline;
  }




/* horni menu */

#catalog-menu
{
  position: absolute;
  top: 142px;
  width: 970px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}


  #catalog-menu li
  {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
    #catalog-menu li a
    {
      display: block;
      padding: 0 25px;
      margin: 0;
      display: block;
      line-height: 23px;
      color: #fff;
      font-weight: bold;
      font-variant: small-caps;
      font-size: 1.2em;
      
      text-decoration: none;
    }

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


  #catalog-menu li ul
  {
    position: absolute;
    top: 23px;
    margin: 0;
    padding: 5px 0;
    background: #333;
    display: none;
  }
  
  #catalog-menu li ul li
  {
    float: none;
  }

  #catalog-menu li ul li a
  {
    float: none
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
  }





/* dolni menu */

#bottom-menu
{
  width: 970px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}


  #bottom-menu li
  {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 160px;
    overflow: hidden;
  }
  
    #bottom-menu li a
    {
      padding: 0 20px 8px 0;
      margin: 0;
      width: 140px;
      display: block;
      color: #fff;
      line-height: 1.1;
      font-weight: bold;
      font-variant: small-caps;
      font-size: 1.2em;
      text-align: left;      
      text-decoration: none;
    }

    #bottom-menu li a:hover, #bottom-menu li a.active
    {
      text-decoration: underline;
    }
  
    #bottom-menu ul
    {
      padding: 0;
      margin: 0;
     list-style-type: none;
    }


    #bottom-menu li ul li
    {
      float: none;
      margin: 0;
      padding: 0;
    }

    #bottom-menu li ul li a
    {
      font-size: 1em;
      font-weight: normal;
      font-variant: normal;
    }










table
{
  width: 100%;
  margin: 10px 0;
}

th
{
  background: #ccc;
}



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

.input
{
  margin: 5px 0;
}

input
{
  border: 1px solid #ccc;
}

.textarea
{
  width: 500px;
  height: 200px;
  border: 1px solid #ccc;
}

input.button
{
  border: 1px solid #aaa;
  background: #ccc;
  cursor: pointer;
}


	#flags
	{
		margin: 0 0 0 905px;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 195px;
		height: 18px;
		width: 180px;
		overflow: hidden;
	}
	
		#flags li
		{
			float: left;
			width: 20px;
  		height: 13px;
			margin: 0;
			padding: 0 5px 0 0;
			list-style-type: none;
		}
		
			#flags li a
			{
				display: block;
				float: left;
				width: 20px;
				height: 13px;
				background-position: center center;
				background-repeat: no-repeat;
				border: 1px solid #666;
			}




.news-preview-item
{
  margin-bottom: 20px;
}

#left h3
{
  display: none;
  margin: 20px 0 5px 0 !important;
  width: 200px;
  height: 30px;
  line-height: 30px;
 }

.date
{
  font-weight: bold;
}




#logo
{
  position: absolute;
  top: 0;
  width: 970px;
  height: 140px;
}



/* vypis sekci */

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

  #sections-list li
  {
    float: left;
    list-style-type: none;
    width: 163px;
    padding: 0;
    margin: 0px 5px 10px 5px;
    text-align: left;
  }

  #sections-list li a
  {
    display: block;
    float: left;
    width: 163px;
    padding-top: 180px;
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    font-variant: small-caps;
    color: #cc6900;
    margin-bottom: 20px;
  }


  #sections-list li.margin
  {
    margin-right: 5px;
  }



/* vypis produktu */

.article
{
}

  a.thumb
  {
    float: left;
    display: block;
    width: 220px;
    height: 150px;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  
  .article a
  {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: normal;
    font-variant: small-caps;
    color: #0080c6;
    margin-bottom: 20px;
  }
  
  .article a:hover
  {
    text-decoration: underline;
  }


/* detail produktu */

.detail-image
{
  display: block;
  width: 200px;
  height: 210px;
  float: left;
  border: 1px solid #ccc;
  margin: 3px 3px 0 0;
}

#article-images
{
  width: 220px;
  float: left;
}

#article-text
{
  width: 520px;
  float: right;
}



#web-map
{
  position: absolute;
  top: 180px;
  margin-left: 185px;
  color: #007dc6;
}

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

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



/* hledani */

#search-form
{
  position: absolute;
  top: 170px;
  margin-left: 740px;
  width: 200px;
  height: 17px;
  overflow: hidden;
}


  #search-form input
  {
    width: 120px !important;
    float: left;
    margin-right:2px;
  }
  
  
  #search-form input.button
  {
    width: 70px !important;
    color: #fff;
    border: none;
    background: none;
    font-weight: bold;
  }
  
  
  
/* 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;
  }     
  
  
