﻿/*** Css  ***/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


background: url(../images/pozadina.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


}

body,td,th {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	color: #2B397A;
	line-height:20px;
}
a:link {
	text-decoration: underline;
	color:#2B397A;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#2B397A;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#2B397A;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color:#2B397A;
	font-weight:bold;
}


.naslov {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 19px;
	line-height: 23px;
	color: #2B397A;
}

#language a {
	font-size:9px;
	text-transform:uppercase;
	color:white;
	font-weight:normal;
}
.images_bar {
	margin-bottom:7px;
}

.footerg {
	background-color:#666666;
	}
	.footerd {
	background-color:#dbdbdb;
	}

/*** End Css ***/
.ButtonSearch
{	
	border:1px solid #FFFDF3;
	height:17px; background-color:#FFFDF3;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#444444; cursor:pointer;
}
.TextSearch
{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px; color:#444444;
	border:1px solid black;
	height:17px;	width:110px;
}
.TablePoll
{
	margin-top:10px;
	border:1px solid #E3E2DB; background:url(../images/poll_px.jpg) left bottom repeat-x; 
	padding:5px 10px 5px 10px;
}
.cssNews
{
	background:#E4C283 url(../images/vesti_top.gif) left top no-repeat;	
	font-family:'Trebuchet MS', Arial, Verdana; color:black; padding-left:10px;
	font-weight:bold;
	vertical-align:middle; line-height:34px;
}
.TableNews
{
		width:179; height:112px; margin-bottom:10px;
}
.NewsDiv
{
	position:relative; 
	z-index:1; 
	overflow: hidden;	
	padding:0px 15px 0px 15px;
	background-color:#D5A141; height:73px;
} 
.NewsMarqee
{
	padding-left:5px;
	border-left:1px solid #266C0E; height:63px;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444; color:White;
}
.NewsScroolLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; text-decoration:underline;
}
A.NewsScroolLink:HOVER 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; text-decoration:none;
}
.RSLinkDetra
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #206b88;
}
A.RSLinkDetra:HOVER 
{
	color:#206b88;
	text-decoration:underline;
}
.txtBoldWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;text-decoration:underline;
	font-weight:bold;
	vertical-align:bottom; color:White;padding-top:5px;
}
.loginCss
{
	padding:5px 5px 5px 15px;
	font-family:Tahoma, Arial, Verdana;
	font-size: 12px;
}


/* Root = Horizontal, Secondary = Vertical */
.rootGroup {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 695px; /*For KHTML*/
  list-style: none;
  height:25px;
}

.rootGroup li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;

}

.rootGroup ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 175px;
  list-style: none;
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
    line-height:30px;
}

.rootGroup ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
    line-height:30px;
}

.rootGroup ul li {
  width: 150px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
    line-height:30px;
  
}

/* Root Menu */
.rootGroup a
{
	text-decoration: none !important;
}

.rootGroup a span {
  padding: 5px 20px !important;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: white;
  font: bold 13px/13px "Trebuchet MS";
  text-transform: uppercase;
  height: auto !important;
  height: 1%; /*For IE*/
  background-image:url(../images/menu-spacer.jpg);
  background-position: center right;
  background-repeat:no-repeat;
  height:11px;
  line-height:18px;
}

/* Root Menu Hover Persistence */
.rootGroup a span:hover,
.rootGroup li:hover a span
,.rootGroup li a:hover span{
	color: #ffffff;
	background-color:#2b397a;
}

/* 2nd Menu */
.rootGroup li:hover li a span,
.rootGroup li.iehover li a span,
.level1 li a span
{
	padding: 5px 20px 7px 20px;
	float: none;
	color: white;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	background-color: #890101;
	background-color:#2b397a;
	z-index: 100;
}

/* 2nd Menu Hover Persistence */
.rootGroup li:hover li a span:hover,
.rootGroup li:hover li:hover a span,
.rootGroup li.iehover li a span:hover,
.rootGroup li.iehover li.iehover a span,
.level1 li a:hover span,
.level1 li a span:hover
{
	text-decoration:none;
	color: #000000;
	background-color:#ffffff;
}
.rootGroup ul ul,
.rootGroup ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
.rootGroup li:hover ul ul,
.rootGroup li:hover ul ul ul,
.rootGroup li.iehover ul ul,
.rootGroup li.iehover ul ul ul {
  display: none;
}

.rootGroup li:hover ul,
.rootGroup ul li:hover ul,
.rootGroup ul ul li:hover ul,
.rootGroup li.iehover ul,
.rootGroup ul li.iehover ul,
.rootGroup ul ul li.iehover ul {
  display: block;
}

