body {
	margin:0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #818181;
	background-color:#aaaaaa;
	height:100%;
}

html{
height:100%;
padding:0px;
margin:0px;
}

a{
	text-decoration: underline;
}

img{
	border: 0px;
}

.link{
	cursor:pointer;  cursor:hand; 
}


h1, .Title, .naslov{
font-family:"trebuchet MS", Arial, sans-serif;
color:#444444;
font-size:18px;
font-weight:normal;
}

h2, .SubTitle, .podnaslov{
font-family:"trebuchet MS", Arial, sans-serif;
color:#444444;
font-size:14px;
font-weight:bold;
}


.mainText, .Picture_Text{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:12px;
color:#444444;
}

.mainText a{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:12px;
color:#237100;
}

.mainText a:hover{
text-decoration:none;
}

/* MainMenu BEGIN */
#MainMenu_Container{
background-image:url(../images/topMenu/shadow-trans.png);
background-repeat:no-repeat;
background-position:0px 7px;
height:57px;
width:917px;
z-index:100;
position:relative;
}

#MainMenu_Container_Index{
background-image:url(../images/topMenu/shadow-trans-index.png);
background-repeat:no-repeat;
background-position:0px 7px;
height:48px;
width:917px;
}


.MainMenu_ContainerContent{
background-color:#f2700c;
border:1px solid #FFFFFF;
height:57px;
width:899px;
margin-left:9px;
-moz-box-sizing:border-box;

}

