html, body{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	margin: 0px;
	padding: 0px;
}


a{
	color: #AD2900;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
a.more{
	color: #797979;
	padding-left: 13px;
	background: url(ico-arrow-more.gif) no-repeat;
	background-position: 0px 3px;
}

p{
	margin: 0;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}
h1{ font-size: 130%; }
h2{ font-size: 120%; }
h3{ font-size: 110%; }
h4{ font-size: 100%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

/* skajowo - start */
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AD2900;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* skajowo - konec */

table{
	font-size: 11px;
}

ul, ol{
	margin: 0px;
	padding: 0px;
	
	margin-left: 20px;
}

/* obecnej mrdostyl pro formulare*/
form{
	margin: 0px;
	padding: px;
}
form input.text-field{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	border: 1px solid #4C4C4C;

	line-height: 11px;
	margin-right: 2px;
}
form input.submit{
	background: #AD2900;
	color: white;
	font-weight: bold;
	border: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	cursor: hand;
}
form textarea{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #4C4C4C;
	width: 250px;

}
form checkbox{
	border: none;
}

form select{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	border: 1px solid #4C4C4C;

	line-height: 11px;
	margin-right: 2px;
}

/*********************************/

/* main */
#main{
	width: 765px;
}


/* header */
#header{
	height: 120px;
	position: relative;
}
#header .text-under{
	position: absolute;
	z-index: 0;
}
#header .text{
	position: absolute;
	left: 150px;
	top: 9px;
	z-index: 2;
}
#header .img{
	background: url(header-bg.gif) no-repeat;
	height: 95px;
	width: 765px;
	position: absolute;
	z-index: 1;
}
#header .home-link a{
	display: block;
	height: 90px;
	width: 140px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}
#header .home-link a span{	visibility: hidden; }
#header .btw-link a{
	display: block;
	height: 45px;
	width: 120px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}
#header .btw-link a span{	visibility: hidden; }

#header .bookmarks{
	position: absolute;
	right: 10px;
	bottom: 25px;
	z-index: 2;	
}
* html #header .bookmarks{
	right: 8px;
}

#header .bookmarks .item,
#header .bookmarks .item.active{
	float: right;
	background: #AD2900;
	padding: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	
	margin-left: 15px;
	position: relative;
}
#header .bookmarks .item.active{	background: #E8E8E8; }

#header .bookmarks .item .corner-left,
#header .bookmarks .item.active .corner-left,
#header .bookmarks .item .corner-right,
#header .bookmarks .item.active .corner-right{
	position: absolute;
	width: 5px;
	height: 20px;
}
#header .bookmarks .item .corner-left{
	background: url(header-bookmark-corner-left.gif) no-repeat;
	left: -5px;
	top: 0px;
}
#header .bookmarks .item .corner-right{
	background: url(header-bookmark-corner-right.gif) no-repeat;
	right: -5px;
	top: 0px;
}
#header .bookmarks .item.active .corner-left{
	background: url(header-bookmark-corner-left-active.gif) no-repeat;
	left: -5px;
	top: 0px;
}
#header .bookmarks .item.active .corner-right{
	background: url(header-bookmark-corner-right-active.gif) no-repeat;
	right: -5px;
	top: 0px;
}

#header .bookmarks .item,
#header .bookmarks .item a{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#header .bookmarks .item a:hover{ text-decoration: underline; }
#header .bookmarks .item.active a{ color: #4C4C4C; }


#header .bar{
	background: #E8E8E8;
	height: 20px;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	z-index: 2;
	
	color: #4C4C4C;
}
#header .bar .inside{
	padding-left: 10px;
	padding-right: 10px;
}
#header .bar .inside .left{ float: left; }
#header .bar .inside .right{ float: right; }


#header .gray-line{
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: #BCBCBC;
}
/**********/

/* middle - prostredni curos */
#middle{
	position: relative;
	clear: both;
	
}
#middle .left{
	position: relative;
	top: 5px;
	left: 5px;
	width: 140px;
	float: left;
	overflow: hidden;
}
#middle .center{
	width: 465px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}
