/* CSS Document */

*{margin: 0;
padding: 0;}

body { background-color: black; text-align: center; }

#podklad { position: relative; width: 1006px; top: 0px; height: 100%;
          background-color: rgb(176,198,90); background-repeat: repeat; 
          font-family:Verdana, Arial, Helvetica, sans-serif; 
          font-size: 80%;}

h1 {color: black }
h2 {color: black }
h5 {font-style: italic; font-style: small }

ol li  { margin-left: 35px}
ul li {list-style: disc; margin-left: 15px}

td{ margin:260 0 0 150px; font-family:Verdana, Arial, Helvetica, sans-serif; width: 250 ; 
  font-size:12px; vertical-align: top; font-weight:normal;} 

#hlavicka {position: absolute; width: 1000px; top: 2px; left: 2px; height: 151px; 
          background-image: url(images/hlavicka.jpg);
          background-repeat: no-repeat;}

#jedna   { position: absolute; top: 155px; left: 0px; height: 500px; width: 1006px; color: black; 
      background-color: rgb(176,198,90);  background-repeat:no-repeat; font-size:11px; 
      text-align: center; }
      
          
#dva {position: absolute; width: 250px; top: 155px; left: 250px; height: 500px;
        background-color: rgb(205,218,148);  background-repeat:no-repeat; margin:160 0 0 0px; padding:0;
         }

#3{ position: absolute; width: 250px; top: 155px; left: 500px; height: 500px; 
        background-color: rgb(176,198,90);  background-repeat:no-repeat;
        }
        
#4 {position: absolute; width: 250px; top: 155px; left: 750px; height: 500px;
        background-color: rgb(205,218,148);  background-repeat:no-repeat; 
         }

div          { padding: 8px; }
* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */


