.nadpissablony{
                font-size: 120%;
                font-weight: 900;
                text-decoration: underline;
}
.odkazsablony{
                font-size: 100%;
                text-align: right;
}


.novinkadatum { color: #b20000;}
.novinkadatumuvod { color: #ec008c; }
.novinkanadpis{
                font-weight: bold;
                text-align: left;
}
.novinka_telo { background: transparent url('../design/mezi_aktuality.png') no-repeat bottom center; padding: 10px 0 10px 0;   }


/*
.blok{
              	float:right;
              	width:560px;
              }
*/

.tisk-title {
  font-weight: bolder;
}
.tisk-title1 {
  font-weight: bolder;
  width: 430px;
}

.rozcestnik {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.kontejner1 {
  float: left;
  width: 32% !important;
  border: 1px solid #dbdbdb;
  margin: 4px;
  padding: 0;
  background: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kontejner1-top{
  width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 149px;
    overflow: hidden;
}

.kontejner1-top a {
    width: 100%;
}

.kontejner1-top img{
  width: 100%;
}

.kontejner1-bottom{
  width: 100%;

  text-align: center;
  padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

a.kontejner-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: bolder;
  letter-spacing: 1px;
}

img.kontejner-image{
  border: 0px;
  min-height: 120px;
  _height: 120px;
}
.koment span {
display: block;
float: left;
width: 100px;
}
.kombox {
padding: 1px 1px 1px 10px;
margin: 1px 0;
border: 1px solid #999999;
}
.kombox h5, .blognavigace h5 {
font-size: 11px;
margin: 0;
margin-top: 15px;
padding: 0;
}
.kombox h5 {
margin: 5px 0;
}
.komboxbottom {
padding: 5px 0;
}


#paleni td {
padding: 4px;
}

@media (max-width: 991px) {
  .rozcestnik {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kontejner1 {
    width: 48% !important;
  }
}

@media (max-width: 700px) {
  .program table {
    display: block;
  }

  .program table tbody {
    display: block;
  }

  .program table tbody tr {
    display: block;
  }

  .program table tbody tr td {
    display: block;
  }

  .program table tbody tr td form {
    margin: 0 0 30px;
  }
}

@media (max-width: 450px) {
  .kontejner1 {
    width: 100% !important;
  }

  .dotazy table {
    display: block;
  }

  .dotazy table tr {
    display: block;
  }

  .dotazy table tbody {
    display: block;
  }

  .dotazy table tr td {
    display: block;
  }

  .dotazy table tr td input {
    width: 100% !important;
  }

  .dotazy table tr td textarea {
    width: 100% !important;
  }
}