
html {
	overflow-y: scroll;
}
body, html {
	margin: 0;
	padding: 0;
	border: 0;
	background: #c7c7c7;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #d9d9d9;
    scrollbar-darkshadow-color: #000000;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #c7c7c7;
}
p {
  padding-bottom: 15px;
  text-align:justify;
}
ol, ul {
	list-style: none;
}

.right {
	float: right;
}
.left {
	float: left;
}
img {  
	border-style: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}



/* PAGE STRUCTURE START */

#page-wrap {
	width:1000px;
	margin: 0 auto;
	position:relative;
	z-index:1;
	overflow:hidden;
	top:0px;
}

#site-header {
	width:1000px;
	height:130px;
	position:absolute;
	top:0px;
	z-index:10;
	background-attachment:fixed;
	background:url(/images/back_menutop.png);
}


#mainsite-wrap {
	margin:0 0px;
	width: 1000px;
	height:1260px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.links-wrap {
	width: 1000px;
	height:1260px;
	float:left;
	z-index:3;
	overflow:hidden;
}

#site-content {
	top:115px;
	width:1000px;
	height:7600px;
	position: absolute;
	z-index:4;
	overflow:hidden;
}


#site-menusub {
	width:118px;
	height:650px;
	margin-top:-110px;
	margin-left:1px;
	position: relative;
	overflow:hidden;
	z-index:20;

}
.page-nav {
	margin-top:-110px;
	margin-left:1px;
	overflow:hidden;
	position: relative;
	z-index:22;

}

.site-zadaca {
	text-align:left;
	margin:1050px 485px;
	position:absolute;
}
.site-copyright {
	font-size:11px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:1050px 130px;
	position:absolute;
}
.site-oyak {
	font-size:11px;
	color:#a4a5a4;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:1020px 130px;
	position:absolute;
	
}
.zadaca {
	font-size:11px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.zadaca:hover {
	font-size:11px;
	color:#d1141b;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