#MainMenu_Container .MainMenu_Item{height: 57;	cursor:pointer;  cursor:hand;}
#MainMenu_Container_Index .MainMenu_Item{height: 48;	cursor:pointer;  cursor:hand;}
	
	#MainMenu_Container .MainMenu_Item .MainMenu_Item_Content,
	#MainMenu_Container_Index .MainMenu_Item .MainMenu_Item_Content{ 
		font-family:"trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: bold; color:#FFFFFF; text-decoration: none; }
	
	#MainMenu_Container .MainMenu_Item_Current{height: 57;	cursor:pointer;  cursor:hand;}
	#MainMenu_Container_Index .MainMenu_Item_Current{height: 48;	cursor:pointer;  cursor:hand;}
	
	#MainMenu_Container .MainMenu_Item_Current .MainMenu_Item_Content,
	#MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_Item_Content{
		font-family:"trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: bold; color:#FFFFFF; text-decoration: none; }
	
	#MainMenu_Container .MainMenu_Item_Current .MainMenu_Item_Content_Title,
	#MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_Item_Content_Title { background-color: #4d9e05; }
	
	#MainMenu_Container .MainMenu_Item_Selected{height: 57;cursor:pointer;  cursor:hand; }
	#MainMenu_Container_Index .MainMenu_Item_Selected{height: 48;cursor:pointer;  cursor:hand; }
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_Item_Content,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_Item_Content{ 		
		font-family:"trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: bold; color:#FFFFFF; text-decoration: none;
	}
	
	.MainMenu_Item_Selected .MainMenu_Item_Content_Title, .MainMenu_SubItem_Title { background-color: #4d9e05; }
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_TL, #MainMenu_Container .MainMenu_Item_Current .MainMenu_TL,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_TL, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_TL{
	background-image:url(../images/topMenu/tl.png);
	background-repeat:no-repeat;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_TR, #MainMenu_Container .MainMenu_Item_Current .MainMenu_TR,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_TR, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_TR{
	background-image:url(../images/topMenu/tr.png);
	background-repeat:no-repeat;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_BL, #MainMenu_Container .MainMenu_Item_Current .MainMenu_BL,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_BL, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_BL{
	background-image:url(../images/topMenu/bl.png);
	background-repeat:no-repeat;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_BR, #MainMenu_Container .MainMenu_Item_Current .MainMenu_BR,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_BR, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_BR{
	background-image:url(../images/topMenu/br.png);
	background-repeat:no-repeat;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_T, #MainMenu_Container .MainMenu_Item_Current .MainMenu_T,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_T, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_T{
	background-image:url(../images/topMenu/t.png);
	background-repeat:repeat-x;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_R, #MainMenu_Container .MainMenu_Item_Current .MainMenu_R,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_R, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_R{
	background-image:url(../images/topMenu/r.png);
	background-repeat:repeat-y;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_B, #MainMenu_Container .MainMenu_Item_Current .MainMenu_B,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_B, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_B{
	background-image:url(../images/topMenu/b.png);
	background-repeat:repeat-x;
	}
	
	#MainMenu_Container .MainMenu_Item_Selected .MainMenu_L, #MainMenu_Container .MainMenu_Item_Current .MainMenu_L,
	#MainMenu_Container_Index .MainMenu_Item_Selected .MainMenu_L, #MainMenu_Container_Index .MainMenu_Item_Current .MainMenu_L{
	background-image:url(../images/topMenu/l.png);
	background-repeat:repeat-y;
	}
	
	.MainMenu_SubItem {width: 170; height:22px; cursor:pointer;}
	
	.MainMenu_SubItem .MainMenu_SubItem_Content{
		font-family:"trebuchet MS", Arial, sans-serif; font-size: 12px; color:#FFFFFF; text-decoration: none;
	}
	
	.MainMenu_SubItem_Current {width: 170; height:22px; cursor:pointer;}
	
	.MainMenu_SubItem_Current .MainMenu_SubItem_Content{
		 font-family:"trebuchet MS", Arial, sans-serif; font-size: 12px; color:#FFFFFF; text-decoration: none;
	}
	
	.MainMenu_SubItem_Selected {width:170; height:22px; cursor:pointer;}
	
	.MainMenu_SubItem_Selected .MainMenu_SubItem_Content{
		font-family:"trebuchet MS", Arial, sans-serif; font-size: 12px; color:#FFFFFF; text-decoration: underline;	}
	

	
	
	.MainMenu_SubItem_T{
	background-image:url(../images/topMenu/submenu/t.png);
	background-repeat:repeat-x;
	height:30px;
	}
	
	.MainMenu_SubItem_B{
	background-image:url(../images/topMenu/submenu/b.png);
	background-repeat:repeat-x;
	height:31px;
	}
	
	.MainMenu_SubItem_L{
	background-image:url(../images/topMenu/submenu/l.png);
	background-repeat:repeat-y;
	width:31px;
	}
	
	.MainMenu_SubItem_R{
	background-image:url(../images/topMenu/submenu/r.png);
	background-repeat:repeat-y;
	width:31px;
	}
	
	.mainmenu_content {
	  color: #000;
	  position: relative;

		   width: 170px;
		   z-index:100;
		   
	}
	


/* MainMenu END */

/* LeftMenu BEGIN */

#leftmenu, #poll{
	width:164px;
	margin-left:25px;
	background-color:#dfeece;		
}

.leftemnu_LevelOne_item{
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.leftmenuBottom{
border-bottom:1px solid #FFFFFF;
background-color:#dfeece;

}
.leftmenu_item{
	width: 164;
	height: 25px;
	cursor:pointer;

}

.leftmenu_subItem{
	width: 164;
	height: 25px;
	cursor:pointer;

}

.leftmenu_item .leftmenu_item_bg{
background-color:#4d9e05;
	background-image:url(../images/mainMenu/arrow1.gif);
	background-repeat:no-repeat;
	background-position:8px 6px;
}

.leftmenu_item_selected .leftmenu_item_bg{
background-color:#f2700c;
	background-image:url(../images/mainMenu/arrow2.gif);
	background-repeat:no-repeat;
	background-position:8px 6px;
}


.leftmenu_subItem .leftmenu_item_bg{
background:none;
}

.leftmenu_subItem_selected .leftmenu_item_bg{
background-color:#f2700c;
}


.leftmenu_item a{
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.leftmenu_subItem a{
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#444444;
	text-decoration: none;
}


.leftmenu_item_selected{
	width: 164;
	height: 25px;
	cursor:pointer;

}

.leftmenu_subItem_selected{
	width: 164;
	height: 25px;
	cursor:pointer;

}

.leftmenu_subItem ul{
list-style-type:circle;
margin:0px;
padding:0px;
color:#444444;

}


.leftmenu_subItem_selected ul{
list-style-type:circle;
margin:0px;
padding:0px;
color:#FFFFFF;
}


.leftmenu_item_selected a{
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}


.leftmenu_subItem_selected a{
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}

/* LeftMenu END */

/* footer begin */

#footer{height: 45px;}

#footer td{
font-family:tahoma, sans-serif;
font-size:10px;
color:#444444;
}

#footer a{
font-family:tahoma, sans-serif;
color:#444444;
font-size:10px;
text-decoration:none;

}

