			html, body {  } 
            body { 
                      background-color: white; 
                      color: black; 
                      margin: 0px; 
                      
                      height:100%;
                      font-family: courier new, courier, monospaced; 
                      font-size: 14px;
		   
            }
            .centrovac {
                              position: relative; 
                              height: 100%;
                              text-align: center;
            }
            .prostredek{
                              width: 774px; 
                              text-align: left; 
                              margin: auto; 
                          
            }
            .nadpisO{
                      
                        width: 774px; 
                        height: 50px;
			
            }
            .nadpisT{
                       
			
            }
            .menuO{
                        
                        width: 774px;
                        height: 49px
            }
            .menuT{
                          position: relative;
                          left: 40px; 
                          top: 13px; 
                          width: 698px; 
                          text-align: left; 
                          text-transform: capitalize; 
                          color: black; 
                          font-size: 15px;
                          font-weight: bold;
            }
            .obsahO{
                           
            }

            .obsahT{
                          position: relative; 
                          left: 40px; 
                          width: 698px;
                          height: 100%;
                          text-align: justify;
						
            }
            .patickaO{
                      
                        width: 778px; 
                        height: 52px;
            }
            .patickaT{
                       position: relative; 
                          left: 40px; 
                          width: 698px;
				
            }
            a {
	           font-family: courier new, courier, monospaced;
	             
	       		color: black;
	             text-decoration: undeline;	
            }

            a:hover {
	                  font-family: courier new, courier, monospaced;
	                   
	          
	                   text-decoration: underline;
}
hr {
     height: 1px; 
     color: gray; 
     background-color: gray; 
     border: 0px solid gray;
}
h1 {
    background-image: url(grafika/h1bg.jpg);
    width: 600px;
    color: gray;
    padding-left: 5px;
    font-family: verdana, arial; 
    font-size: 22px;
    height: 29px;
}
h2 {
         font-family: verdana, arial; 
    font-size: 20px;
     color: black; 
   
}