.novinky {
  margin-bottom: 20px;
  background: url("../images/layout/novinky_bg.gif") repeat-x top;
  background-color: #101010;
/*  border: solid 1px #323232;*/
  color: #8a8a8a;
}

.novinky p {
  text-indent: 10px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
.novinky .novinky_uvod {
  padding-left: 15px;
  padding-right: 15px;
}

.novinky .novinky_text {
  padding-left: 0px;
}
.novinky .obsah2 {
  margin-bottom: 20px;
  background: url("../images/content/c2_bg.gif") repeat-x bottom;
  background-color: #101010;
  border: solid 1px #323232;
  color: white;
  margin-left: 0px;
}
.novinky .obsah2 .obsah2_title {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #ffd201;
  background: url("../images/content/c2_title_bg.gif") repeat-x;
  text-align: left;
}
.novinky .obsah2 .obsah2_title h1{
  font-size: 14px;
  font-weight: bold;
}

.novinky .obsah2 .obsah2_text {
/*  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;*/

}
.novinky .obsah2 table {
  text-align: left;
  font-size: 12px;
  color: white;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.novinky table td {
  vertical-align: top;
}
.novinky table .sekce {
  font-size: 10px;
}
.novinky table .sekce a {
  color: #e4ff00;
}
.novinky table .sekce a:hover {
  color: #e10d0d;
}
.novinky table .nadpis_sekce {
  padding-top: 25px;
}
.novinky table .nadpis_sekce a {
  color: #ffd201;
}
.novinky table .nadpis_sekce a:hover {
  color: #e10d0d;
}
.novinky table .nazev {
  width: 300px;
}
.novinky table .autor {
  text-align: center;
}
.novinky table .odsazeni {
  padding-left: 20px;
}
.novinky table .skupina a {
  font-size: 11px;
  font-weight: normal;
}
.novinky table .skupina a:hover {
  font-weight: normal;
}
.novinky table .diskuze_pocet {
  text-align: right;
  color: #8a8a8a;
  font-size: 10px
}

.submit_ClanekPublikovat {
  border-width: 0px;
  font-size: 1px;
  height: 10px;
  width: 12px;
  background: transparent url("../images/content/flag_red.gif") no-repeat;
  margin-left: 5px;
  cursor: pointer;
}
.submit_ClanekEdit {
  border-width: 0px;
  font-size: 1px;
  height: 10px;
  width: 12px;
  background: transparent url("../images/content/edit.gif") no-repeat;
  margin-left: 5px;
  cursor: pointer;
}