#footer a:hover{
text-decoration:underline;
}

#footer a.avtorji{
font-family:tahoma, sans-serif;
font-size:10px;
color:#444444;
text-decoration:none;
font-weight:bold;
}

/* footer end */


/* popup begin */

#popupContent{
font-size:10px;
background-color:#ffffff;
font-family:tahoma, sans-serif;
color:#444444;
}

#popupContent a{
color:#237100;
}

/* popup end */


/* forms begin */


.quickLinks{
width:166px;
height:15px;
border:1px solid #666666;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
font-weight:normal;
}

.fieldIskalnik{
width:137px;
height:17px;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;
padding-left:5px;
}

.fieldIskalnik_selected{
width:137px;
height:17px;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:none;
background-color:#eaeaeb;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;
padding-left:5px;
}

.btnIskalnik{
height:17px;
width:28px;
border:1px solid #666666;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
cursor:pointer;
font-weight:normal;
}

.btnPoll{
height:17px;
width:60px;
border:none;
border:1px solid #666666;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
cursor:pointer;
font-weight:normal;
margin-left:20px; margin-top:15px;
}

.btnRate{
height:17px;
width:40px;
border:1px solid #666666;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
cursor:pointer;
font-weight:normal;
padding-bottom:3px;
}

.btnPoll:hover, .btnIskalnik:hover, .btnRate:hover{
background-color:#868686;
cursor:pointer;
font-weight:normal;
}


.field, .captcha{
	border:1px solid #5fa80a;
	font-family: Tahoma; font-size: 13px; font-weight:normal; color: #444444; 
	padding-left:5px;	
}

.field_selected, .captcha_selected{
border:1px solid #f2700c;
	font-family: Tahoma; font-size: 13px; font-weight:normal; color: #444444; 
	background-image:url(../images/form/bg.jpg);
	background-repeat:repeat-x;
	padding-left:5px;

}

input.field, input.field_selected, textarea.field, textarea.field_selected{width: 450;}
textarea.field, textarea.field_selected{height: 150;}


.btn{
  height:22px;
  border:none;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
cursor:pointer;
font-weight:normal;
  padding:0 10 2 10;
}


.btn:hover{
background-color:#868686;
cursor:pointer;
font-weight:normal;
}

select{
	border:1px solid #5fa80a;
	height:20px;
	font-family: Tahoma; font-size: 13px; font-weight:normal; color: #444444; 
}

.uploadfield{

}

/* forms end */


/* lightbox gallery begin */

.gallerySmallDesc{
font-size:10px;
height:13px;
}

.galleryTitle{
background-color:#788bbd;
color:#FFFFFF;
font-family: Tahoma;
font-size: 12px;
font-weight:bold;
text-decoration: none;
height:20px;
}

.galleryBorder{
border-left:1px solid #788bbd;
border-right:1px solid #788bbd;
border-bottom:none;
border-top:none;
}


.galleryImgOver{
border:1px solid #004990;
}

.galleryImgOut{
border:1px solid #e8e6e6;
}


/* lightbox gallery end */


/* standard gallery begin */

#gallerynextleft a, #gallerynextright a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#237100;
text-decoration:none;
}


#gallerynextleft span, #gallerynextright span{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
text-decoration:none;
}


#gallerycurrentstatus, #gallerydesc{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#444444;
text-decoration:none;
}

