@charset "utf-8";
#header  {
	background-color: #02347D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
	height: 100px;
} 
#logo {
	float: left;
	height: 90px;
	width: 400px;
	padding-top: 12px;
	padding-left: 10px;
}
#banner {
	float: right;
	height: 90px;
	width: 468px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#navigacija {
	height: 36px;
	background-color: #3C82DA;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#mainPodstranice {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainCijelomsirinom {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#container  {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#footer  {
	background-color: #3C82DA;
	padding-right: 9px;
	padding-left: 6px;
	height: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: right;
	margin: 0px;
} 
#najave {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
}
#izdvojeno {
	background-color: #FFFFFF;
	height: 110px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#linkoviPovratak {
	height: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
#lijevaPolovica {
	margin-top: 0px;
	margin-right: 450px;
	margin-bottom: 0;
	margin-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#desnaPolovica {
	float: right; /* since this element is floated, a width must be given */
	width: 415px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

