.datum_news {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

#novinky p {
  margin: 0px;
}

#novinky h4 {
  margin: 3px 0px;
}

#novinky h4 a {
  color: #8d0100;
  text-decoration: underline; 
  font-size: 16px;
}

#novinky h4 a:hover {
  text-decoration: none;
}

.text_news {
  font-size: 12px;
	color: #FFF;
}

.text_news a {
  text-decoration: underline; 
  color: #8d0100;
}

.text_news a:hover {
  text-decoration: none;
}


.news_vice {
  margin-top: 8px;
  text-align: right;
  font-size: 8px;
}

.news_vice a {
  font-size: 12px;
  font-weight: bold;
  color: #8d0100;
  text-decoration: underline;
}

.news_vice a:hover {
  text-decoration: none;
}

/* ========================================= přijímačky */

.datum_prijimacky {
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

#prijimacky p {
  margin: 0px;
}

#prijimacky h4 {
  margin: 3px 0px;
}

#prijimacky h4 a {
  color: #f37216;
  text-decoration: underline;
  font-size: 16px;
}

#prijimacky h4 a:hover {
  text-decoration: none;
}

.text_prijimacky {
  font-size: 12px;
	color: #000;
}

.text_prijimacky a {
  color: #f37216;
  text-decoration: underline;
}

.text_prijimacky a:hover {
  text-decoration: none;
}


.prijimacky_vice {
  margin-top: 8px;
  text-align: right;
  font-size: 8px;
}

.prijimacky_vice a {
  font-size: 12px;
  font-weight: bold;
  color: #8d0100;
  text-decoration: underline;
}

.prijimacky_vice a:hover {
  text-decoration: none;
}




