/* CSS - kaskadove styly pro www.kosmetika-vizazistika.cz, copyright Pavel Gloss, 2008 */

/* ------------ obecne definice ---------------- */

img {
  border: none;
}

table {
  padding: 0;
  margin: 0;
}

ul {
  margin: 8px 60px 14px 30px;
  padding: 10px 12px 10px 30px;
  list-style: outside url(../img/bg_li.gif);
  text-align: justify;
  background-color: #d6f784;
}

ul ul {
  margin: 0 20px 4px 30px;
  border: none;
}

li {
  margin: 6px 0 0px 0;
  padding: 4px 0 4px 0;
  /* border-right: 10px solid #acd151; */
}
ul.aktuality li {
  border-bottom: 2px dashed #acd151;
}

ul ul li {
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  border: none;
}
ul.aktuality ul li {
  border: none;
}

p {
  text-align: justify;
  margin: 0 0 12px 0;
  padding: 0;
}

h1, h2, h3 {
}

h1 {
  font-size: 1.35em;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding-left: 6px;
  border-left: 10px solid #D0D0D0;
}

h2 {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 8px 0;
}

h3 {
}

a {
  text-decoration: underline;
  color: #607F30;
}

a:hover, a:active {
  text-decoration: underline;
  color: #6ca915;
}

a.reverse {
  text-decoration: none;
}

a.reverse:hover, a.reverse:active {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

