* {
	margin: 0;
	padding: 0;
}
body {
	font: 8pt/1.5 Arial, sans-serif;
	text-align: center;
	background: #01134f url('/img/bg-body.jpg') 50% 0 no-repeat;
}
table {
	font: 8pt/1.5 Arial, sans-serif;
}
th, td {
	vertical-align: top;
	padding: 2px 10px;
}
h2 {
	font-size: 1.5em;
	color: #f15a22;
	margin: 20px 0;
}
#content h3 {
	font-size: 1.2em;
	color: #f15a22;
	margin: 15px 0;
}
a {
	color: #e57c0c;
}
p, ul {
	margin: 15px 0;
}
p {
	text-align: justify;
}
ul {
	padding-left: 15px;
}
#container {
	margin: 52px auto;
	width: 960px;
	text-align: left;
	color: #2e4c60;
	background: white;
	border: 1px solid #000000;
}
#header {
	height: 156px;
	background: url('/img/bg-header3.png') no-repeat;
	overflow: hidden;
}
#header .datum {
	padding: 2px 20px;
	color: #c6e2f8;
	text-align: right;
	font-size: .9em;
}
#logo {
	float: left;
	width: 220px;
	height: 156px;
	border: 0;
}
#workwindow {
	background: url('/img/bg-main.png') repeat-y;
}
#main {
	background: url('/img/bg-content.png') repeat-x;
}
#column {
	float: left;
	width: 201px;
	padding: 50px 22px;
	color: #1b5ea7;
	background: url('/img/bg-column.png') no-repeat;
}
#sloupec-foto {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}
#sloupec-foto img {
	border: 1px solid #ffffff;
}
table.kanaly {
	width: 100%;
	border: 1px solid #2e5a72;
	color: #1b5ea7;
	background: #a3cbf1;
	margin-top: 15px;
}
table.kanaly td {
	padding: 2px 25px 2px 0px;
	text-align: right;
	border-top: 1px solid #edf9ff;
	font-size: .9em;
}
table.kanaly th {
	padding: 2px 0px 2px 25px;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #edf9ff;
	font-size: .9em;
}
table.kanaly td.first, table.kanaly th.first {
	border-top: 0;
}
#column h3 {
	margin: 15px 0;
	font-size: 1.2em;
}
#content {
	margin: 0 0 0 245px;
	padding: 20px 40px;
	background: url('/img/bg-content.png') repeat-x;
}
#content table {
	width: 630px;
}
#content th {
	color: #6f83a9;
	background: #c9e2fa;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content td {
	padding: 10px 15px;
	font-size: .9em;
	background: #eff3f5;
	color: #676767;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
.vysilaci-casy {
	/*margin: 0 100px;
	padding: 2px 0;*/
	text-align: center;
	/*border: 1px solid #7cb3cc;*/
}
.vysilaci-casy span {
	color: #a7007f;
}
.kontakt {
	margin-top: 30px;
}
.kontakt img {
	margin-bottom: 3px;
}
/*_______________________________________________________________________ menu */
#menu {
	margin-top: 8px;
	margin-left: 244px;
}
#menu a {
	font-size: .9em;
	display: block;
	padding: 3px 12px;
	margin-bottom: 4px;
	color: white;
	background: #f15a22;
	text-decoration: none;
}
#menu a:hover {
	background: #0079d5;
}
#blok1 {
	float: left;
	margin-right: 16px;
}
#blok2 {
	margin-right: 16px;
	float: left;
}
#blok3 {
	float: left;
	margin-right: 16px;
}
#blok4 {
	float: left;
	margin-right: 16px;
}
/*______________________________________________________________________ video */
#videolist {
	float: right;
	width: 280px;
}
/*____________________________________________________________________ pomocne */
.cleaner {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
