/* CSS */
/*
autor: © Jiri Jirasek 
firma: XJDesign.com
*/


/* ***** PRVKY ***** */

    html { /* html je cela zobrazovaci plocha (width i height) vcetne posuvnikù */
      background-color: #A8C6B3;
      background-image: url("img/bg_html.jpg");
      background-repeat: no-repeat;
      /* border: 5px solid black; */
    }


    body {
      margin: 0px;
      padding: 0px;
      font-family: Arial, "Arial CE", Tahoma, sans-serif;
      font-weight: normal;
      font-size: small;
      text-align: left;
      color: #000;
    }

    h1 { /* nadpis je skryt */ }

    h2 { color: #AF2912; /* - hnedo cervena */ }
      
    h3 { color: #365342; /* - zelena */ }

    h4 { margin: 0px; padding: 0px;    }

    p {
      }
      
    th { padding: 5px; 
         background: #0C4A2E; /* #906012; zluto-hneda  */
         color: white;
      }

    td { 
      }
  
    hr { display: none; clear: both; } 
    
    
    input {
         border: 1px #86B096 solid;
    }

    
    /***** LINK *****/
    
    
    a {
        font-weight: bold;
        text-decoration: none;
        color: #0C4A2E;
    }
    a:hover {
        text-decoration: none;
        background-color: white;
        color: #0C4A2E;
    }
    
    #menuHolder a:hover {
                background-color: none; 
                background-color: transparent; 
                text-decoration: none;
                color: white;
    }
    
    a img { 
        border: 1px #0C4A2E solid; 
        left: 0px;
        }
        
    a:hover img { 
        border: 1px white solid; 
        left: 0px;
        }

