* {
	padding:0;
	margin:0;
}
body {
	background:#000033;
	font-family:Arial, sans-serif;
	font-size:12px;
}
a {
	color:#003a6f;
	text-decoration:none;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
#stranica {
	width:730px;
	background:#fff;
	margin:0 auto;
	padding:20px;
}
h2.naslovi {
	font-size:12px;
	text-transform:uppercase;
	color:#777;
	margin-bottom:20px;
	border-bottom:1px solid #999;
	padding-bottom:5px;
}
#sadrzaj {
	width:500px;
	margin-right:10px;
	float:left;
	margin-bottom:20px;
}
#sadrzaj ul {
	list-style-type:none;
	list-style-image:none;
	margin:10px 0 10px 0;
}
#sadrzaj ul li {
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
#header h1 {
	margin-bottom:20px;
	text-indent:-9999px;
	height:150px;
	width:700px;
	background:url('images/logo.jpg') no-repeat;
}
.clanak {
	margin-bottom:20px;
}
.clanak p {
	line-height:18px;
	margin-bottom:10px;
}
.clanak h2  {
	font-size:14px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:2px solid #034b93;
}
.clanak h2 a:hover {
	color:#333;
}
.postpodaci {
	font-size:10px;
	padding-top:5px;
	border-top:1px solid #ccc;
	margin-top:5px;
}


#sidebar {
	float:right;
	width:220px;
}
#sidebar ul {
	list-style-type:none;
	list-style-image:none;
	margin:0 0 10px 0;
}
#sidebar ul.vijesti li {
	padding:5px;
	background:#eee;
}
#sidebar ul li {
	border-bottom:1px solid #ccc;
	padding:5px 0 5px 0;
}
#sidebar ul li a {

}
#sidebar h2 {
	font-size:12px;
	text-transform:uppercase;
	padding:0 0 10px 0;
	border-bottom:2px solid #034b93;
	color:#003a6f;
}
#footer {
	font-size:10px;
	padding-top:10px;
	border-top:1px solid #003a6f;
	clear:both;
}