@charset "utf-8";
/* CSS Document */

	#BlokVesti {
		border-style: none;
		padding: 5px;
		width: 590px;
		height: 225px;
		text-align: left;
	}
	
	#BlokVesti_Slika {
		margin-right: 2px;
		outline: 1px solid #597494;
		border: 1px solid white;
		float: left;
		width: 290px;
		height: 220px;
		background-color: #f0f7ff;
	}
	
	#BlokVesti_Naslovi {
		margin-left: 2px;
		float: right;
		width: 288px;
		height: 227px;
	}
	
	#BlokVesti_Naslovi a {
		text-decoration: none;
		display: block;
		width: 282px;
		border-bottom: 1px solid #597494;
		margin: 0px;
		margin-bottom: 2px;
		padding-left: 5px;
		color: #0066cc;
	}
	
	#BlokVesti_Naslovi a:hover {
		background-color: #f0f7ff;
	}
	
	#BlokVesti_Naslovi a h1 {
		font-size: 13px;
		font-weight: bold;
		width: 288px;
		margin: 0px;
		margin-bottom: 2px;
	}

	#BlokVesti_Naslovi a p {
		font-size: 12px;
		padding-left: 5px;
		width: 270px;
		text-align: justify;
		margin: 0px;
		margin-bottom: 2px;
		color:#000000;
	}
