.novinky {
  margin-bottom: 20px;
  background: url("../images/layout/novinky_bg.gif") repeat-x top;
  background-color: #101010;
/*  border: solid 1px #323232;*/
  color: #9F9F9F;
}

.novinky p {
  text-indent: 10px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
.novinky .ptyp1 {
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.novinky .novinky_uvod {
  padding-left: 15px;
  padding-right: 15px;
}

.novinky .novinky_text {
  padding-top: 5px;
  padding-left: 15px;
}
.novinky table {
  text-align: left;
  font-size: 13px;
  color: #9F9F9F;
  width: 680px;
}
.novinky .novinka {
/*  background: url("../images/content/c2_title_bg.gif") bottom repeat-x;*/
  margin-right: 15px;
  margin-bottom: 25px;
  padding: 0px;
  padding-left: 2.5px;
  padding-top: 0px;
  background-color: #323232;
}
.novinky table tr td {
  vertical-align: top;
}
.novinky table .name {
  font-size: 14px;
  color: #ffd201;
  font-weight: bold;
}
.novinky table .sekce {
  text-align: right;
  color: #e4ff00;
  font-weight: bold;
}
.novinky table .sekce a {
  text-decoration: none;
  font-weight: bold;
}
.novinky table .datum {
  width: 80px;
  text-align: right;
  font-weight: normal;
}
.novinky table .popis {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.novinky .cara {
  padding: 0px;
  margin: 0px;
  height: 1px;
  border: solid 0px;
  background: transparent url("../images/content/clanky_cara_hlavicka.png") left bottom no-repeat;
}
.novinky .cara_yellow {
  padding: 0px;
  margin: 0px;
  height: 1px;
  border: solid 0px;
/*  background-color: #9F9F9F;*/
  background: transparent url("../images/content/clanky_cara_clanek.png") left bottom no-repeat;
}
.novinky .cara_red_01 {
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 560px;
  border: solid 0px;
  background: transparent url("../images/content/cara_red_01.png") center no-repeat;
}

.novinky table .input_name {
  font-size: 14px;
  color: #ffd201;
  font-weight: bold;
  border: solid 2px #1a1a1a;
  background-color: #323232;
}
.novinky table .input_sekce{
  color: #fff;
  border: solid 2px #1a1a1a;
  background-color: #323232;
}
.novinky table .input_sekce .other{
  color: #e4ff00;
}
.novinky table .input_popis{
  color: #9F9F9F;
  border: solid 2px #1a1a1a;
  background-color: #323232;
  width: 670px;
  height: 150px;
  margin-bottom: 5px;
}
.novinky table .submit_NovinkyEdit {
  border-width: 0px;
  font-size: 1px;
  height: 12px;
  width: 12px;
  background: transparent url("../images/content/edit.gif") no-repeat;
  margin-left: 5px;
  cursor: pointer;
}













