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

body {
	font-family: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(pozadina.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: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: #000;
}

.stranica #kontejner {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border:0;
	background: url(ugao_gl.png) no-repeat;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.stranica #heder {
	background:#eee;
	padding:0;
	margin:0 50px;
}
.stranica #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:0; /* rastojanje ispod hedera */
}

h1, h2, h3, h4, p {margin:0px;padding:0px;
}

h1 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-size:14px;
	text-align:left;
	margin:15px 20px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

img {
	border:none;
}

.stranica #glavnikontejner {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#eee;
	margin:0 50px;
	font-size:16px;
}

.stranica #levo {
	float: left;
	width: 260px;
	padding:0;
}

.stranica #desno { 
	margin: 0 0 0 265px;
	padding:0;
}

.stranica #footer {
	padding: 20px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(footer.jpg);
	margin:0 50px;
}
.stranica #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.stranica ul, li {
	text-align:left;
	margin-bottom:0;
	margin-top:auto;
	padding-right:5px;
}

A:link { 
	color: #000;
	text-decoration:none;
}
A:visited {
	color:#ff9a03;
	text-decoration:none;
}
A:hover {
	color:#000;
	text-decoration:none;
}
A:active {
	color:#111;
	text-decoration:none;
}

.navtext {
width:600px;
font-size:12pt;
border-width:2px;
border-style:outset;
border-color:darkgray;
layer-background-color:tan;
background-color:#666;
color:#fff;
text-align:left;
margin-left:-70px;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


<!--[if IE 5]>
.stranica #levo { width: 260px; }
<![endif]-->
<!--[if IE]>
.stranica #levo { padding-top: 30px; }
.stranica #desno { zoom: 1; }

<![endif]-->