body {
	font-family:  sans-serif;
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff;
}

/* --- zakladni html prvky ---*/
em, i						{font-style: normal;}
hr							{display: block; clear: both; color: #000000;	border-width: 0px;}
p 							{text-align: justify; margin: 0px 0px 5px 0px; line-height: 1.5em;}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */
a 						{color: #000000; text-decoration: underline;}
a:hover 				{color: #000000; text-decoration: none;}

/* --- seznamy --- */
ul						{list-style: none; margin: 5px 0px 5px 15px; padding: 0px; text-align: left;}
ol						{padding: 4px 0px 0px 5px;}

/* --- obrazky --- */
img 					{border: 0px;}
img.border 			{padding: 2px; border: 1px solid #000000;}
img.icon				{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft			{margin-right: 10px;}
img.toright			{margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}


/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6 		{clear: both; color: #000000; font-size: 1.3em; margin: 0px; line-height: 1.5em;}
h1									{padding: 0px;	margin: 5px 0px 5px 0px; font-size: 1.6em;}
h2									{padding: 0px;	margin: 5px 0px 5px 0px; font-size: 1.4em;}
h3 								{font-size: 1.18em; margin: 10px 0px 10px 0px;}
h4									{font-size: 1em;}
h2 span							{display: none;}
h3 span							{display: none;}

/* --- formulare --- */
input				{}
form				{margin: 0px; padding: 0px;}
legend			{padding: 3px;	color: #000000;	background-color: #cccccc;}
fieldset			{border: 1px solid #000000; padding-bottom: 15px;}

/* --- globalni tridy --- */
.clear			{clear: both; font-size: 0px;}
.smaller			{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.gray 			{color: #686868;}
.blue 			{color: #004080;}
.red				{color: #9f0000;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left				{text-align: left;}
.toblock			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright			{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
.nobold			{font-weight: normal;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; padding-top: 10px;}
.error a			{color: #000000;}
.hidden			{display: none;}
.border			{border: 1px solid #993333; padding:7px;}

/* --- layout webu --- */

#layout								{width: 972px; line-height: 2em;}
#layout #menu						{display: none; visibility: hidden;}

#layout #text 				{text-align: justify; line-height: 1.5em; float: none;}
#layout #text  table		{width: 950px;  font-size: 17px; }
#layout #text  table td	{padding: 3px;  font-size: 17px; }
#layout #text  table th	{padding: 3px;  font-size: 17px; }

#layout #text table.nice 								{width: 950px; border-collapse: collapse; font-size: 12px; margin: 10px 0px 15px 0px;}
#layout #text table.nice tr th 						{padding: 3px 5px 3px 5px;}
#layout #text table.nice tr td 						{padding: 3px 5px 3px 5px;}
#layout #text table.nice tr td.item 				{text-align: right; font-weight: bold; padding: 1px 5px 1px 5px; white-space: nowrap;}
#layout #text table.nice tr td.odesilaci 			{display: none;}
