/* CSS Document */

/*
html{
	height: 100%;
	background-color:#123456;
}
*/
/*------ Class koji neda da ostali (ispod njega) divovi "isplivaju" -----*/
.clr{	clear: both;	}

/*----- Glavni okvir oko stranice -----*/
.outline{
  	border: 1px solid #cccccc;
  	background: #EBEDE9;
	padding: 2px;
}

/*----- Division za navigaciju -----*/
#pathway_text_outer{
	border:1px solid #cccccc;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
}

/*----- Header -----*/
#header_outer{
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header{
	float: left;
	padding: 0px;
	width:100%;
	height: 150px;
	background: url(../images/header_short_lat.gif) no-repeat;
}

/*----- Lijevi menii -----*/
#left_outer{
  float: left;
  margin-top: 2px;
  width: 165px;
}

#left_inner{
  border: 1px solid #cccccc;
  padding: 2px;
  padding-top:0px;
  float: none !important;
  float: left;
}

/*----- Centralni Sadrzaj -----*/
#content_outer{
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	float: left;
	width: 635px;
}

#content{
  float: none !important;
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 0px;
  text-align: left;
  /*width:615px;*/
}

.news{
	border: 1px solid #cccccc;
	/*border-bottom:1px solid #cccccc;*/
	width:603px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}

/*----- Footer -----*/
#footer{
	text-align: center;
	padding: 3px;
	color:#EBEDE9;
}

/*----- y (za cijelu stranicu) default -----*/
body{
	
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	/*line-height: 120%;*/
	margin: 0px;
	height: 100%;
	background: #516d83;
	font-size: 12px;
	color: #333333;
	
}

/*----- Stilovi za linkove -----*/
a:link, a:visited{
	color: #31668b;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #004262; /*#9dbcc6;*/
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;
}

a.main_menu:link, a.main_menu:visited{
	display: block;
	background: url(../images/menu.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 29px;
	height: 20px;
	/*height: 25px;*/
	width: 130px;
	text-decoration: none;
}

a.main_menu:hover{
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
}

a.main_menu_ex:link, a.main_menu_ex:visited{
	display: block;
	background: url(../images/menu_ex.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 29px;
	height: 20px;
	/*height: 25px;*/
	width: 130px;
	text-decoration: none;
}

a.main_menu_ex:hover{
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
}

img{
	vertical-align: middle;
	padding: 0px;
	text-decoration: none;
	background:none;
	border:0px;
	color:none;
}
/*
img:active{
	position:relative;
	top: 2px;
	left: 2px;
}
*/

/*----- Stilovi za dugmad -----*/
.button:hover{
	background-color:#88abc3;
	color:#ffffff;
}

.button{
	cursor:pointer;
	color: #333333;
	background-color:#EBEDE9;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px double #cccccc;
	width: auto;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}

/*----- Stilovi za inputbox -----*/
.inputbox{
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

/*--------- Stilovi za naslove ---------*/
.title{
	background: url(../images/title_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 23px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#pathway_text_outer .title{
	margin:2px;
}

#left_inner .title{
	margin-bottom:2px;
	margin-top:2px;
}

.naslov{
	color:#31668b;
	font-weight:bold;
	font-size:16px;
	text-shadow:Gray;
}

/*--------- Stilovi za tabele ---------*/
.cell{
	text-align:center;
	text-shadow:Navy;
	font-style:inherit;
	background-color:inherit;
	font-weight:bold;
}

table .tabela td{
	background-color:#88abc3;
	padding-left:4px;
}	

table .tabela1 td{
	background-color:#b3c6e4;
	padding-left:4px;
}

/*--------- Stil za eventualne greske ili upozorenja ---------*/
.error{
	position:relative;
	left:120px;
	top:10px;
	text-align:center;
	width:350px;
	height:auto;
	font-weight:bold;
	color:#FF0000;
	border:1px solid #FF0000;
	background-color:#CCCCCC;
	padding:4px;
	margin:5px;
	line-height:120%;
}

