/*--------------------------
|  Autor:    e-team            | 
|  version:  octobar 2005      |
|  e-mail:   elrad@eunet.yu |
 --------------------------*/

/*glavna definicija za stranu*/ 
body {
	background: #f1f1f1;
    align: left;
	margin: 0px;
	padding: 0px}
img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
a:link {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000080;
}
a:visited{
	text-decoration: none;
}
/* stil kojim se definise link za engleski jezik */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 11px;
	font-weight: bold;
}
/* stil kojim se definisu linkovi u glavnom meniju */
.style2 {       
  font-family: arial, sans-serif;
  font-weight: bold;  
  color: #003399;
  font-size: 11px;
}
.style2 a{
  text-decoration: none; 
  display: block;
}
.style2 a:hover{
  background: #d8e4f8;
  width: 100%;  
  height: 100%;
  text-decoration: none;
  display: block;
}
.style2 a:visited{
  color: #003399;
  text-decoration: none;
}
/* definicija linkova u pomocnom-levom meniju */
.style3{
  font-family: arial, sans-serif;
  font-size: 12px;
  height: 17px;
}
.style3 a{
  width: 100px;
  height: 17px;
  text-decoration: none;
  border-bottom: #336699 1px solid; 
  display: block;  
}
.style3 a:hover{
  background: #d8e4f8;
  width: 100px;
  text-decoration: none;
  border-bottom: #336699 1px solid;
  display: block; 
} 
.style3 a:visited{
  color: #336699;
  text-decoration: none;
}
/*stil za definiciju linka za mail*/ 
.style4 {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #003399; 
} 
.style4 a{
  text-decoration: none;
  display: block;
}
.style4 a:hover{
  background: #d8e4f8;
  text-decoration: none;
  display: block;
}
.style4 a:visited{
  color: #003399;
  text-decoration: none;
}
/* stil koji definise tabelu_5 */
.style5{
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 9px;
}
/*leva linija za tabele*/
.lin1{
  border-left: 1px solid rgb(153, 153, 153);
}
/* desna linijaza tabele */
.lin2{
  border-right: 1px solid rgb(153, 153, 153);
}
/* gornja linija za tabele */
.lin3{
  border-top: 1px solid rgb(153, 153, 153);
}
/* donjalinija za tabele */
.lin4{
  border-bottom: 1px solid rgb(153, 153, 153);
}