/* Encoding: UTF-8 */
* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}

/* definice pro zakladni tagy */
h1		{ font-size:2em; }
h2		{ font-size:1.4em; }
h3		{ font-size:1.25em; }
a 		{ color: #172c7d; }
a:hover { color:#006; }

/* bezne pouzivana primitiva */
.clear { clear: both; visibility: hidden; font-size: 1px;display:block;height:.1px;}
.clear_right { clear: right; visibility: hidden; font-size: 1px; }
.clear_left { clear: left; visibility: hidden; font-size: 1px; }
.hide	{ display: none;}
.selected 	{ font-weight: bold; color: #F46200;}
.textright { text-align:right; }
.textcenter { text-align:center; }

.found { font-weight:bold; color:#90C; }

.big { font-size:1.05em; font-weight:bold; color:#f60; }
.bold { font-weight:bold }
.big_bold { font-size:1.05em; font-weight:bold;}
.imgright { float: right; margin: 0 0 .5em .5em; }
.required { color: red; }

.db_queries { color:#666; font-size:.9em; }

