@charset "utf-8";
/* CSS Document */
body {
	background-color:#021d0c;
	/*text-align:center;*/
	margin-top:0px;
}
img {
	border:none;
}
h1 {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:15px;
}

#wrapper {
	background:url(../images/pozadina.png) repeat-y;
	width:920px;
	margin: 0 auto;
	min-height:500px;
}
#meni {
	width:145px;
	float:left;
	padding-top:50px;
	position: relative; z-index: 10;
}
#menilista ul {
	margin-top:50px;
}
#meni ul {
	list-style-image:none;
	margin:0px;
	padding:0px;
}
#meni li {
	display:block;
	height:30px;
	margin-bottom:10px;
	list-style-image:none;
}

#sadrzaj {
	width:748px;
	height:584;
	min-height:584;
	float:left;
	background:url(../images/bg.jpg) repeat-y;
}

#sadrzaj p {
	text-align:justify;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
