/* općenito site */
.body_style {
	margin: 0 0 0 0;
	background-color: #000066;
	color: #000;
}

.main_table {
	width: 100%;
	height: 100%;
	padding: 0;
}




h1, h2, h3, p, body, .text, .heading1, .heading2, .heading3, .texts, .textb {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 10px;
  line-height: 1.4em;
	background-color: transparent;
	COLOR: #000;
	padding: 0px;
	margin: 0px;
}

p{
margin-top:10px;
}
/* općenito linkovi */
a:link, a:visited, a:hover {
  color: #000;
	text-decoration: none;
}

h1, .heading1 {
	/*glavni naslovi SIFR*/
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #000;
	letter-spacing: 1px;
	padding: 10px 0px 3px 0px;
}
h1 a:hover, .heading1 a:hover {
	COLOR: #287314;
}

h2, .heading2 {
	/*naslovi*/
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #000;
	letter-spacing: 1px;
	padding: 10px 0px 3px 0px;
}
h2 a:hover, .heading2 a:hover {
	COLOR: #287314;
}

h3, .heading3,
h3 a:link, h3 a:visited,
.heading3 a:link, .heading3 a:visited  {
	/*podnaslovi */
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000;
	letter-spacing: 1px;
	padding: 0 0 4px 0;
}

h3 a:hover, .heading3 a:hover {
	COLOR:  #287314;
	/*background-color: #fff;*/
}

h4, .heading4 {
/*dodatna navigacija;*/
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #fff;
	text-transform: none;
	padding: 0 0 4px 0;
        /*text-transform: capitalize;*/
}

h4 a:hover, .heading4 a:hover {
	COLOR: #0550B6;
}


.footer {
	FONT-SIZE: 9px;
	COLOR: #B7B3B4;
	/*text-align: right;*/
	vertical-align: bottom;
  /*padding: 10px;*/
/*	height: 30px;*/
        				
}
.footer a:link, .footer a:visited, .footer a:hover {
	COLOR: #B7B3B4;
	FONT-weight: bold;
	text-decoration: underline;      
}

.intro {
	font-size:12px;
  width:90%;
	padding:50px 10px 10px 10px;
}


.listing {
	border-style: none none none none;
	border-width: 1pt;
	border-color: #2C2E6A;
	margin: 0pt;
	FONT-SIZE: 9px;
	COLOR: #323232;	
}
.prevnext {
	margin-right: 0pt;
	FONT-SIZE: 10px;
	font-variant: normal;
	COLOR: #0550B6;
	text-decoration: none;
	cursor: pointer;
	border: 0;
/*  float:right;*/
  padding-right:5px;
  text-align:right;  
  width:100%;	
}

.prev {
border-right:1px dotted #0550B6;
}

.next {
width:150px;
}

.prevnext a:link, .prevnext a:visited, .prevnext a:hover{
	COLOR: #287314;
	text-decoration: none;
	border: 0;
	list-style-image: none;
}
.prevnext acronym {
	cursor: pointer;
	text-decoration: none;
	border: 0;
}

.navigacija, 
.navigacija a {
	COLOR: #287314;	
	/*border: 0 0 2px 0;*/ 
  text-align:right;
}



.niftyBox1{
  width: 500px; 
  padding: 2px 5px; 
  margin:0;
  background:#b9d9fe;
  color:#000;
}



/*@media screen {*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash, .sIFR-flash a {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced, .sIFR-replaced a {
	visibility: visible !important;
}

span.sIFR-alternate, span.sIFR-alternate a {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text 
metrics match up with the sIFR text metrics since the sIFR text 
in this example is so much narrower... 
your own settings may vary... 
any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1, .sIFR-hasFlash h1 a {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 1em;
	height:15px;
	margin:10px;
  }

@media print {
.noPrint {
	display: none;
 }

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

}