#middle .right{
	position: relative;
	top: 5px;
	right: 5px;
	width: 140px;
	float: right;
	overflow: hidden;
}


/* left menu - hlavni menu webu */
.menu{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 4px solid #797979;
	background: #4C4C4C;
}
.menu.border-bottom{
	border-bottom: 5px solid #797979;
}
.menu li{
	
}
.menu li.label{
	padding-left: 6px;
	color: #FFCC00;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	border-top: 1px solid #797979;
}
.menu li a{
	color: #E8E8E8;
	display: block;
	text-decoration: none;
	line-height: 17px;
	height: 19px;
	vertical-align: middle;
	padding-left: 6px;


	overflow: hidden;	
	border-top: 1px solid #797979;
}
.menu li a.no-border{
	border: none;
}
.menu li ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
.menu li ul li a{
	background: url(li-menu-arrow.gif) no-repeat;
	background-color: #262626;
	background-position: 17px 7px;
	padding-left: 23px;
}


.menu a:hover{	text-decoration: underline; }

.menu a:hover{	background-color: black; }
/*.menu li ul li a:hover{	background-color: #4C4C4C; }*/

/* boxiky pro pravy a levy sloupec */

.column-box{
	
}
.column-box .title{
	background: #4C4C4C;
	color: #FFCC00;
	font-weight: bold;
	line-height: 18px;
	height: 19px;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 6px;
}
.column-box .inside{
	background: #EEEEEE;
	padding: 5px;
}
.column-box .inside.align-center{
	text-align: center;
}
.column-box .top-border{
	height: 5px;
	overflow: hidden;
	background: #797979;
}
.column-box .bottom-border{
	height: 5px;
	overflow: hidden;
	background: #BCBCBC;
}

/*******************************s*/

/* obsahova kundocast */
.welcome .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#middle .center .bookmarks{
	clear: both;
	margin-left: 5px;
}
#middle .center .bookmarks .item{
	background: #E8E8E8;
	padding: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	
	float: left;
	margin-right: 15px;
	position: relative;
}

#middle .center .bookmarks .item.active{
	background: #AD2900;
}
#middle .bookmarks .item,
#middle .bookmarks .item a{ 
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
}
#middle .bookmarks .item.active,
#middle .bookmarks .item.active a{ color: white; }

#middle .bookmarks .item .corner-left,
#middle .bookmarks .item.active .corner-left,
#middle .bookmarks .item .corner-right,
#middle .bookmarks .item.active .corner-right{
	position: absolute;
	width: 5px;
	height: 20px;
}
#middle .bookmarks .item .corner-left{
	background: url(content-bookmark-corner-left.gif) no-repeat;
	left: -5px;
	top: 0px;
}
#middle .bookmarks .item .corner-right{
	background: url(content-bookmark-corner-right.gif) no-repeat;
	right: -5px;
	top: 0px;
}
#middle .bookmarks .item.active .corner-left{
	background: url(content-bookmark-corner-left-active.gif) no-repeat;
	left: -5px;
	top: 0px;
}
#middle .bookmarks .item.active .corner-right{
	background: url(content-bookmark-corner-right-active.gif) no-repeat;
	right: -5px;
	top: 0px;
}

.table-label{
	padding-left: 5px;
	color: #FFCC00;
	background: #4C4C4C;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
}
table.results{
	width: 100%;
	text-align: left;
}
table.results th{
	background: #737373;
	color: white;
	font-weight: normal;
	padding-left: 5px;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}
table.results .center{
	text-align: center;
	color: red;
	background: red;
}
table.results td{
	padding-left: 5px;
	vertical-align: middle;
}