/* standard gallery end */
  

/* popup gallery begin */
#galleryPopupdesc{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}
/* popup gallery end */ 
 
  
 /* lokacija begin */
 
.Module_Title{ width: 193; height:24;}
.Module_Title_Left{ width: 8; background-image: url(/db/mikona/image/_sistemski/module_title_left.png);}
.Module_Title_Right{ width: 8; background-image: url(/db/mikona/image/_sistemski/module_title_right.png);}
.Module_Title_Content{ background-color:#EEEEEE; font-family:Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size:12px; font-weight:bold;}

.Module_Content{background-color:#DDDDDD;}
.Module_Content_TopLeft{height: 9; width:9; background: url(/db/mikona/image/_sistemski/module_content_topleft.jpg) no-repeat top left;}
.Module_Content_TopRight{height: 9; width:9; background: url(/db/mikona/image/_sistemski/module_content_topright.png) no-repeat top right;}
.Module_Content_BottomLeft{height: 9; width:9; background: url(/db/mikona/image/_sistemski/module_content_bottomleft.png) no-repeat bottom left;}
.Module_Content_BottomRight{height: 9; width:9; background: url(/db/mikona/image/_sistemski/module_content_bottomright.png) no-repeat bottom right;}



#FrogJS{
width: 600px;
height: 370px;
margin-top:130;
z-index:1;
}

/* lokacija end */



/* guestbook begin */

.GuestBook_Item{
border:1px solid #788bbd; background-color:#FFFFFF;}
.GuestBook_Item_Header_Bg{
background-image:url(../images/guestbook/shadow.gif); background-repeat:repeat-x; background-position:top;
background-color:#FFFFFF;
}

.GuestBook_Item_Header{
	
	height:13px;
	border-left:1px solid #788bbd;
	border-right:1px solid #788bbd;
	border-top:1px solid #788bbd;
	 }
	 
/* guestbook end */


#lng{
margin-top:37px;
font-family:tahoma, sans-serif;
font-size:11px;
color:#444444;
}

#lngMain{
margin-top:34px;
font-family:tahoma, sans-serif;
font-size:11px;
color:#444444;
}

#lng a, #lngMain a{
font-family:tahoma, sans-serif;
font-size:11px;
color:#444444;
text-decoration:underline;
}

#lng a:hover, #lngMain a:hover{
text-decoration:none;
}


#lng a.selected, #lngMain a.selected{
font-weight:bold;
}


#navigation {
font-family:"trebuchet MS", Arial, sans-serif;
font-size:11px;
color:#444444;
background-color:#FFFFFF;
}

#navigation a{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:11px;
color:#237100;
text-decoration:underline;
}

#navigation a:hover{
text-decoration:none;
}

.print{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#006600;
cursor:pointer;
}

.mainBg{
background-image:url(../images/main_bg.jpg);
background-repeat:no-repeat;

}

#header{
background-image:url(../images/header/bg.jpg);
background-repeat:no-repeat;
}

#header_main{
background-image:url(../images/header/bg_main.jpg);
background-repeat:no-repeat;

}

#logotip{
margin-top:28px;
margin-left:27px;

}

#headerUser{
font-family:tahoma, sans-serif;
font-size:11px;
color:#444444;
}

#headerNavigacija a, #headerUser a{
font-family:tahoma, sans-serif;
font-size:11px;
color:#444444;
text-decoration:underline;
}

#headerNavigacija a:hover, #headerUser a:hover{
text-decoration:none;
}


#headerNavigacija div, #headerUser div{
margin-bottom:5px;
}

.homeIco{
margin-right:10px;
margin-left:1px;
}

.sitemapIco{
margin-right:9px;
}

.mailIco{
margin-right:9px;
}

.userIco{
margin-left:1px;
margin-right:7px;
}

.logoutIco{
margin-right:9px;
}

#searchContainer{
background-image:url(../images/search/bg.jpg);
background-repeat:no-repeat;
}

#searchContent td{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:13px;

color:#444444;
}

#mainContentContainer{
background-color:#5fa80a;
}

