@charset "utf-8";
body {
	font-family: Verdana;
	background:#88B8F0;
	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 container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, div, p {
	margin-top:0px;
	margin-bottom:0px;
}
a {
	text-decoration: none;
	font-size: 9pt;
	color:white;
}
a:hover {
	color: navy;
}
.oneColFixCtrHdr #container {
	width: 697px;  /*manje od 800*/
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/ /*no border*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}
.oneColFixCtrHdr #header {
	margin-bottom:0px;
	margin-top:0px;/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.menu {
	background: #6898D0;
	padding:3px 5px 3px 5px;
	/*color:white;*/
	font-weight:bold;
}
.menu ul {
	padding:0;
	font-size:9pt;
	margin:0;
}
.menu li {
	list-style-type:none;
	display:inline;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4878B0;
}
.oneColFixCtrHdr #mainContent p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	font-size:10pt;
	color:white;
}
.oneColFixCtrHdr #mainContent ul {
	margin-left:20px;
	margin-right:10px;
	font-size:10pt;
	color:white;
	margin-top:0;
	margin-bottom:5px;
}
.oneColFixCtrHdr #mainContent li {
	margin-left:15px;
	padding-bottom:5px;
	font-size:10pt;
	color:white;
}
h2 {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12pt;
	margin-left:10px;
	color:white;
}
h3{
	padding-top:0;
	padding-bottom:5px;
	font-size:10pt;
	margin:0;
	color:white;
}
/*td{
	font-size:9pt;
	color:white;
	vertical-align:top;
	padding-bottom:5px;
}*/
td.bold{
	font-weight:bold;
}
.link{
	text-decoration:underline;
	color:white;
}
.oneColFixCtrHdr #footer {
	margin-bottom:0px;
	margin-top:0px;/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	font-size:9pt;
	color:black;
	font-weight:normal;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.collapsed{
	display:none;
	visibility:hidden;
}
.expanded{
	display:block;
	visibility:visible;
}
.kruzni{
	background:url(images/krug.GIF) center no-repeat;
	/*height:200px;*/
}
table{
	margin-left:10px;
	margin-right:10px;
}
div.es_menu{
	background:url(images/Uputstva.JPG) no-repeat top; height:157px;
}
div.levi{
	float:left;
	text-align:left;
}
div.desni{
	float:right;
	text-align:right;
}
.uputstvo{
	padding-top:7px;
	padding-bottom:16px;
	color:black;
	font-weight:bold;
	font-size:9pt;
}
.uputstvo1{
	margin-left:10px;
	margin-right:11px;
	/*desna margina za 1px veca*/
}
.uputstvo2{
	margin-left:54px;
	margin-right:55px;
}
.uputstvo3{
	margin-left:98px;
	margin-right:99px;
}
a.crn{
	color:black;
}
#mainContent2{
	background-color:white;
	font-size:10pt;
	padding-top:15px;
}
#mainContent2 h3{
	color:black;
}
#mainContent2 p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	color:black;
}
.migracije_naslov{
	background-color:#969D61;
	font-family:Arial;
	margin-right:70px;
	border-bottom:solid black 5px;
	padding-left:15px;
}
.migracije_naslov p{
	font-size:14pt;
	color:white;
	padding-left:70px;
}
.migracije_naslov h2{
	font-size:14pt;
}
p.mali{
	font-size:10px;
}
ul.mali{
	font-size:10px;
	margin-top:0px;
	margin-left:15px;
	padding-left:10px;
	margin-bottom:5px;
}
ul.mali li{
	margin-left:0px;
}
td.strelice{
	background:url(images/Strelice.GIF) top right no-repeat;
	padding-top:90px;
}