.list_cat{
	float: left;
	padding: 0px 0px 20px 0px;
	width: 350px;
}
	.list_cat_h1{
		font-size: 14px;
		color: #5b8021;
		font-weight: bold;
	}
	.list_cat_h2{
		font-size: 10px;
		color: #5b8021;
		font-weight: normal;
		font-weight: bold;
	}
	
	.list_cat_sub{
		background: url(../img/arrow-down_15.jpg) 0px 11px no-repeat;
		padding: 10px 0px 0px 20px;
		font-size: 12px;
		color: #2f4a0a;
		font-weight: normal;
	}
		/*.list_cat_sub:hover{
			cursor: pointer;
		}*/
		.list_cat_sub span{
			font-weight: bold;
		}
		.list_cat_sub a{
			font-size: 12px;
			color: #2f4a0a;
			font-weight: normal;
		}
	
	.list_cat_sub_2{
		background: url(../img/arrow_sub-down_15.jpg) 30px 11px no-repeat;
		padding: 10px 0px 0px 50px;
		font-size: 12px;
		color: #2f4a0a;
		font-weight: normal;
	}
		/*.list_cat_sub_2:hover{
			cursor: pointer;
		}*/
		.list_cat_sub_2 span{
			font-weight: bold;
		}
		.list_cat_sub_2 a{
			font-size: 12px;
			color: #2f4a0a;
			font-weight: normal;
		}
		
h1{
	font-size: 12px;
}

	h1 span{
		font-size: 18px;
	}

.naslov_a {
	color: #006600;
	text-decoration: underline;
	font-size: 14px;
}
	.naslov_a:hover{
		color: #000000;
		text-decoration: underline;
		font-size: 18px;
	}
	
.izkaznica {
	width: 350px;
	float: left;
}