/* ---------------------------------------
   CSS 2.0 Style for HNF web pages
   30.11.2000 
   --------------------------------------- */

BODY { 
  font-family: Tahoma CE, Tahoma, Verdana CE, 
  			   Verdana, sans-serif;
  background-color: white;
  color: black;			   
}
A {
  color: #787878;
  text-decoration: none;  
}
A:hover {
  color: #C0C0C0;
}
A.BrokenLink:hover {
  color: red;
}    
P {
  font-size: medium;
}
H1 {
  font-size: large;
}      
	  
.Hlavicka IMG {
  float: left;
}
.Hlavicka H1, .Hlavicka H2 {
  text-align: center;
}
.Hlavicka H1 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 50px;
}
.Hlavicka H2 {
  margin-top: 10px;
  margin-bottom: 40px; 
  font-size: 25px;
}
	  
DIV.Obsah {
  clear: both;
  font-size: large;
}
.Obsah {
  text-align: center;
}
.Obsah SPAN.linkToSelf {
  font-weight: bold;
}
.Obsah HR {
  width: 100%;
}
	  
.Zapati {
  text-align: center;
}
.Zapati HR {
  width: 70%;
}
.Zapati P {
  margin-top: 0pt;
  font-size: xx-small;
  width: 50%;  
}    

.ZdrojCitace {
  font-style: italic;
}

.Nejasne {
  color: #C24B7E;
}
.TextPisne P {
  margin-left: 5%;
}
DIV.TextPisne {
  margin-top: 25px;
}
.TextPisne .Refren {
  font-style: italic;
}