@charset "utf-8";
.poravnaj-lijevo {
	text-align:left;
}
.poravnaj-desno {
	text-align:right;
}
.centriraj {
	text-align:center;
}
.poravnaj-sliku-lijevo {
	float: left;
	margin: 0px 9px;
}
.poravnaj-sliku-desno {
	float: right;
	margin: 0px 0px 9px 9px;
}
.okvir-slike {
	border: 1px solid #090;
	padding: 1px;
}
.tekst10 {
	font-size: 10px;
	line-height: 16px;		
}
.tekst11 {
	font-size: 11px;
	line-height: 17px;
}
.tekst12 {
	font-size: 12px;
	line-height: 17px;		
}
.tekst13 {
	font-size: 11px;
	line-height: 17px;		
} 
.tekst15 {
	font-size: 15px;
	line-height: 18px;		
}
.tekst17 {
	font-size: 17px;
	line-height: 20px;	
	font-weight: normal;
}
.tekst19 {
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
}
.izdvojeno {
	background: #e9ead0;
	padding: 6px 10px;
	border-top: 1px solid #dfe0d2;
	border-right: 1px solid #dfe0d2;
	border-bottom: 1px solid #c1c2b4;
	border-left: 1px solid #dfe0d2;
	color: #ce1c04;
	margin-bottom: 10px;
	font-weight: bold;
}
