html {
	margin: 0;
	padding: 0;
}
body {
	background: url(../graphics/pozadi.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #e0382b;
	text-tecoration: none;
}
a:visited {
	color: #e0382b;
	text-tecoration: none;
}
a:hover {
	color: #32466e;
	text-tecoration: underline;
}
.i_footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
}
.i_footer a, a:visited {
	color: white;
	text-tecoration: none;
}
.i_content {
	background: White; 
	padding-left:52px; 
	padding-right:35px;
	padding-top:0px;
}
.i_header {
	background: url(/uws_templates/default/graphics/top_design.png); 
	background-position: left; 
	background-repeat: no-repeat; 
	width: 946px; 
	height: 183px;
}
.i_header_top {
	height: 152px;
}
.i_header_menu {
	padding-left: 33px;
}
.i_header_block {
	padding-top:20px;
	padding-right:40px;
	width: 500px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: f15a23;
}
.content {
	border-top: 30px solid #1c2d47;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
}
.banners {
	border-top: 30px solid #1c2d47;
	height: 20px;
	padding-left: 10px;
}
.region_news table {
	margin-top: 4px;
	margin-left: 10px;
}
.region_news {
	width: 200px;
}
.region_news .text {
	padding-left: 10px;
	background: #5595aa;
	padding-right: 5px;
}
.region_news .text a {
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.region_news .text a:hover {
	text-decoration: underline;
}
.region_news .datum {
	padding-left: 5px;
	background: #1d2e48;
	color: #5595aa;
	height: 17px;
	font-size: 10px;
}
.region_news .vice {
	padding-left: 10px;
	background: #1d2e48;
}
.region_news .vice a {
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
	color: #5595aa;
}
.region_news .vice a:hover {
	text-decoration: underline;
	height: 17px;
	color: white;
}
.region_news .divider {
	height: 5px;
}
.obsah {
	background: #D5F2F7;
	margin-top: 10px;
}
.kontakt {
	background: #5497b4;
	width: 100%;
	font-family: arial;
	font-size: 10px;
	color: black;
	height: 120px;
}
.kontakt a {
	color: #ccffff;
}
.kontakt  .foto {
	vertical-align: middle;
	text-align: center;
	width: 120px;
	height: 120px;
	background: #1b2e47;
}
.kontakt  .jmeno {
	vertical-align: middle;
	padding-left: 10px;
}
.kontakt  .jmeno h3 {
	vertical-align: middle;
	color: #ccffff;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0;
	width: 150px;
}

.MyTube_container{
	display:block;
	clear:both;
	width:540px;
	float:left;
	background:#000000; 
}
.MyTube_container a.toggle{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	position:relative;
	margin:10px;
	text-align:right;
}
/* youtube player container; the player takes the width/height of this container */
.MT_youtube_player{
	display:block;
	position:relative;
	width:540px;
	height:315px;
	background:#000000;
	margin:0px;
}

/* the playlist design */
.MT_playlist{
	display:block;
	position:relative;
	width:540px;
	float:left;
	color:#FFFFFF;
}
.loading{
	background:url(/uws_templates/default/images/spinner.gif) left center no-repeat;
	height:20px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
	.MT_playlist .MyTube_video{
		display:block;
		position:relative;
		float:left;
		text-align:center;
		width:120px;
		height:90px;
		overflow:hidden;
		border:1px #333333 solid;
		margin:0px 12px 20px 15px;
		font-size:11px;
	}

/* ToolTips design */	
.MyTube_Tips{
	background:#333333;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	width:150px;
}	
	.MyTube_Tips .tip-text{
		display:none;
	}
