/* CSS Document */
.aktualityTable {
	margin: 40px 0px 30px 33px;
	font-family: Arial;
	width: 570px;
	background-color: rgb(243,243,243);
	border: 1px solid rgb(220,220,220);
	padding: 10px;
}
.aktualityTable table {
	width: 100%;
	margin: 0px;
}
.aktualityTable td b {
	font-size: 13px;
	font-weight: bolder;
	color: rgb(51,153,204);
}
.aktualityTable td {
	font-size: 13px;
}
.aktualityTable {
  
	overflow-x: auto;
}
.aktualityTable strong {
	font-size: 12px;
	/*color: rgb(204,51,0);*/
	color: black;
}

.akce_table {
	margin: 40px 0px 30px 70px;
  border: 0px solid black;
  width: 500px;
  height: 150px;
  background-color: rgb(243,243,243);
	border: 1px solid rgb(220,220,220);
	padding: 5px;
}
.akce_table_header {
  height: 20px;
  border: 0px black solid;
  font-size: 18px;
  font-weight: bold;
  color: rgb(204,51,0);
  background-color: inherit;
  padding: 0px 10px 0px 10px;
}
.akce_table_date b {
  height: 20px;
  border: 0px black solid;
  font-size: 13px;
  padding-left: 10px;
  color: rgb(51,153,204);
}
.akce_table_date {
  height: 20px;
  border: 0px black solid;
  font-size: 13px;
  padding-left: 10px;
  color: rgb(0,0,0);
}


.akce_table_picture {
  width: 170px;
  height: 120px;
  border: 0px solid black;
  text-align: center;
}

.akce_table_article {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 13px;
  padding: 10px 5px 10px 10px;
}

.akce_table_article h5 {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 13px;
  color: rgb(139,0,0);
  margin: 0px;
}

.akce_table_article span {
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  font-weight: bolder;
}

.akce_table_article span a {
  text-decoration: none;
  color: rgb(51,102,255);
}
.akce_table_article span a:hover {
  text-decoration: underline;
  color: rgb(204,0,0);
}
.akce_table_article input {
  border: 0px; 
  background-color: transparent; 
  color: rgb(51,102,255);
  font-weight: bolder;
  display: block;
  cursor: hand;
}
.akce_table_article input:hover {
  color: rgb(204,0,0);
  cursor: hand;
  text-decoration: underline;
}

.poradkyneMenuSekce {
  margin: 30px 0px 50px 30px;
  font-family: Arial;
  font-size: 14px;
}

.poradkynePolozka {
  margin: 30px 0px 20px 30px;
  background-color: rgb(243,243,243);
	border: 1px solid rgb(220,220,220);
	width: 580px;
	padding: 0px 0px 5px 0px;
}
.poradkynePolozka h3 {
  font-size: 16px;
  margin: 5px 0px 5px 0px;
  color: rgb(139,0,0);
}

.poradkynePolozka b {
  color: rgb(51,102,255);
}
.poradkynePolozka table {
  font-size: 11px;
  font-family: Verdana;
}
.poradkynePolozka a {
  font-weight: bolder;
}
.poradkynePolozka a:hover {
  color: rgb(204,0,0)
}