#centerTable{
background-color:#dfeece; height:100%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;
}

.bottomGreen{
background-color:#4d9d05;
}

.bottom_T{
border-top:1px solid #afd485;
}

.bottom_B{
border-bottom:1px solid #afd485;
}

.bottom_L{
border-left:1px solid #afd485;
}

.bottom_R{
border-right:1px solid #afd485;
}

#pollContent, .pollAnswer{
color:#444444;
font-family:"trebuchet MS", Arial, sans-serif;
font-size:12px;
}

.pollAnswerSmall{
color:#444444;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.bottomIcoLine{
background-image:url(../images/bottom_ico_line.gif);
background-repeat:repeat-x;
height:1px;
}

.error{
color:#FF0000;
}

.captchaError{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:12px;
color:#ff0000;
font-weight:bold;
}

.News_SmallList_Title{
color:#FFFFFF;
font-family:"trebuchet MS", Arial, sans-serif;
font-weight:bold;
font-size:13px;
text-decoration:none;
}

.News_SmallList_Content{
color:#FFFFFF;
font-family:"trebuchet MS", Arial, sans-serif;
font-size:11px;
text-decoration:none;

}

.News_More{
color:#FFFFFF;
font-family:"trebuchet MS", Arial, sans-serif;
font-size:11px;
text-decoration:underline;
font-weight:bold;
}

#news_fieldset{
border:1px solid #5fa80a;
margin-top:10px;
/*padding-top:10px;*/
/*margin-bottom:10px;*/
/*position:relative;*/
/*background-color:#FFFFFF;*/
}

#news_fieldset legend{
/*position:absolute;
top:-10px;
top: -.5em;
left: .5em;*/
background-color:#FFFFFF;
border:1px solid #5fa80a;
padding:4px;
color:#444444;
font-size:12px;
font-weight:bold;
font-family:"trebuchet MS", Arial, sans-serif;
}

/*.index_search {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/indexPage/80p.png');
}
*/

.index_search {
  background-image:url(../images/indexPage/80p.png);
}

/*.index_nasvet {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/indexPage/50p.png');
}
*/

.index_nasvet {
  background-image:url(../images/indexPage/50p.png);
}


.index_title{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:13px;
color:#444444;
background-color:#FFFFFF;
font-weight:bold;
}

.index_white_title{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
}

.index_search_content{
font-family:"trebuchet MS", Arial, sans-serif;
font-size:13px;
color:#444444;
margin-left:18px;
}

.index_katalog{
background-color:#666666;
height:20px;
}

.index_katalog a{
color:#FFFFFF;
font-family:"trebuchet MS", Arial, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.index_katalog a:hover{
text-decoration:underline;
}

.filterContent{
background-color:#FFFFFF;
}

.filter select{
border:1px solid #666666;
height:15px;
font-family:tahoma, sans-serif;
font-size:11px;
color:#000000;
}

.filterBtn .btn{
height:17px;
padding-bottom:3px;
}

.filesBanner{
background-image:url(../images/katalog/priloge_banner.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.filesBanner div{
margin-left:18px;
}

.filesBanner a{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.CI_BottomLine{
background-image:url(../images/katalog/bottom_line.gif);
background-position:bottom left;
background-repeat:no-repeat;
border:1px solid #FFFFFF;
}

.CI_BottomLine_over{
background-image:url(../images/katalog/bottom_line.gif);
background-position:bottom left;
background-repeat:no-repeat;
border:1px solid #5fa80a;
}

#totd_content a{
color:#FFFFFF;
font-family:"trebuchet MS", Arial, sans-serif;
font-size:11px;
text-decoration:underline;
}


/* trgovina */

.trgovina_okvir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #5fa80a;
}

.trgovina_okvir td, .style5 {font-family:"trebuchet MS", Arial, sans-serif; font-size:12px; color:#444444; background-color:#FFFFFF;}
.style6 {font-family:"trebuchet MS", Arial, sans-serif; font-size:12px; color:#ffffff; font-weight:bold;}


