/* CSS Document */

body {
       font-size: 12px;
       font-weight: bold;
       font-family: arial;
       text-decoration: none; 
      }

span#search_ok {
       font-size: 12px;
       font-weight: bold;
       font-family: arial;
       text-decoration: none; 
       background-color: white;               
              }

#picture_max {
           max-width: 150px;
           max-height: 100px;
           width: expression(Math.min(parseInt(this.offsetWidth), 150 ) + "px");
           height: expression(Math.min(parseInt(this.offsetWidth), 100 ) + "px"); 
          }

#table_main {
             border: 2px rgb(114,160,54) solid;

            }
#table_categoryes {
                  border: 0px rgb(114,160,54) solid;
                 }
                 
span#text_16 { 
             font-size: 16px;
             color: rgb(26,52,0);
           }

a#menu {
     font-size: 18px;
     color: rgb(26,52,0);
     font-weight: bold;
     font-family: arial;
     text-decoration: none;     
       }
     
a#menu1 {
     font-size: 18px;
     color: rgb(26,52,0);
     font-weight: bold;
     font-family: arial;
     text-decoration: none;     
       }
       
a#link_inzerat {
                font-size: 15px;
                color: rgb(26,52,0);
                font-weight: bold;
                font-family: arial;
                text-decoration: none;  
}

a:hover#link_inzerat {
                font-size: 15px;
                color: rgb(109,158,50);
                font-weight: bold;
                font-family: arial;
                text-decoration: none;   
     }  



a#last_inzerat {
                font-size: 12px;
                color: #6C9D31;
                font-weight: bold;
                font-family: arial;
                text-decoration: none;  
}

a:hover#last_inzerat {
                font-size: 12px;
                color: rgb(26,150,0);
                font-weight: bold;
                font-family: arial;
                text-decoration: none;   
     }


a#category_link {

                  color:  rgb(26,52,0);
                  font-size: 18px;
                  font-weight: bold;
                  font-family: arial;
                  text-decoration: none;
}

a:hover#category_link {

                color: #6C9D31;
                  font-size: 18px;
                  font-weight: bold;
                  font-family: arial;
                  text-decoration: none;
     } 
     



a#fast_link {

                  color:  rgb(26,52,0);
                  font-size: 14px;
                  font-weight: bold;
                  font-family: arial;
                  text-decoration: none;
}

a:hover#fast_link {

                 color: #6C9D31;
                   font-size: 14px;
                  font-weight: bold;
                  font-family: arial;
                  text-decoration: none;
     }
     
span#fast_link_now {
                 color: #6C9D31;
                   font-size: 14px;
                  font-weight: bold;
                  font-family: arial;
                  text-decoration: none;
                   }                                                    
