/* Styly ReGeNeRaCe vpravo od dubna 2002 */

BODY	{  /* všechen text */
  	background: #fff url(hlava.jpg) no-repeat; 
	font-family: Verdana, Arial CE, Arial, Helvetica, sans-serif;
	font-size: 70%;
	scrollbar-base-color: #e6e6ff;
	}

a	{ color:#008; text-decoration: underline; }
a:hover	{ text-decoration: underline; }
a:visited { color: #600 }


table.body	{ /* stránkotvorná tabulka vnější */
	width: 550;
 	background: url(pata.jpg) no-repeat bottom left; 
	margin-top: 6;
	}

table.page	{ /* stránkotvorná tabulka vnitřní */
	width: 520;
	border-right: 1 solid #bbe;
	border-bottom: 1 solid #bbe;
	padding-left: 20;
	padding-right: 10;
	padding-bottom: 24;
	}

table	{ /* v tabulce jako v Body*/
	font-size: 100%;
	}

p,address,h4,h5,blockquote,dt,dd,dl,ol,ul,li,menu,formatted,form
	{ /* základní text */ 
	line-height: 140%;
	margin-top: 7;
	margin-bottom: 5;
	}

address.podpis	{ /* podpis pod dopisem */ 
	text-align: right;
	margin-top: 0;
	margin-right: 4;
	}

dl,ol,ul,menu,formatted,form { /* seznamy */
	margin-top: auto;
	margin-bottom: auto;
	}

ul	{ /* červená značka */
	list-style-image: url(redbul.gif);
	margin-left: 22;
	}

ol	{ /* číslované */
	margin-left: 26;
	}

li	{ /* položky seznamů */
	margin-top: 2;
	margin-bottom: 3;
	}

dt	 { /* def. term */
	font-weight: bold; 
	margin-top: 6;
	margin-bottom: 0;
	}

dd	 { /* definice */
	margin-top: 0;
	margin-bottom: 0;
	}

h1	{ /* záhlaví stránky */
	font-size: 28;
	color: #006;
	width: 100%;
	margin-top: 8;
	margin-bottom: 24;
	text-indent: -4;
	}
h1:first-letter
	{ /* iniciála */ 
	font-size: 80;
	float: left;
	font-weight: 100; 
	}

span.i	{ /* iniciála záhlaví */
	font-size: 78;
	font-weight: 100;
	letter-spacing: -8;
	}
span.o	{ /* za iniciálou */
	text-indent: -20;
	}

h2	{ /* podtitul kapitálky modré */
	font-size: 120%;
	font-variant: small-caps;
	font-weight: 100;
	letter-spacing: 2;
	text-align: right;
	color: #228;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16;
	}

h3	{ /* mezititulek verzálky */
	font-size: 120%;
	font-variant: small-caps;
	color: #008;
	font-weight: 900;
	margin-top: 18;
	margin-bottom: 12;
	}

h4	{ /* dotaz tučný */
	font-size: 100%;
	}
h4:first-letter
	{ /* červený bullet */ 
	font-weight: 100;
	float: none;
	color: red; 
	}

h5	{ /* perex */
	font-size:100%;
	color: #008;
	margin-top: 10;
	margin-bottom: 10;
	}

h6 	{ /* podpis */
	font-size: 92%;
	color: #006;
	text-align: right;
	margin-top: 0;
	margin-right: 6;
	margin-bottom: 6;
	}

hr.b	{ /* horizontal line */
	height: 1;
	text-align: left;
	color: #bbe;
	margin-top: 4;
	margin-bottom: 0;
	width: 98%
	}

p.pata	{ /* pod čarou */
	font-size: 80%;
	margin-left: 1;
	margin-top: 3;
	margin-bottom: 10;
	}

img.b	{ border: 1 solid #666}

.center	{ text-align: center; }

.aqua	{ /* bleděmodrý blok */
	background-color: #dce9f9;
	font-size: 93%;
	color: #008;
	font-weight: 900;
	margin-top: 12;
	margin-bottom: 9;
	margin-right: 4;
	padding: 6;
	padding-left: 10;
	}
