@charset "utf-8";
/* CSS Document */

body{
	overflow: scroll;
}

.header{
	width: 1024px;
	position: relative;
	float: left;
}

.header #logo{
	margin-top: 60px;
	margin-left: 60px;
	cursor: pointer;
	cursor: hand;
}

.sadrzaj{
	width: 538px;
	margin-top: 20px;
	margin-left: 40px;
	float: left;
}

.vijesti{
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: 11px;
	color: 4D4D4D;
}

.vijesti .naslov{
	font-size: 14px;
}

.vijesti .vijest-header{
	font-size: 11px;
	text-align: left;
}

.vijesti .vijest-nastavak{
	font-size: 11px;
	text-align: left;
}

.vijesti .vise{
	font-size: 11px;
	text-decoration: none;
	outline: none;
}

.minheight{
	min-height: 545px;
}

.footer{
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: 10px;
	color: #999999;
}

.pocetna_slika{
	background-image: url(../images/linkovi/linkovi.jpg);
	width: 538px;
	height: 220px;
}

.vijesti .link{
	text-decoration: none;
	outline: none;
	color: #4D4D4D;
}

.vijesti .link:hover{
	text-decoration: underline;
}

.overlay_left{
	position: relative;
	float: left;
}

.overlay_right{
	position: relative;
	float: right;
}

