/* CSS Document */

*{margin: 0;
padding: 0;}

body { background-color: black; font-family:Verdana ; text-align: center; }


#podklad { position: relative; width: 1006px; top: 0px; height: 100%;
          background-color: rgb(176,198,90); background-repeat: repeat; 
          background-attachment: scroll;
            }

#hlavicka {position: absolute; width: 1000px; top: 2px; left: 2px; height: 151px; 
          background-image: url(images/hlavicka.jpg);
          background-repeat: no-repeat;}


#patkax       { width: 100%; background-color: DimGray; color: white; border-style: none;  }        

.nadpis {font-weight: bold; font-size:14px;}

td{  font-family:Verdana, Arial, Helvetica, sans-serif;  width: 250 ; vertical-align: top ;
  font-size:12px; border-style: ridge; border-color: Darkgrey;
  font-weight:normal;
}

#stred {position: relative; width: 1000px; top: 153px; left: 0px; 
        background-color: white;  background-repeat:no-repeat; 
         font-size:12px;border-style: ridge; border-color: Darkgrey;
         padding: 0 0 0 0; }
#stred a:link { color: darkgreen;  }        
#pravy   { margin:154 0 0 202px; padding:0; width: 795px;
           color: black; background-color: white;  background-repeat:no-repeat; 
          font-size:12px; text-align: center; border-style: ridge; border-color: Darkgrey;}
#pravy a:link { color: darkgreen;  } #pravy a:visited { color: black;  } #pravy a:hover { color: maroon;  }

#levy   { float: left; left: 0px;  width: 200px; margin:154 0 0 1px; padding: 0;	
        font-size:12px;  text-align: center; border-style: ridge; border-color: Darkgrey;
        background-color: white; color: black;  overflow: hidden;        }
#levy a:link { color: darkgreen;  } #levy a:visited { color: black;  } #levy a:hover { color: maroon; }
div          { padding: 2px; }
* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */


