html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}

BODY {
	padding: 0 0px 0 822px; /* the critical side padding that sets the natural min-width! */ 
	text-align: left; /* centers the #sizer element in IE5.x/win */
}
h1, h2, h3, h4, h5, h6 {
margin:0;
}

#sizer {
	margin: 0 0; /* centers #sizer in standard browsers */
	padding: 0;
	width: 0%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 0px;
}
	
#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 0px 0 -822px; /* neg side margin values should be < or = to side body padding */
	min-width: 822px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 

#wrapper1 {
  position: relative;
  background: none; /* this BG tiles the left column */
  font-size: inherit; /* set global font-size here */ 
  border: 0px solid #da5;
  border-width: 0px 0px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background: #FFF; /* this BG tiles the right column */
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
  background: #ffffff; /* this BG tiles the center column */
  border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
  border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 0px;    /*** Critical left col width value ***/
  margin-right: 0px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 0px;    /*** Critical left col width value ***/
  margin-left: -0px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 0px;    /*** Critical right col width value ***/
  margin-right: -0px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
  display:none;
}

/* ovi kontejneri su prvenstveno zamisljeni za margine za kolone, zelimo da ostavimo kod headera, footera i jos ponegde width: 100% */
/* This class is used to pad text content in the cols, so that the cols don't need side padding that would then require box model hacking for IE5.x/win */

.container-center {
	padding: 0px 0px 0px 10px;
}

.container-left {
	
}

.container-right {

} 

/*************** Header and Footer elements *****************/

#header {
	background-color:#A51129;
	width: 100%;
} /* "jello" BG is made to be in fixed position here */

.header-container {
	padding: 20px 10px 0px 10px; 
}

#footer {
	width: 100%;
}

.footer-container {
	margin: 20px 0 20px 10px; 
	border-top: 1px dashed #666; 
	padding: 10px 0;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

/* img {max-width: 100%;} */
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .container-left, 
* html .container-center, 
* html .container-right,
* html .outer
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.container-left, 
.container-center,
.container-right,
.outer
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

.clear, .brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.bgclear {
	clear:both; 
	height:20px; 
	background: url(/sport/img/bg-clear.gif) repeat-x center;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}

.hide {display: none;}

/**************** Gazenje pravila za lokacju Tools-a *******************/
#tools{
	left:822px;
}

#tools {
	position:absolute;
	top:0px;
	right:0px;
	margin-right:-170px;
	width:170px;
	background:url(/images/fp/tools-bg.gif) repeat-y;
	visibility:visible;
}
#header-branding {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #BE3D4F;
	height:65px;
}
.logo {
	padding:10px 20px 0 0;
	float: left;
}
.header-banners {
	float:right;
	/*padding:0 0 0 5px;
	*/
	margin:0;
}
.header-banners DIV {
	float:left;
	margin:0;
	padding: 0 0 0 7px;
}
/*gl*/
DIV#banner-pos5 IMG,DIV#banner-pos5 DIV,DIV#banner-pos4 IMG,DIV#banner-pos4 DIV {
	margin-top: 15px;
}
/************** All Menu Rules *************/
.masternav {
	padding:0px 0 0 0;
	margin:0px 0 0px -8px;
	position:relative;
	top:1px;
}
.masternav LI {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.masternav LI.divider {
	padding:0 0px;
	background-color:#ffffff;
	width:1px;
	height:12px;
	margin:10px 0 0 0;
}
.masternav LI A {
	display:block;
	color:#ffffff;
	font-weight:bold;
	padding:8px 4px 7px 4px;
	background: url("http://static.b92.net/img/divider.gif") no-repeat right 10px;
}
.masternav LI A.nb {
	display:block;
	color:#ffffff;
	font-weight:bold;
	padding:8px 4px 5px 4px;
}
.masternav LI A:hover {
	text-decoration:underline;
	color:#ffffff;
}
.masternav LI.img-meni-section A {
	padding:0px 0px 0px 0px;
	margin-bottom: 0px;
}
/*\*/
* html .masternav LI.img-meni-section{
	margin-bottom: -2px;
}
/* IE6win bug fixing */

/************** Content Display Rules *************/
.content {
	padding:10px 0 10px 8px;
	line-height:1.5em;
}
.content SPAN {
	color:#666;
	font-size:11px;
}
.content P {
	padding-bottom:15px;
}
.content TABLE {
	border-collapse:collapse;
	border:1px solid #CCC;
	margin:10px 0;
}
.content TABLE TD {
	border-bottom:1px solid #CCC;
	padding:2px;
}
.masternav LI.m-sport A {
	padding:0;
	margin:0;
}
/*\*/
* html .masternav LI.m-sport {
	margin-bottom: -2px;
}
/* IE6win bug fixing */
#header-sub-sport {
	background-color:#13242C;
	margin:0 0;
	color:#ffffff;
	padding:3px 10px;
}
#header-sub-sport .masternav LI A {
	font-weight: bold;
}

.main-story {
	float:left;
	width:812px;
}
.main-story h1{
	padding:10px 0;
}
.main-story h1 a{
	letter-spacing:-1px;
	font-size:24px;
}
.main-story IMG {
	display:block;
	float:left;
	margin-right:10px;
}
.main-story DIV.story {
	float:left;
	width:245px;
}
.main-story P {
	margin:0;
	padding:0 0 10px 0;
	line-height:1.5em;
}
.main-story SPAN {
	font-size:11px;
	color:#666;
	margin-bottom:4px;
	font-weight:normal;
	display:block;
}

h1.main-news-title a {
	font-weight:bold;
	font-size:20px;
}
p.sms {
	font-weight:bold;
}

/* gl */
.sub-story A,.sub-story-h A,.sub-story-h-third A {
	font-weight:bold;
}
.sub-story A.story,.sub-story-h A.story,.sub-story-h-third A.story {
	display:block;
	text-decoration:none;
	padding:5px 0;
	font-size:14px;
}
.sub-story A.story:hover,.sub-story-h A.story:hover,.sub-story-h-third A.story:hover {
	text-decoration:underline;
}
.sub-story IMG,.sub-story-h IMG,.sub-story-h-third IMG {
	display:block;
	margin:0 4px 0 0;
	float:left;
}
.sub-story SPAN,.sub-story-h SPAN,.sub-story-h-third SPAN {
	display:block;
	font-size:11px;
	color:#666;
	margin-bottom:4px;
}
.sub-story-h {
	width:246px;
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
}
.sub-story-h P{
	line-height:1.5em;
	margin:0;
	padding:0;	
}
.sub-story-h img{
	margin-bottom:3px;
}
.sub-story-h-third {
	width:300px;
	float:right;
	margin: 0;
}
ul.naslovi_vesti {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
ul.naslovi_vesti li {
	padding-top:5px;
	width:280px;
	background-position:0 4px;
background-image:url(http://static.b92.net/images/fp/str-za-bg.gif);
background-repeat:no-repeat;
padding-left:7px;
text-align:left;
}
ul.naslovi li {
	padding-top:5px;
	background-position:0 4px;
	background-image:url(http://static.b92.net/images/fp/str-za-bg.gif);
background-repeat:no-repeat;
padding-left:7px;
text-align:left;
}
div.sub-story-h ul.naslovi li a{
	font-weight:normal;
}
.main-story H2{ 
	font-size:11px;
	padding:5px 0;
	border-top:2px solid #CCC;
	border-bottom:1px solid #CCC;
	width:280px;	
}

.main-story H2 A {
	color:#A51129;
	text-decoration:none;
}
.main-story H2 A{ 
	font-weight:bold;
}
.sub-story-h H2, .third H2 {
	border-bottom:2px solid #DDD;
	padding:3px 0;
color:#A51129;
font-size:10px;
font-weight:normal;
}
.third H2 {
	margin-bottom:10px;
}
.sub-story-h H2 A, .third H2 A{ 
	font-weight:normal;
	font-size:10px;
	color: #A51129;
}
.sub-story-h H2 A:HOVER, .third H2 A:HOVER{ 
	color:#A51129;
	text-decoration:underline;
}
.main-story H2 A:HOVER { 
	color:#A51129;
	text-decoration:underline;
}

.digest-mala-fotka {
	margin:0px 5px 0px 0px;
}
.digest {
	width:auto;
	padding:10px 0;
	border-bottom:1px dotted #ADC5D1;
}
.digest img.small-photo {
	float:left;
	padding:0px;
	margin:3px 5px 0px 0px;
	border:1px solid #333333;
}
.digest .title {
	margin-bottom:6px;
	font-size:13px;
}
.digest .title h2{
	display:inline;
	font-size:15px;
}
.digest .title a {
	margin-top:6px;
	margin-bottom:6px;
}

.grey {
	color:#999999;
}
/* gl */
.fotka-potpis {
	color:#666;
	font-size:11px;
}
.img-frame-left {
	margin:0 10px 0 0;
}
.img-frame-right {
	margin:0 0 0 10px;
}
.img-frame-center {
	margin:10px 0;
}
.img-frame-left IMG,.img-frame-right IMG,.img-frame-center IMG {
	border:1px solid #333;
}
.img-frame-left .img-caption,.img-frame-right .img-caption,.img-frame-center .img-caption {
	color:#666666;
	padding:5px 0;
	font-size:11px
}
.digests {
	clear:both;
	padding:10px 0;
	margin:10px 0;
	border-bottom:1px dotted #C5D5E1
}
.digests .foto-small {
	width:70px;
	margin:3px 10px 0 0;
	float:left;
}
.news-comment {
	margin-top:10px;
}
/* gl */
.container-texts-home,.container-other-home {
	width:512px;
	float:left;
	overflow: hidden;
}
/*gl*/
.poll,.tv {
	width:246px;
	margin-right:10px;
	float:left;
}
.poll P,.poll DIV {
	margin:7px 0;
}
.poll LABEL {
	display:block;
	margin-top:7px;
	width:230px;
	border:1px solid #FFF;
	padding:2px 0;
}
.poll LABEL:HOVER {
	background:#F4FAFD;
	border:1px solid #DCEDF5;
}
.tv DIV,.tv-schedule DIV {
	height:225px;
	overflow-y:auto;
}
/************** Search rules*************/
TABLE.pages-navigation-form {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	margin:0.8em 0;
	width:100%;
}
.search-explanation {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	padding:1em;
	margin:0.25em 0;
}
.search-explanation P {
	line-height:1em;
	margin:0;
	padding:0;
}
.antrfile-container {
	border:5px solid #B93902;
	float:right;
	margin:5px 0pt 5px 3px;
	padding:5px;
	width:220px;
}
.bg-box-content {
	background-color:#FFFFFF;
	border-collapse: collapse;
}

/************** Other Display Rules *************/
.grey-bg {
	background-color:#EEE;
	padding:3px;
	margin-bottom:15px;
}
.third {
	width:300px;
	float:right;
}
.third label {
	display:block;
	padding:2px 0pt;
	border:1px solid #ffffff;
}
.third label:hover {
	background:#F4FAFD none repeat scroll 0%;
	border:1px solid #DCEDF5;
}

.footer-container {
	color:#000000;
	font-weight:bold;
}
.footer-container A {
	color:#000000;
	text-decoration:none;
}

.date {
	padding:22px 0 5px 0;
	border-bottom:1px solid #999;
	color:#333;
	text-align:right;
}
.orientation {
	padding:22px 0 5px 0;
	border-bottom:1px solid #999;
}
.orientation A {
	color:#000000;
}
.orientation A:hover {
	text-decoration:underline;
}
.red {
	color:#A51129;
}
.archive H4 {
	padding:3px 0;
	font-size:12px;
	border-top:2px solid #999;
	border-bottom:1px dashed #999;
	margin:20px 0 10px 0;
}
.archive SELECT {
	font-size:11px;
}
.archive IMG {
	margin-bottom:-4px;
}
.youtube {
	width:300px;
	border:0px;

}
.youtube a {
	width:300px;
	border:0px;

}
.youtube a:hover {
	width:300px;
	border:0px;

}
.youtube_opis {
	width:300px;
	font-size:10px;
	text-align:left;
	margin-left:2px;
}
.nobgr {
	background-image:none;
} 
.shadetabs li a:hover {
color:#2D2B2B;
text-decoration:underline;
width:0px;
}

.masternav1 LI {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.masternav1 LI.divider {
	padding:0 0px;
	background-color:#ffffff;
	width:1px;
	height:12px;
	margin:10px 0 0 0;
}
.masternav1 LI A {
	display:block;
	color:#ffffff;
	font-weight:bold;
	padding:8px 4px 5px 4px;
	background: url("http://static.b92.net/img/divider.gif") no-repeat right 10px;
}
.masternav1 LI A:hover {
	text-decoration:underline;
	color:#ffffff;
}
.masternav1 LI.m-sport A {
	padding:0px 0px 0px 0px;
	margin-bottom: 0px;
}
.masternav1 LI A.nb { /** ukida divider desno od linka **/
	background:none;
}

/* ######################### DROPDOWN MENU ######################## */
/* Style for Tab Interface itself */
.masternav1 LI div.shadetabs {
	margin-bottom:0px;
	font-weight:bold;
	align:left;
	padding:9px 0 0 0;
}
.masternav1 LI div.shadetabs ul {
	margin:0px;
	list-style-type:none;
	text-align:left;
	padding:0px;
	list-style:none;
}
.masternav1 LI div.shadetabs li {
	display:inline;
	margin:0px;
	width:70px;
	background-image:url(/images/fp/str-belo-dole.gif);
	background-repeat:no-repeat;
	background-position:45px 12px;
	padding-top:2px;
}
.masternav1 LI div.shadetabs li a {
	text-decoration:none;
	width:40px;
	heigth:25px;
	padding:5px 15px 0px 5px;
	color:#FFFFFF;
	margin:0px;
}
.masternav1 LI div.shadetabs li a:hover {
	text-decoration:underline;
	color:#2d2b2b;
	width: 40px;
	margin:0px;
}
.masternav1 LI div.shadetabs li.selected a {
	/*selected main tab style */
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	background-image:url(/images/fp/str-bordo-dole.gif);
	background-repeat:no-repeat;
	background-position:45px 12px;
}
.masternav1 LI div.shadetabs li.selected a:hover {
	/*selected main tab style */
	text-decoration:none;
}
/* ######### Style for Drop Down Menu ######### */
.masternav1 LI div.dropmenudiv {
	position:absolute;
	top:0;
	border:1px solid #cccccc;
	/*THEME CHANGE HERE*/
	border-width:0 1px;
	line-height:18px;
	z-index:100;
	background-color:white;
	width:80px;
	visibility:hidden;
}
.masternav1 LI div.dropmenudiv a {
	width:auto;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #cccccc;
	/*THEME CHANGE HERE*/
	padding:2px 5px 0px 10px;
	text-decoration:none;
	background-image:url(/images/fp/str-za-bg.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	color:#258CBF;
	font-weight:normal;
}
* html .masternav1 LI div.dropmenudiv a {
	/*IE only hack*/
	width:100%;
}
.masternav1 LI div.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
	background-color:#eeeeee;
	text-decoration:underline;
	color:#258CBF;
}
/* ######################### DROPDOWN MENU KRAJ ######################## */
.shadetabs li a {
color:#FFFFFF;
margin:0;
padding:0 15px 5px 5px;
text-decoration:none;
width:70px;
}
.shadetabs li {
background-image:url(/images/fp/str-belo-dole.gif);
background-position:45px 5px;
background-repeat:no-repeat;
display:inline;
margin:0;
width:70px;
}.shadetabs li.selected a {
	/*selected main tab style */
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	background-image:url(/images/fp/str-bordo-dole.gif);
	background-repeat:no-repeat;
	background-position:45px 5px;
}
.img-caption-n {
color:#999999;
font-size:10px;
}
#header-sub-sport .masternav li a.activeon {
background:#FFF;
color:#3f245a;
padding:2px 4px;
margin:6px;
}
#header-sub-sport .masternav li a.activeon, #header-sub-sport .masternav li a.activeon:hover {
color:#3f245a;
}
.bgdon {
background:url("http://static.b92.net/img/divider.gif") no-repeat right 10px;
}