body {
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 14px;
	line-height: 140%;
	background: #d1dce2 url(../img/bg_gradient.png) repeat-x;
}

a {
/*	text-decoration: none; */
	color: #2d83b7;
}

a:hover {
	text-decoration: none;	
}

button {
	padding: 0;
	margin: 0;
}

.news-box {
	margin-top: 20px;
	border-bottom: 1px dotted #c9d3d8;
}

.news-box h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-box h3 a {
/*	text-decoration: none; */
}

.news-box h3 a:hover {
	text-decoration: none;
}

.news-box p {
	font-size: 11px;
	line-height: 130%;
}

.news-box img.logo {
	float: left;
	margin-right: 10px;
}

.news-box .info-line {
	clear: both;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.news-box span {
	color: #84ba8c;
	font-weight: bold;
}

.news-box .info-line a {
	text-decoration: underline;
}

.news-box .info-line a:hover {
	text-decoration: none;
}

.sub-news-box {
	margin-top: 15px;
}

.sub-news-box h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

.sub-news-box h3 a {
/*	text-decoration: none; */
}

.sub-news-box h3 a:hover {
	text-decoration: none;
}

.sub-news-box .info-line {
	clear: both;
	font-size: 12px;
}

.sub-news-box span {
	color: #84ba8c;
	font-weight: bold;
}

.sub-news-box .info-line a {
	text-decoration: underline;
}

.sub-news-box .info-line a:hover {
	text-decoration: none;
}

.first-news {
	margin-top: 20px;
}

.first-news h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 110%;
}

.first-news h3 a {
/*	text-decoration: none; */
}

.first-news h3 a:hover {
	text-decoration: none;
}

.first-news p {
	font-size: 12px;
	line-height: 140%;
}

.first-news img.logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.first-news .wrap {
	height: 35px;
	background: url(../img/bg_dotted.png);	
	clear: both;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	
	padding-top: 5px;
}

.first-news .info-line {
	background-color: white;
	height: 25px;
	padding-top: 5px;
}

.first-news span {
	color: #84ba8c;
	font-weight: bold;
}

.first-news .info-line a {
	text-decoration: underline;
}

.first-news .info-line a:hover {
	text-decoration: none;
}

.cleaner {
	clear: both;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	background-color: white;
	border: 1px solid #adbcc3;
	border-top: none;
	/*width: 940;*/
	/*padding: 20px;*/
	padding-top: 0px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

#main-top {
	margin-left: 20px;
	width: 940px;
	height: 80px;
	background: url(../img/bg_top.png) left bottom no-repeat;
}

#main-top h1 a {
	display: block;
	width: 290px;
	height: 45px;
	background: url(../img/logo.png) no-repeat;
}

#main-top h1 a span {
	display: none;
}


#main-menu {
	position: relative;
	float: right;
	top: -25px;
}

#main-menu li {
	float: left;
	display: block;
	height: 30px;
	background: #84ba8c url(../img/tab.jpg) repeat-x;
	margin-left: 1px;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

#main-menu li a {
	display: block;
	height: 100%;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}

#main-menu li a:hover, #main-menu li a.active {
	background: #2d83b7;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

#main-single {
	margin: 20px;
	width: 940px;
}

#main-cols {
	margin: 20px;
	background: url(../img/bg_body.png) repeat-y 520px 80px;
	width: 940px;
}

#main-title {
	position: relative;
	height: 35px;
	background: url(../img/bg_dotted.png);	
}

#main-title h2 {
	float: left;
	font-weight: bold;
	font-size: 20px;
	margin-top: 8px;
	margin-left: 10px;
}

#main-title a.kanal {
	float: right;
	display: block;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	margin-top: 8px;
	margin-right: 10px;
}

#main-title a:hover {
	text-decoration: none;
}

#main-col-left {
	width: 500px;
	float: left;
	margin-right: 20px;
}

#main-col-right {
	width: 420px;
	float: left;
}

#main-col-right h2 {
	height: 25px;
	background: url(../img/bg_dotted.png);
	font-weight: bold;
	font-size: 17px;
	padding-top: 10px;
	padding-left: 10px;
}

#news-box p {
	float: left;
}

#search-box {
	width: 420px;
	height: 80px;
	background: url(../img/bg_search.png) no-repeat;
}

#search-box form {
	padding: 10px 0 0 15px;
}

#search-box input.text {
	width: 290px;
	height: 25px;
	border: none;
	background: transparent;
	font-size: 20px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

#search-box button.submit {
	width: 81px;
	height: 40px;
	background: url(../img/search.png);
	border: none;
	cursor: pointer;
	float: left;
}

#search-box button.submit span {
	display: none;
}

#main-col-right-left {
	width: 180px;
	float: left;
	margin-left: 20px;
	margin-right: 40px;
}

