/* CSS Document */
html
{
  height: 100%;
  min-height: 100%;
}


body    
{ 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 66%/1 arial; 
  line-height: 15px;
  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 */

#page{margin:0 auto;
  width:750px;
  position:relative;
  top:20px;

}

#left{
  width:285px;
  float:left;

}
#left_line{
  width:32px;
  height:28px;
  float:left;
  margin:52px 0 0 30px;
  background-color: #D3594A;
}
#logo{
  float:left;
  width:118px;
  height:148px;
  margin-left:35px;
  background-image: url(../data/images/znak.jpg);
}
#right{
  width:465px;
  float:right;
}
#header{
  background-image: url(../data/images/nadpis.jpg);
  width:456px;
  height:42px;
}
#header_line{
  margin:10px 0px;
  width:457px;
  height:28px;
  background-color: #D3594A;
}
#header_foto{
  background-image: url(../data/images/obrazek.jpg);
  width:457px;
  height:153px;
}
/*      menu        */

#menu{
  font-size: 11px;
  list-style-type: none;
  margin: 0;
  padding: 0px 0 0 0px;
  line-height: 20px;
  width: 280px;
  margin-bottom: 20px;
}    
#menu li#menu-li a:hover{
  color:red;
}
#menu li#menu-li{
  height: 27px;
  list-style-type: none;
  padding: 0;
  margin: 0px;
  position:relative;
  line-height: 27px;
  overflow: hidden;
  width: 180px;
  border-bottom: 1px solid silver;
  background-image: url(../data/images/odr.GIF);
  background-repeat: no-repeat;
}
#menu li#menu-li a{
  display: block;
  text-decoration: none;
  font-size: 1em;
  padding: 0 10px;
  font-weight: bold;
  line-height: 27px;
  aheight: 27px;
  margin: 0 0 0 10px;
  color: #000;
  width: 174px;

} 
ul.submenu{
  list-style-type: none;
  margin-top: 3px;
  line-height: 27px;
  padding: 0;
  left: 180px;
  width: 150px;
  position: absolute;
  visibility: hidden;
  margin: 0;
  display: none;
}

ul.submenu li a:hover{
  color:red;
}
ul.submenu li {
  height: 27px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 27px;
  overflow: hidden;
  width: 164px;
  border-bottom: 1px solid silver;
  background-image: url(../data/images/odr.GIF);
  background-repeat: no-repeat;
  background-color:white;
}
ul.submenu li a{
  display: block;
  text-decoration: none;
  font-size: 1em;
  padding: 0 10px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 0 20px;
  color: #000;
  background-color:white;
  width: 144px;
  z-index: 100;
} 
#menu_middle_menu{
  display: inline;  
}
#menu_middle_menu li{
  list-style: none;
  display: inline;
  height:17px;
}
.menu_middle{
  display:block;
  width:200px;
  padding-top: 3px;
  font-size: 1.2em;
  text-decoration: none;
  color:#000;
  height:17px;  
  padding-left:25px;
  background: url(../data/images/odr.GIF) no-repeat;
}

#menu_middle_menu a:hover{
  color:red;
}

#search{
  background-image: url(../data/images/vyhledavani.jpg);
  background-repeat: repeat-y;
  margin-bottom: 20px;
}
#search p{
  padding-left:20px;
}
#news{
  background-repeat: no-repeat;
}
#news #news_top{
  background-image: url(../data/images/aktuality1.jpg);
  background-repeat: repeat-y;
  height:25px;
}
#news #news_bottom{
  height:175px;
  background-image: url(../data/images/aktuality2.jpg);
  background-repeat: repeat-y;
}
#news #news_bottom #posun{
  margin-left:15px;
}
/* paticka */
#footer{
  height: 20px;   
  line-height: 20px;
  width: 715px;
  margin: 0 0 0 0;
  padding-right: 30px;
  margin-top: 30px; 
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-align: right;
  background-color: #D3594A;
}    
#footer a{
  text-decoration: none;
  color:blue;
}
#footer a:visited{
  color:blue;
}
#footer a:hover{
  text-decoration: underline;
  color:red;
}
/* konec: paticka */ 

.foto{
  padding:10px 15px;
  background: url(../images/sq.gif) no-repeat;
}


input{
  width:90px;
  margin-left:10px;
}
label{
  margin-left:25px;
  padding-top:10px;
  font-size:1.1em;
  font-weight: bold;
}
h1.nadpis{
  font-size:1.4em;
  color:red;
  width:447px;
  padding:5px 0 0 10px;
  background-color: #EFEFEF;
  background-image: url(../data/images/aktuality1.jpg);
  background-repeat: repeat-y;
  height:25px;
}
p{
  text-align: justify;
}
.cleaner{
  clear: both;
}


  .news_item 
  {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    width: 450px;
  }

  .news_inserted
  {
    font-size: .9em;
    padding: 0;
    color: #666;
  }

  #news-small
  {
    padding: 10px;
    width: 150px;
    overflow: hidden;
  }
  
  .news_item-small
  {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  
  #news-small h3
  {
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
  
  .news_inserted-small
  {
    font-size: .9em;
    padding: 0 0 5px 0;
    color: #aaa;
  }
  #news-small img {
	  border: 0;
  }
  
.paging
{
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.paging a
{
  color: #000080;  
  text-decoration: none;
  width:30px;
}

.paging a:hover
{
  background: #000080;
  color: #fff;  
}

.paging span.red
{
  width:30px;
  background: #d3594a;
  color: #fff;  
}

  img
  {
    border: none;
  }

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

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

  .margin-right
  {
    margin-right: 15px;  
  }
  .red
  {
    color: #d00000;
  }  
  
  .green
  {
    color: #00ff00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color:  #000080;  
  }
 
    a:hover
    {
      color:  #0000d0;  
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }
  
  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #666;
  }



  h2, h3
  {
    font-size: 1.2em;
    margin: 10px 0 0 0;
    padding: 10px 0;
    background: url(../images/h1.jpg) center left no-repeat; 
  }
  
  #left h2
  {
    margin: 0;
    padding: 0;
  }
  
  
  p
  {
    margin: 10px 0 10px 0;
  }
  table
  {
	  border-left: 1px solid #ccc;
	  border-top: 1px solid #ccc;
    width: 460px;
	  empty-cells: show;
  }
  table td {
	  empty-cells: show;
	  border-bottom: 1px solid #ccc;
	  border-right: 1px solid #ccc;
	  overflow: hidden;
	  padding: 10px 5px;
	  vertical-align: top;
  }
  table th {
	  border-bottom: 1px solid #ccc;
	  border-right: 1px solid #ccc;
    background: #ddd;
    font-weight: bold;
    text-align: left;
    padding: 5px;  
  }
  table tr.odd {
	  background: #EFEFEF;
  }
  
  
  th.cell-company
  {
    width: 150px;
  }
  
  th.cell-address
  {
    width: 300px;
  }
  
  th.cell-phone
  {
    width: 50px;
  }
  


