@charset "utf-8";
/* CSS Document */
body{
	background-color: #E0E0E0;
	margin-top:50px;
}
img
{
	border:0px;
}
#index{
	margin-top:50px;
	text-align:center;

}
.border_top{
	background-image: url(../img/border_top.jpg);
	background-repeat: no-repeat;
	height:8px;
}

.border_bottom{
	background-image: url(../img/border_bottom.jpg);
	background-repeat: no-repeat;
	height:15px;
}
.center{
	background-color:#FFFFFF;
	text-align:left;
}
.border_left{
	background-image: url(../img/border_left.jpg);
	background-repeat: repeat-y;
}

.border_right{
	background-image: url(../img/border_right.jpg);
	background-repeat: repeat-y;
}
/*-----------------------------------------*/

.ul_left {
	padding:0;
	margin:0;
	list-style:none;
	/*list-style-type:square;
	list-style-position:inside;
	/*list-style-type: disc;*/
	/*list-style-image:url(../img/menu_bulet.jpg); /*$#45;*/
	padding-left: 6px;
	text-indent: 0px;
	list-style-image: none;
	line-height: 16px;
	/*line-height: 15px;*/
}
.li_left{
	line-height: 18px;
	/*vertical-align:middle;*/
}
#li_left{
	line-height: 18px;
	/*vertical-align:middle;*/
}
/*----------------LEFT MENU----------------*/
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#FFFFFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
}

.submenu{
	background-color: #FFFFFF;
	line-height:16px;	
}
#menu_link {
	text-decoration:none;
	color:#333333;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#menu_link a{
	text-decoration:none;
	color:#333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
/*-----------------------------------------*/
.main{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align:justify;
	padding-right:15px;
	padding-left:10px;
	line-height: 18px;
	padding-top:30px;
}
#link{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#link a{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#naslov{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
#povecava{
	font-family: Tahoma;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	text-align:left;
	padding-left:30px;
}
#povecava a{
	font-family: Tahoma;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	text-align:left;
	padding-left:30px;
}


