/*
editace clanku
*/

div.clanek_edit a {
  font-weight:bold;
}

div.clanek_edit table.editace {
  /*background:#7a8b05;*/
  margin:0px;
  padding:0px;
  border:none;
  width:100%;
  font-size: 11px;
}

div.clanek_edit table.editace td,div.clanek_edit table.editace th {
  background:white;
  vertical-align:top;
  text-align:left;
  border:none;
  padding:3px;
  font-size: 11px;
}

div.clanek_edit table.editace th {
  background:#d0d799;
}

div.clanek_edit table.editace td table {
  padding:0px;
}

div.clanek_edit table.editace td.dark {
  background:#d0d799;
  font-weight:bold;
}

/** Vypis clanku */
.clanek_vypis {
  padding-bottom: 30px;
}

div.clanek_vypis h2{
  font-size:17px;
  padding:8px 8px 8px 0px;
  margin-bottom: 5px;
}

div.clanek_vypis div.fr img {
  padding:8px;
}

div.clanek_vypis .odsad {
  /*padding: 0px 20px 15px 20px;*/  
}
div.clanek_vypis .bkg p{
  padding: 0px 20px 15px 20px;
}

.clanek_gallery_image {
  width: 120px;
  border: 1px solid #363027;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  background: white;
}
.clanek_gallery .padder {
  width: 10px;
  height: 20px;
  float: left;
}

.clanek_gallery .vice {
  clear: left;
  float: right;
  padding-right: 10px;
  padding-bottom: 15px;
}

.clanek_vypis ol,
.clanek_vypis ul {
  margin-left: 30px;
}

.clanek_vypis .video {
  margin: 10px 0px 0px 20px;
  width: 400px;
  height: 315px;
  padding-bottom: 20px;
}
.clanek_vypis .video a{
  display: block;
  width: 400px;
  height: 315px;
}


img.att_icon {
  float: left;
  padding:3px 10px 0px 10px;
}
div.att_icon {
  width: 50%;
  float: left;
  height: 55px;
  font-weight: bold;
}
div.att_icon a.popis {
  padding-top: 10px;
  display: block;
  line-height: 14px;
}