html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ********************** END RESET *************************** */

body,td,th {
	font-size: 14px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background-big.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
.clear {
	clear:both;
	height:0;
}
.strong {
	font-weight:bold;
}
div#wrap {
	width:850px; min-height:750px;
	margin:0 auto;
}
div#top {
	width:850px;
	position:absolute;
	z-index:1;
}
div#logo {
	height:187px; width:263px;
	padding:20px 0 0 20px;
	float:left;
}
div#meni {
	background-image:url(images/menu-back.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:550px;
	position:absolute;
	z-index:-2;
	top:129px;
	padding:0 0 0 300px;
	height:35px;
}
div#meni li {
	float:left;
	padding:8px 8px 7px 8px;
	border-right:1px solid #fff;
	border-left:1px solid #ccc;
	list-style:none;
}
div#meni li:hover {
	background:url(images/menu-back-hover.png);
	background-repeat:repeat-x;
}
div#meni a {
	text-decoration:none;
	text-transform:uppercase;
	color:#444;
}
div#search {
	height:30px; width:160px;
	color:#fff;
	padding:10px 0 0 40px;
	font-size:12px;
	float:right;
	margin:91px 30px 0 0;
}
div#header {
	padding:160px 0 0 0;
	position:inherit;
}
div#headerEnd {
	display:block;
	border-top:4px solid #F90;
}
div#content {
	padding:0 0 0 50px;
}
div#content p {
	margin:10px 0 15px 0;
}
div#naslovnaL {
	float:left;
	width:200px;
	height:490px;
	background-image:url(images/naslovnaL-back.jpg);
}
div#naslovnaL h3 {
	background-image:url(images/nasllovna-heading-back.jpg);
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:8px 0 8px 35px;
}
div#naslovnaL p {
	color:#FFF;
	padding:10px;
}
div#naslovnaL span {
	display:block;
	font-weight:bold;
	font-size:16px;
}
div#naslovnaM {
	float:left;
	width:285px;
	background-image:url(images/naslovnaM-back.jpg);
	background-repeat:no-repeat;
	padding:50px 0 0 0;
}
div#naslovnaM ul {
	padding:10px;
	list-style:circle;
	margin:0 0 0 25px;
	line-height:1.5;
}
div#naslovnaM p {
	padding:0 10px;
}
div#naslovnaR {
	float:right;
	width:364px;
	text-align:center;
}
div#naslovnaR h3 {
	background-image:url(images/nasllovna-heading-back.jpg);
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:8px 0 8px 0;	
}
div#left {
	width:550px;
	padding:0 20px;
	float:left;
}
div#content h2 {
	font-size:18px;
	margin:10px 0 10px 0;
}
div#content p {
	text-align:justify;
	line-height:1.5;
}
div#content ul {
	padding:10px;
	list-style:circle;
	margin:0 0 0 10px;
	line-height:1.5;
}
div#bel-left {
	width:550px;
	float:left;
}
div#bel-right {
	width:200px;
	float:right;
}
div#sidebar {
	width:235px;
	float:right;
	padding:0 10px;
}
div#footer {
	background-image:url(images/background-footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:180px;
	text-align:center;
	margin:0 auto;
	padding:20px 0 0 0;
}

.item-page {
	margin:50px 0 0 0;
}
.item-page h1 {
	text-align:center;
	font-size:150%;
}
.item-page h3 {
	font-size:130%;
	font-weight:bold;
	color:#000;
}