@CHARSET "UTF-8";

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
}

h2 {
	color: #00477e;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	color: #a6ce38;
	font-weight: bold;
	font-size: 1.2em;
}

ul {
	list-style-image: url(../img/arrow.png);
}

.tmavomodry-text {
	color: #00477e;
}

.bledomodry-text {
	color: #0083ca;
}

.bod-programu {
	background: #00477e;
	display: inline-block;
	padding: 3px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

.navrh {
	color: #0084cb;
	font-style: italic;
}

ul {
	list-style-image: url(../img/arrow.png);
}

li {
	margin: 5px 0;
}

a.article-more {
	display: block;
	padding: 0 20px 0 0;
	color: black;
	float: right;
	background: transparent url(../img/more_arrow.png) right center no-repeat;
}

a.article-more:visited {
	color: #000000;
}

a.article-more:hover {
	text-decoration: none;
}

table.velke-cislo-table tr {
	vertical-align: top;
}

table.velke-cislo-table td, table.velke-cislo-table th {
	padding-bottom: 10px;
}

table.velke-cislo-table th {
	color: #a6ce38;
	font-size: 2em;
	font-weight: bold;
	padding: 0 5px 0 10px;
}

table.program {
	margin: 0 auto;
}

table.program th, table.program-left th {
	background-color: #e2e9ad;
	padding: 2px 3px;
	font-weight: normal;
	font-size: 1em;
}

table.program th { text-align: center; }

table.program td, table.program-left td {
	background-color: #f2f4da;
	padding: 2px 3px;
	font-weight: normal;
	font-size: 1em;
}

table.program td {
	text-align: center;
}

table.program-left tr:hover td {
	background-color: #e2e9ad;
}

.cite {
	font-weight: bold;
	border-left: 5px solid #a6ce39;
	border-right: 5px solid #a6ce39;
	padding: 4px 10px;
}

.tim-lider {
	margin-top: 30px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	width: 443px;
	background: #045391 url(../img/timlider_bg.png) left top no-repeat;
}

.tim-lider-meno {
	color: #0084cb;
	font-size: 1.2em;
}

.tim-lider-popis {
	color: #656565;
}

