body
  { color: green;
    background-color: yellow;
    background-size: 100%;
    background-image: url("Obrazky/hrochGIF.gif");
    background-repeat: no-repeat;
    _background-position: 50% 50%;
    background-attachment: fixed;
    
  }

h1.nadpis
  { color: red;
    background-color: rgb(12, 45, 123);
  }  
  
p
  { text-align: justify;
    text-indent: 1cm;
  }  
  
h2.maly_nadpis
  { border-style: solid none dotted groove;
    border-color: red;
    border-top-width: 10px;
    
    margin-bottom: 50px;
    padding-left: 40px;
  }  
  
img.prvni 
  { border-style: solid;
    border-color: black;
    border-width: 5px;
    
    padding: 5px 10px 5px 10px;
    background-color: red;
    margin-left: 50px;
    
    position: fixed;
    top: 600px;
    left: 400px;
  } 
  
img.obr01
  { border: solid black 5px;
    margin: 10px;
    padding: 20px; 
    background-color: green;
    _vertical-align: middle;
    float: left; 
  } 
  
img.obr02
  { position: fixed;
    top: 600px;
    left: 150px;
  }    

li
  { padding-left: 2cm;
  } 
  
ul li  
  { padding-left: 0.5cm;
  } 
  
ol.hlavni
  { list-style-image: url("sipka.gif");
  }  
   
ol.maly
  { list-style-image: url("sipka2.gif");
  } 

a
  { font-size: 30px;
  }
  
a.jaro
  { border: solid 3px red;
    background-color: orange; 
    text-decoration: none;
  }
  
a:visited
  { color: green;
  } 
  
a:active
  { border: solid 3px red;
  }  
  
a
  { cursor: url('Obrazky/kurzor.cur') 2 2, pointer;
  }
  
map.mapa
  { position: absolute;
    top: 0px;
    left: 50%;
  }
    
map.mapa:hover
  { border-style: solid;
    border-color: black; 
  }  

table.prvni
  { width: 80%;
    height: 200px;
    background-color: white;
    text-align: center;
    
  }
  
tr.druhy
  { background-color: rgb(32,176,0);
  } 
  
table.prvni th
  { background-color: orange;
  }   

          