/* Styly Alikvotní sbor vpravo */

BODY	{  /* všechen text */
	color: #333;
	background-color: #fff;
	font-family: Times New Roman, Times CE, serif;
	font-size: 80%;
	padding-left: 12px;
	padding-top: 11px;
	margin-right: 12px;
	margin-bottom: 20px;
	}

a	{ color: navy;}
a:link	{ }
a:visited	{ color: purple }
a:hover	{ color: #c00 }
a:active	{  }

table	{ /* v tabulce jako v Body*/
	font-size: 100%;
	}

tr.blue      { background-color: #aaddff }

p,address,blockquote	{ /* základní text */
 	margin-top: 6px;
	margin-bottom: 4px;
	}

dl,ol,ul,menu,formatted,form { /* seznamy */
	margin-top: auto;
	margin-bottom: auto;
	}

dt	{ /* defined term */
	font-weight: bold;
 	margin-top: 6px;
	margin-bottom: 2px;
	}

dd	{ /* definition */
 	margin-top: 2px;
	margin-bottom: 4px;
	}

li	{ /* položky seznamů */
	margin-top: 2px;
	margin-bottom: 3px;
	}

h1	{ /* heading 1 */
	font-family: Times New Roman, Times CE, serif;
	font-size:28px;
	color: red;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 14px;
	margin-top: 12px;
	margin-bottom: 18px;
	}

h2	{ /* heading 2 */
	font-size: 14px;
	color: red;
	margin-top: 10px;
	margin-bottom: 6px;
	}

h3	{ /* heading 3 */
	font-size: 12 px;
	color: red;
	margin-top: 6px;
	margin-bottom: 4px;
	}

h4	{ /* heading 4 */
	font-size: 12 px;
	color: #000;
	margin-top: 6px;
	margin-bottom: 4px;
	}

hr.main	{ /* horizontal line top */
	height: 1px;
	text-align: left;
	color: black;
	margin-top: 0px;
	margin-bottom: 7px;
	}

hr.bottom	{ /* horizontal line bottom */
	color: #F00;
	height: 1px;
	width: 98%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p.pata	{ /* pod čarou */
	font-size: 75%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	}

.left0	{ margin-left: 0 px; }
.left5	{ margin-left: 3 px; }
.center	{ text-align: center; }

p.csn {
  display: block;
  width: 510px;
  margin-top: 12px;
  text-align: center;
  color: #777;
  font-family: "verdana";
  font-size: 9px;
}

p.csn a {
  color: #777;
  text-decoration: none;
  }

p.csn a:hover	{ color: #777;}


