/* fonty */
@font-face {
	           font-family: "Museo Sans 100";
	           src: local("Museo Sans 100"), local("MuseoSans-100"),
		          url("pismo/MuseoSans_100.otf") format("opentype");
	         }

@font-face {
	           font-family: "Museo Sans 700";
	           src: local("Museo Sans 700"), local("MuseoSans-700"),
		          url("pismo/MuseoSans_700.otf") format("opentype");
	         }

/* pozice - hlavní stranka */

#hlavicka   { 
              position: absolute; 
              width: 100%; 
              top: 0px; 
              left: 0px; 
              height: 150px; 
	      background-color: silver;  
            }

#menu       { 
              margin: 0px auto; 
              position: relative; 
              width: 800px;
            }  

#menu1      {      
              position: absolute; 
              width: 150px;
              height: 30px; 
	      top: 155px;
              left: 0px;    
	      background-color: yellow;  
            }

#menu2      {      
              position: absolute; 
              width: 150px;
              height: 30px; 
	      top: 155px;
              left: 200px;    
	      background-color: red;  
            }

#menu3      {      
              position: absolute; 
              width: 150px;
              height: 30px; 
	      top: 155px;
              left: 400px;    
	      background-color: blue;  
            }

#menu4      {      
              position: absolute; 
              width: 150px;
              height: 30px; 
	      top: 155px;
              left: 600px;    
	      background-color: green;  
            }

#menu5      {      
              position: absolute; 
              width: 150px;
              height: 30px; 
	      top: 155px;
              left: 800px;    
	      background-color: violet;  
            }
