*{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

html{
	overflow-y: scroll;
}



html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-style: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	background-color: #0e82fd;
	background-image: url(/images/bg1.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}
h1 {font-size: 12pt; margin: 10px 0px;}
h2 { line-height: 120%; font-size: 11pt; margin: 12px 0px;}

a{
	outline: none;
	text-decoration: none;
}

p{
	line-height: 140%;
	padding: 5px 0px;
}

table tr td{
	padding: 4px 5px;
}

.tb tr td{
	padding: 4px 5px;
	border: 1px solid #000000;
}

table tr td p{
	padding: 2px 5px;
}

p a{
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	padding: 5px 20px;
}

ul li{

}

#men{
	margin-top: 10px;
	list-style-type: none;
	padding: 0px;
}

#men li{
	padding: 2px 0px;
	padding-left: 10px;
	line-height: 23px;
}

#men li a{
	font-size: 14px;
	color: #ffffff;
}

#men li a span{
text-decoration: underline;
}

#men li a:hover{
	color: #FCB131;
}

.sportisti{
	list-style-type: none;
	padding: 0px;
}

.sportisti li{
	padding: 2px 0px;
}

.sportisti li a{
	color: #48555c;
	font-weight: bold;
}

.sportisti li a:hover{
	color: #000000;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	margin: 0px auto; 
	width: 990px;
	overflow: hidden;
}

#col1{
	width: 160px;
	float: left;
	margin: 10px 0px;
	text-align: left;
}

#col2{
	width: 830px;
	float: right;
	margin: 10px 0px;
}

#col1-container{
	width: 150px;
	text-align: left;
	position: fixed;
}

* html  #col1-container { 
	position: absolute;
}

#col2-container{
	text-align: left;
	background-color: #ffffff;
}

.side_menu{
	width: 150px;
	text-align: right;
	color: #ffffff;
	list-style-type: none;
	padding: 0px; 
	margin: 0px;
	margin-bottom: 10px;
	
}
		
.side_menu li {
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	/*white-space: nowrap;*/
}

.side_menu li a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.side_menu li a .img{
	margin: 4px 0px;
	border: 2px solid #ffffff; 
}

.side_menu li a .img:hover, .side_menu li .active .img{
	border: 2px solid #FCB131; 
}

.side_menu  li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.side_menu li a:hover, .side_menu li .active{
	color: #FCB131;
	background-image: url('/images/btn.png');
	background-repeat: no-repeat;
	padding-left: 15px;
}

#header{
	height: 164px;
	overflow: hidden;
	margin: 0px 10px;
}

#header .left{
	float: left;
	width: 550px;
	height: 164px;
}

#header .right{
	float: right;
	width: 250px;
	height: 164px;
}

#body{
	overflow: hidden;
	margin: 0px 10px;
	
}

#body .col1{
	float: left;
	width: 147px;
	background-color: #c5ccd0;
}

#body .col2{
	float: right;
	width: 653px;
	overflow: hidden;
}

#home .centerCol{
	float: left;
	width: 393px;
}

#home .rightCol{
	float: right;
	width: 250px;
	background-color: #0e82fd;
}

#main .top_menu{
	width: 653px;
	background-color: #0e82fd;
	height: 20px;
	font-size: 10px;
	color: #ffffff;
}

#main .top_menu div{
	padding: 5px 10px;
}

#main .top_menu ul{
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	margin:0px;
}

#main .top_menu ul .li{
	float: left;
	padding: 0px 5px;
}

#main .top_menu ul li{
	float: left;
}

#main .top_menu ul li a{
	color: #ffffff;
	font-weight: bold;
}

#main .top_menu ul li .active, #main .top_menu ul li a:hover{
	color: #FCB131;
}

#main .container{
	overflow: hidden;
}

#main .container .centerCol{
	float: left;
	width: 463px;
}

#main .container .rightCol{
	float: right;
	width: 180px;
	background-color: #c5ccd0;
	position: relative;
}

.news_list{
	margin: 10px;
}

.news_list .item{
	margin-bottom: 10px;
	font-weight: bold;
}

.news_list .item .title{
	text-transform: uppercase;
	margin-bottom: 2px;
	line-height: 13px;
	font-size: 11px;
}

.news_list .item .title a{
	color: #ffffff;
}
.news_list .item .title a:hover, .news_list .item .title .active{
	color: #000000;
}

.news_list .item .date{
	font-size: 10px;
	color: #ffffff;
}

.back{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.back a{
	display: block;
	background-color: #0e82fd;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	width: 160px;
}

.pageTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.articleTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.articleText{
	color: #444444;
	text-align: left;
}

.newTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #48555c;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
	
}
.newDateAuthor{
	color: #48555c;
	overflow: hidden;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.newDateAuthor .left{
	float: left;
}

.newDateAuthor .right{
	float: right;
}

.newText{
	color: #444444;
	text-align: left;
}

.pagination{
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding: 1px;
}

.pagination a, .pagination a:visited{
padding: 1px 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

.table_l {
	padding: 3px;
	border: 1px solid #ded;  
	border-width: 0px 1px 1px 0px;
	text-align: right; 
	vertical-align: top;
	}
.table_r {
	padding: 3px;
	border: 1px solid #ded;  
	border-width: 0px 0px 1px 0px;
	text-align: left; 
	vertical-align: top;
	}

.aa{
	color: #ffffff;
	text-decoration: underline;
}

.aa:hover{
	color: #FCB131;
}

iv.lov_season {
	text-align: center; 
	font-weight: bold; 
	font-size: 14px; 
	margin: 10px 0px 10px 0px;
	}
div.lov_group {
	text-align: center; 
	font-weight: bold; 
	}

tr.lov0 {
	vertical-align: top; 
	background-color: #888;
	text-align: center;
	color: #fff;
	}
tr.lov0  td{
	padding: 3px;
	}
	tr.lov1 {
	vertical-align: top; 
		background-color: #ccc;
		
	}
	tr.lov2 {
	vertical-align: top; 
		background-color: #aaa;
	
	}
	
	tr.lov1 td{
		padding: 3px;
	}
	tr.lov2 td{
		padding: 3px;
	}

	a.lov { 
		text-decoration: none;
		color: black; 
		}
		a:hover.lov { 
			text-decoration: underline;
			color: black; 
		}

