@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, calibri, Helvetica, sans-serif, Verdana;
	font-weight:bold;
	font-size:12px;
	/*background: url(poz44.jpg) repeat-x;; /*boja okoline stranice */
	background-color:#a6aeff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the kontejner in IE 5* browsers. The text is then set to the left aligned default in the #kontejner selector */
	color: #000000; /*osnovna boja teksta u celom dokumentu*/
}
.glavni #kontejner {
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2f4ff; /*boja prostora iznad i ispod glavnog dela stranice-glavna goja koja nije zauzeta paddingom*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #345C4C; /*debljina i boja okvira oko cele stranice*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.glavni #heder {
	background:#f2f4ff; /*boja pozadine hedera*/
	padding: 0;  /*odstojanje: gore, desno, dole, levo*/
}
.glavni #heder h1 {
	margin: 0; /* zeroing the margin of the last element in the #heder div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* odstojanje: gore-dole levo-desno */
}
.glavni #centar {
	padding: 0 5px 0 10px; /* gore_dole, levo-desno */
	background: #f2f4ff; /*pozadina centralnog dela*/
}
.glavni #futer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f4ff; /*pozadina futera*/
}
.glavni #futer p {
	margin: 0; /* zeroing the margins of the first element in the futer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* rastojanje gore-dole i levo-desno */
}
img {
border:none;
}
A:link {
	color:#666666;
	text-decoration:none;
	border:none;
}
A:visited {
	color: #000000;
	text-decoration:none;
	border:none;
}
A:hover {
	color: #0E25B8;
	text-decoration:underline;
}
A:active {
	color:#FF00FF;
}
.tekst1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
	color:#f1b73c;
}

.tekst2 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:900;
}

.tekst3 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:20px;
}

.tekst4 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-right:70px;
	margin-left:10px;
}

.tekst5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin-left:70px;
	margin-right:10px;
}
