/* ========== byty-kostelec - uzivatelska definice stylu ========== */

/* definice stylu pro nadpis news_head */

/*

.news_head {
	padding: 1px 8px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	background-color: #f5eeb7;
}

*/

/* definice stylu tabulky linestyle */

/*

table.linestyle {
  border: 1px solid #7c7c7c;
  border-collapse: collapse;
}

table.linestyle tr {
  cursor: pointer;
}

table.linestyle tr:hover {
  background: #d4d4d4;
}

table.linestyle td {
  border: 1px solid #7c7c7c;
 	line-height: normal;
}

table.linestyle td.right, th.right {
  text-align: right;
}

table.linestyle th {
  border: 1px solid #7c7c7c;
  background: #f5eeb7;
  text-align: left;
 	line-height: normal;
}

table.linestyle td a {
  display: block;
  text-decoration: none;
}

table.linestyle td a:hover {
  text-decoration: underline;
}

*/


a {
  color: #000000;
	text-decoration: underline;
}

a.noline {
  color: #ffffff;
	text-decoration: none;
}

a.bg_tmline {
  color: #ffffff;
  text-decoration: underline;
  background: #ed1c24;
}

a:hover {
  text-decoration: none;
}