table.results tr.even{ background: #E8E8E8; }
table.results tr.odd{ }

/*********************s*/


/* footer - paticka */
#footer{
	clear: both;
	position: relative;
	top: 5px;

	background: purple;
	background: #E8E8E8;
	height: 20px;
	line-height: 20px;

	overflow: hidden;
}
#footer .inside{
	padding-left: 10px;
	padding-right: 10px;
}
#footer .left{	float: left; }
#footer .right{ float: right; }
/********************/

/* login-form */
.login-form{
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.login-form .text{
	width: 67px;
	height: 17px;
	border: 1px solid #4C4C4C;
	font-size: 10px;
	
}
* html .login-form .text{
	line-height: 11px;
}
.login-form .text.password{
	margin-top: 3px;
}
.login-form .submit{
	border: none;
	position: relative;
	right: 0px;
	background: url(login-form-submit-bg.gif) no-repeat;
	width: 57px;
	height: 16px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}
* html .login-form .submit{
	position: relative;
	right: -5px;
}
/**************/


/* registrace */
.registration-box{
	height: 120px;
	width: 140px;
	position: relative;
	border: none;
	overflow: hidden;
}
.registration-box .text-under{
	position: absolute;
	z-index: 0;
	
}
.registration-box .img{
	position: absolute;
	z-index: 1;
	height: 120px;
	width: 140px;
	background: url(registration-bg.gif) no-repeat;
}
.registration-box .link a{
	position: absolute;
	z-index: 3;
	display: block;
	height: 120px;
	width: 140px;	
}
.registration-box .link a span{ visibility: hidden; }
.registration-box .text-link{
	position: absolute;
	bottom: 9px;
	left: 36px;
	z-index: 3;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.registration-box .text{
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 32px;
	cursor: pointer;
}
/**************/



/* livesport */
.livesport-box{
	height: 115px;
	width: 140px;
	position: relative;
	border: none;
	overflow: hidden;
}
.livesport-box .text-under{
	position: absolute;
	z-index: 0;
	
}
.livesport-box .img{
	position: absolute;
	z-index: 1;
	height: 115px;
	width: 140px;
	background: url(livesport-bg.gif) no-repeat;
}
.livesport-box .link a{
	position: absolute;
	z-index: 3;
	display: block;
	height: 115px;
	width: 140px;	
}
.livesport-box .link a span{ visibility: hidden; }
.livesport-box .text-link{
	position: absolute;
	bottom: 3px;
	left: 30px;
	z-index: 3;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.livesport-box .text{
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 30px;
	cursor: pointer;
}
/**************/


.question{
	background: #797979;
	color: white;
	padding: 5px;
}
.answer{
	color: #E8E8E8;
	background: #4C4C4C;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px solid #797979;
}
.answer .answer-inside{
	padding: 5px;
}
.answer a{
	color: #E8E8E8;
	background: #4C4C4C;
	display: block;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
}
.answer a:hover{
	text-decoration: underline;
	background-color: black;
}
.answer img{
	background-color: #ad2900;
}

/* clanky */

.article{
	
}
.article .article-left{
	width: 110px;
	float: left;
	overflow: hidden;
}
.article .article-left .img{
	width: 105px;
	position: relative;
	overflow: hidden;
}
.article .article-left .img img{
	position: relative;
	z-index: 1;
}
.article .article-left .img .corner-top-left,
.article .article-left .img .corner-top-right,
.article .article-left .img .corner-bottom-left,
.article .article-left .img .corner-bottom-right{
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 4px;
	line-height: 0px;
	overflow: hidden;
}
.article .article-left .img .corner-top-left{
	background: url(article-corner-top-left.gif) no-repeat;
	top: 0px;
	left: 0px;
}
.article .article-left .img .corner-top-right{
	background: url(article-corner-top-right.gif) no-repeat;
	top: 0px;
	right: 0px;
}
* html .article .article-left .img .corner-top-right{
	right: -1px;
}
.article .article-left .img .corner-bottom-left{
	background: url(article-corner-bottom-left.gif) no-repeat;
	bottom: 0px;
	left: 0px;
}
* html .article .article-left .img .corner-bottom-left{ bottom: -1px; }
.article .article-left .img .corner-bottom-right{
	background: url(article-corner-bottom-right.gif) no-repeat;
	bottom: 0px;
	right: 0px;
}
* html .article .article-left .img .corner-bottom-right{
	right: -1px;
	bottom: -1px;
}


.article .article-right{
	width: 355px;
	float: right;
}
.article .article-right .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.article .info{

}
.article .text{

}

.article .perex{
	font-style: italic;
}

.article h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #AD2900;
}

.article .date{
	color: #797979;
}

.article p{

}
/* clanky - detail */

.article-detail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.article-detail .img{
	width: 205px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}
.article-detail .img img{
	position: relative;
	z-index: 1;
}
.article-detail .img .corner-top-left,
.article-detail .img .corner-top-right,
.article-detail .img .corner-bottom-left,
.article-detail .img .corner-bottom-right{
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 4px;
	line-height: 0px;
	overflow: hidden;
}
.article-detail .img .corner-top-left{
	background: url(article-corner-top-left.gif) no-repeat;
	top: 0px;
	left: 0px;
}
.article-detail .img .corner-top-right{
	background: url(article-corner-top-right.gif) no-repeat;
	top: 0px;
	right: 0px;
}
* html .article-detail .img .corner-top-right{
	right: -1px;
}
.article-detail .img .corner-bottom-left{
	background: url(article-corner-bottom-left.gif) no-repeat;
	bottom: 0px;
	left: 0px;
}
* html .article-detail .img .corner-bottom-left{ bottom: -1px; }
.article-detail .img .corner-bottom-right{
	background: url(article-corner-bottom-right.gif) no-repeat;
	bottom: 0px;
	right: 0px;
}
* html .article-detail .img .corner-bottom-right{
	right: -1px;
	bottom: -1px;
}


.article-detail .info{

}
.article-detail .text{

}

.article-detail .perex{
	font-style: italic;
}

.article-detail h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #AD2900;
}

.article-detail .date{
	color: #797979;
}

.article-detail p{

}
/* two-columns */

.two-columns{
	
}
.two-columns .left-col,
.two-columns .right-col{
	width: 230px;
	
}
.two-columns .left-col{ float: left; }
.two-columns .right-col{
	float: right;
}
/***************/

/* red-box */

.red-box{
	background: #AD2900;
	color: white;
	
	position: relative;
	
	min-height: 100px;
}
* html .red-box{
	height: 100px;
}
.red-box .inside{
	padding: 5px;
}
.red-box a{
	color: white;
}
.red-box .corner-top-left,
.red-box .corner-top-right,
.red-box .corner-bottom-left,
.red-box .corner-bottom-right{
	position: absolute;
	
	height: 5px;
	width: 5px;
	overflow: hidden;
}
.red-box .corner-top-left{
	background: url(red-box-corner-top-left.gif) no-repeat;
	top: 0px;
	left: 0px;
}
.red-box .corner-top-right{
	background: url(red-box-corner-top-right.gif) no-repeat;
	top: 0px;
	right: 0px;
}
.red-box .corner-bottom-left{
	background: url(red-box-corner-bottom-left.gif) no-repeat;
	bottom: 0px;
	left: 0px;
}
* html .red-box .corner-bottom-left{ bottom: -1px; }
.red-box .corner-bottom-right{
	background: url(red-box-corner-bottom-right.gif) no-repeat;
	bottom: 0px;
	right: 0px;
}
* html .red-box .corner-bottom-right{ bottom: -1px; }

.red-box span{
	color: #FFCC00;
}
/************/

/* banner pro reklamu */
.banner-ad{
	position: absolute;
	top: 25px;
	left: 770px;
	
	width: 120px;
	height: 650px;
	text-align: center;
	font-size: 10px;
}

/**********************/

.black{
	color: black;
}

.gray-text{
	color: #797979;

}


.check{
	margin: 0px;
	padding: 0px;
}
* html .check{
	margin: -2px;
}
.back{
	float: left;
}

.links.align-right{
	text-align: right;
}

.five-px-separator{
	height: 5px;
	overflow: hidden;
	clear: both;
}
.five-px-separator.gray{
	background: #BCBCBC;
}
.five-px-separator.red{
	background: #AD2900;
}
.one-px-separator{
	height: 1px;
	overflow: hidden;
	clear: both;
}
.one-px-separator.gray{
	background: #BCBCBC;
}
.one-px-separator.red{
	background: #AD2900;
}
.cleaner{
	clear: both;
	overflow: hidden;
}

/* registrace */
#Option table, #Registration table{


}
#Option table td, #Registration table td{
	padding: 3px;
	padding-left: 5px;
}

