<!-- /* pracovní styly textu pro: klub Kapsa */

BODY
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  background: #fff;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0px;
}

/* Standardni odstavec */
P
{
  text-align: Justify;
}

P.center
{
  text-align: Center;
}

P.footer
{
  text-align: center;
}
/* Hlavni nadpis stranky - velky, bezpatkovy, centrovany a modry */
H1
{
  color: #202080;
  background: #fff;
  font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
  font-size: 21px;
  text-align: Center;
  font-weight: bold;
  /*letter-spacing: 1.4px;*/
  /*word-spacing: 6px;*/
  padding-top: 0.4%;
  padding-bottom: 0.5%;
}

/* Nadpis sekce - stejne velky jako ostatni pismo, ale bold, center a v sedem poli */
H2
{
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.4px;
  word-spacing: 6px;
  padding-top: 0.4%;
  padding-bottom: 0.5%;
  line-height: 125%;
  color: #000;
  background: #ddd;
}

H1.menu
{
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.4px;
  word-spacing: 6px;
  padding-top: 0.4%;
  padding-bottom: 0.5%;
  line-height: 125%;
  color: #000;
  background: #ddd;
  margin-top: 0px;
}

H3
{
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}

DIV.menu
{
  position: absolute;
  position: fixed;
  float: left;
  width: 8em;
  margin-top: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background: #fff;
}

DIV.text
{
  margin-left: 10em;
  margin-top: 0px;
}

UL.menu
{
  padding-left: 24px;
}

LI
{
  list-style-position: outside;
  list-style-image: url(/images/point.png);
}

HR
{
  color: #000;
  height: 1px;
}

A
{
  color: #0000c0;
  background: #fff;
  text-decoration: none;
}

A:HOVER
{
/*  text-decoration: underline;*/
  background: #0000c0;
  color: #ffffff;
}

TABLE
{
  width: 100%;
  font-size: 13px;
}

IMG
{
  border: 0px;
}

-->