body	{ background: white; color: black; font-size: 15px;  text-align: justify; }

table	{ font-size: 15px; }

/* umyslne neni specifikovano "a" */ 
a:link	{ color: #1f2f9f; } /* unvisited links */
a:visited	{ color: #7f7fdf; } /* visited links */
a:hover	{ color: blue; } /* user hovers */
a:active	{ color: #007fff; } /* active links */

p	{ text-align: justify; }

img	{ border: none; }

.male	{ font-size: small; }

/* styl pro <hr> */
.utf-oddel	{ border: outset 2px; border-color: #80a0df; background: #80a0ff; height: 4px; }
/* 
predchazejici styly:
	hr { border: outset 2px; border-color: #bebbb6; background: #bebbb6; height: 4px; }
	hr	{ background: #3f7fef; border: dotted 1px; height: 4px; } 
*/


li	{ list-style-image: url("/images/wh_ball.gif"); }
li:hover	{ list-style-image: url("/images/bl_ball.gif"); }

.utf-centered	{ margin-left: auto; margin-right: auto; }

.utf-name	{ font-weight: bold; }
.utf-inst	{ font-style: italic; border-bottom: dotted 1px;}

.utf-webadmin	{ text-align: right; color: #5f7faf; font-size: smaller; }

/* navigace se netiskne */
@media print {
.utf-webadmin { display: none }
.utf-mainmenu { display: none }
}