/**************/

/* skajowo */

.light-dark-bg{
	background-color: #E8E8E8;
}

/*
.table-label{
	padding-left: 5px;
	color: #FFCC00;
	background: #4C4C4C;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
}
*/
table.tips{
	width: 100%;
	text-align: left;
}
table.tips .center-tip{
	text-align: center;
/*
	color: red;
	background: red;
*/
}

table.tips .center-tip-light{
	color: #777777;
}

table.tips .checkbox-tip{
	text-align: center;
	padding-left: 0px;
/*
	color: red;
	background: red;
*/
}

table.tips .info-tip{
	text-align: center;
	padding-left: 0px;
/*
	color: red;
	background: red;
*/
}

table.tips td{
	padding-left: 5px;
	vertical-align: middle;
}

table.tips tr.even{	background: #E8E8E8; }

table.tips tr.odd{ 
}

table.tips tr.title{
	background: #737373;
	color: white;
	font-weight: normal;
	padding-left: 5px;
	vertical-align: middle;
}
table.tips tr.title a{
color: #ffffff;
}

table.tips tr.title-date{
	background: #bcbcbc;
	color: white;
	font-weight: normal;
	padding-left: 5px;
	vertical-align: middle;
}
table.tips tr.title-date a{
color: #ffffff;
}

table.tips td.tip-date{
	color: #797979;
	font-size: 10px;
	padding-top: 0px;
}

table.tips .small{
	color: #797979;
	font-size: 10px;
	padding-top: 0px;
}

.small-gray{
	color: #797979;
	font-size: 10px;
	padding-top: 0px;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}

table.tips tr.label{
	padding-left: 5px;
	color: #FFCC00;
	background: #4C4C4C;
	font-weight: bold;
}

table.tips tr.label a{
	color: #777777;
	font-size: 11px;
	font-weight: normal;	
}

a.more-left{
	color: #797979;
	padding-left: 13px;
	background: url(ico-arrow-more-left.gif) no-repeat;
	background-position: 0px 3px;
}

.pager, .pager a{
/*
	color: #797979;
*/
}

a.bold{
	font-weight: bold;
}

.red-bg
{
	background-color: #AD2900;
}
.yellow-bg
{
	background-color: #F1C100;
}


/* banner pro reklamu */
.banner-ad-2{
	position: absolute;
	top: 25px;
	left: 770px;
	
/*
	width: 120px;
	height: 650px;
*/
	text-align: left;
	font-size: 10px;
}

ol{
margin-left: 25px;
width: auto;
}

.reklama-center
{
		font-size: 10px;
		text-align: center;
}

iframe.chat {
	border: 0px solid #797979;	
	border-top: 0px;
	width: 465px;
}

iframe.livescore {
	border: 0px solid #797979;	
	border-top: 0px;
	width: 465px;
	height: 800px;
	z-index:3; 
	overflow: auto;
}

.user-profile-alarm	{
	width: 100%; 
	color: #FFCC00; 
	background-color: #4C4C4C; 
	border: 5px solid #AD2900; 
	border-top: 0px; 
	padding-left, padding-right: 5px;
}

.user-profile-alarm a {
	color: #ffffff;
}

