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

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

.width {
	width: 100%;
	font-size: 12px;
}

h1, h2, h3, p, body, 
.text, .heading1, .heading2, .heading3 {
	font-family: Geneva, sans-serif;
	color: #323232;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	text-align: left;
}

p {
margin-top:10px;
}

a:link, a:visited, a:hover {
   color: #002F75;
	text-decoration: none;
}


h1, .heading1 {
	/*glavni naslov stranice*/
	font-family: Geneva, sans-serif;
	FONT-WEIGHT: lighter;
	FONT-SIZE: 24;
	COLOR: #666666;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
	text-transform: capitalize;
}

h1 a:hover, .heading1 a:hover {
	COLOR: #323232;
}

h2, .heading2 {
	/*naslovi tekstova*/
	font-family: "Times New Roman", Times, serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #002F75;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}
h2 a:hover, .heading2 a:hover {
	COLOR: #323232;
}


h3, .heading3,
h3 a:link, .heading3 a:link,
h3 a:visited, .heading3 a:visited {
	/*naslovi u listama, podnaslovi*/
	FONT-SIZE: 13px;
	FONT-weight: bold;
	COLOR: #002F75;
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #e6e6e6;
}

h3 a:hover, .heading3 a:hover {
	COLOR: #323232;
	
}

h4, .heading4,
h4 a:link, .heading4 a:link,
h4 a:visited, .heading4 a:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #fff;
	padding: 0 0 5px 0;
}

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

.footer, .footer a {
	FONT-SIZE: 9px;
	COLOR: #323232;
	text-align:center;
	/*vertical-align: bottom;*/
	/*height: 20px;*/
}


.intro {
	padding:10px 50px;
}

.listing {
	padding-bottom:5px;
	FONT-SIZE: 9px;
	COLOR: #323232;
	text-align:right;
}

.navigacija, .navigacija a {
	COLOR:  #323232;
        text-align:right;
        padding-bottom: 5px;
        
}


.prevnext, .prevnext a {
	margin: 0pt;
	FONT-SIZE: 9px;
	COLOR: #323232;
   width:420px;
   border-top:thin dotted #ebebeb; 
}

.prevnext acronym {
   text-decoration: none;
}

.prev, .prev a {
  width:210px;
  vertical-align:top;
  border:none; 
}

.next, .next a {
  width:210px;
  text-align:right;
  vertical-align:top;
  border:none;	
}

/*div#prevnext{
  padding: 2px 10px; 
  margin:0;
  background:#ebebeb;
  color:#217b39;
}*/

.nifty1{
  width: 140px;
  font-size:11px;
  margin:0 0 5px 5px;    
  background:#BCCCDE;
  /*background:orange;*/
  }

/*@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;
	font-size: 24px;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 1.7em;	
  }

.sIFR-hasFlash h2, .sIFR-hasFlash h2 a {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 1.2em;	
  }

/* } */


@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;
}

}