#main-col-right-right {
	width: 180px;
	float: left;
}

.odkazy {
	font-size: 12px;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.odkazy ul li {
	margin-top: 15px;
}

.odkazy ul li span {
	font-size: 11px;
}

#time-menu {
	margin-bottom: 20px;
}

#time-menu li {
	margin-bottom: 5px;
}

#time-menu li a {
	display: block;
	width: 180px;
	height: 30px;
	padding-top: 10px;
	font-size: 12px;
	background: url(../img/bg_button_inact.png) no-repeat;
	text-decoration: none;
	text-align: center;
}

#time-menu li a:hover, #time-menu li a.active {
	font-weight: bold;
	background: url(../img/bg_button_active.png) no-repeat;
	color: white;
}

#day-lister {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 60px;
}

#day-lister a {
	display: block;
	width: 180px;
	height: 30px;
	padding-top: 10px;
	font-size: 12px;
	background: url(../img/bg_button_active.png) no-repeat;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

#day-lister a:hover {
	text-decoration: underline;
}

#day-lister div {
	display: block;
	width: 180px;
	height: 30px;
	padding-top: 10px;
	font-size: 12px;
	background: url(../img/bg_button_inact.png) no-repeat;
	text-decoration: none;
	text-align: center;
	color: gray;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

#calendar {
	margin-bottom: 20px;
}

#calendar-head {
	height: 27px;
	padding-top: 13px;
	color: #2d83b7;
	font-weight: bold;
	font-size: 11px;
}

#calendar-head a {
	display: block;
	float: left;
}

#calendar-head span {
	float: left;
	display: block;
	width: 148px;
	text-align: center;
}

#calendar-head div {
	width: 16px;
	height: 16px;
	float: left;
}

.calendar-weekday {
	float: left;
	width: 25px;
	height: 22px;
	padding-top: 3px;
	margin-right: 1px;
	background-color: #d1dade;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #3e3e3e;
}

.calendar-day {
	float: left;
	width: 25px;
	height: 22px;
	padding-top: 3px;
	margin-right: 1px;
	margin-top: 1px;
	background-color: #e4e9eb;
	font-size: 11px;
	text-align: center;
}

.calendar-day.selected {
	background-color: #2d83b7;
}

.calendar-day a {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
}

.calendar-day a:hover {
	text-decoration: underline;
}

.calendar-day.selected a {
	color: white;
}

#kluby {
}

#kluby h3 {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #c9d3d8;
	margin-top: 20px;
	margin-bottom: 10px;
}

#kluby ul {
	font-size: 12px;
	line-height: 110%;
}

#kluby li {
}

#resource-select {
	display: none;
	position: absolute;
	left: 0;
	margin-top: 35px;
	padding: 10px;
	background-color: white;
	width: 100%;
	border: 1px solid #c9d3d8;
	font-size: 12px;
}

#main-title:hover #resource-select {
	display: block;
	width: 480px;
}

#resource-select td {
	padding-right: 5px;
}

#resource-select li a {
}

#resource-select li a:hover {
	text-decoration: underline;
}

#main-tv {
	margin: 20px;
	width: 940px;
	margin-top: 40px;
	padding-top: 40px;
	background: url(../img/bg_top.png) no-repeat center -10px;
}

#main-tv h2 {
	height: 25px;
	background: url(../img/bg_dotted.png);
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;	
}

#foot-menu {
	width: 100%;
	height: 30px;
	padding-top: 15px;
	border: 1px solid #adbcc3;
	background-color: #f3f6f8;
	text-align: center;
	font-size: 12px;
	color: #adbcc3;
	margin-bottom: 10px;
}

#foot-copy {
	width: 100%;
	height: 25px;
	padding-top: 5px;
	border: 1px solid #adbcc3;
	background-color: #dde5e9;
	text-align: center;
	font-size: 11px;
	color: #798990;
	margin-bottom: 10px;
}

#no-item {
	padding: 20px;
	font-style: oblique;
}

#liga-divider {
	height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: url(../img/bg_top.png) no-repeat center -10px;
}

.no-margin-right {
	margin-right: 0;
}

.width24 {
	width: 24px;
}

#top-tv {
	margin-top: 15px;
	background: url(../img/bg_tv.jpg) repeat-y;
	overflow: hidden;
}

.tv-box {
	float: left;
	width: 300px;
	min-height: 200px;
}

.marginRight20 {
	margin-right:20px;
}

.tv-box img {
	width: 300px;
	height: 225px;
	margin-bottom: 20px;
}

.tv-box p {
	margin-top: 10px;
	margin-bottom: 15px;
	min-height: 60px;
}

.perex {
	font-size: 12px;
}

#leaderboard {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid gray; */
}

