/* CSS - kaskadove styly pro www.beneinvest.cz, copyright Pavel Gloss, 2007 */

/* ------------ obecne definice ---------------- */

img {
  border: none;
}

table {
  padding: 0;
  margin: 0;
}

ul {   /* seznam v main strance */
  margin: 12px 60px 12px 30px;
  padding: 4px 10px 4px 26px;
  list-style: outside url(../img/bg_li.gif);
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
}

li {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  margin: 0 0 8px 0;
  padding: 0;
}

fieldset {
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.povinne {
  color: red;
}
.success {
  color: green;
  padding: 8px;
  background: #E3E3E3 url(../img/dotaz-success.gif) no-repeat right center;
  margin-top: 14px;
}
.fail {
  color: red;
  padding: 8px;
  background: #E3E3E3 url(../img/dotaz-fail.gif) no-repeat right center;
  margin-top: 14px;
}

sup {
  font-family: Tahoma, "Tahoma CE", sans-serif;
  font-size: 0.85em;
}

h1, h2, h3 {
  font-weight: bold;
  color: #981B1E;
}

h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 8px 0 16px 0;
}

h2 {
  font-size: 1.25em;
  margin: 12px 0 6px 0;
}

h3 {
  font-size: 1.1em;
  margin: 10px 0 4px 0;
}

a {  /* obecny odkaz  */
  text-decoration: underline;
  color: #981B1E;
}

a:hover, a:active {
  text-decoration: underline;
  color: #E21B1E;
}

a.reverse {  /* obecny odkaz naruby */
  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-box {
  clear: both;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

