@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif ;
	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;
	background:url(/union/images/bcg_main.png) center repeat-y #3f3f3f;
}
.oneColFixCtrHdr #container {
	width: 712px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e4e4e4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;
	height:520px;
}
.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 #footer {
	padding: 0;
	background-image:url(/union/images/bottom_bcg.jpg);
	background-repeat:repeat-x;
	height:27px;
}
.oneColFixCtrHdr #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: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:10px "Trebuchet MS",Arial,Helvetica normal; color:#e2e2e2; 
}


/* ------ SREDINA ---------- */
.oneColFixCtrHdr #mainContent {text-align:left; background:#e4e4e4;line-height:1.1; font:11px Tahoma, Geneva, sans-serif; color:#4f4f4f; border:1px solid #eae7e7; padding:10px; }
.oneColFixCtrHdr #mainContent  h1,div#content h1 b,div#content h1 strong{font:bold 18px Tahoma, Geneva, sans-serif; margin-top:0px; margin-bottom:15px; color:#790302 }
.oneColFixCtrHdr #mainContent  h3,div#content h3 b,div#content h3 strong{font:normal 16px Tahoma, Geneva, sans-serif; margin-top:0px; margin-bottom:15px; color:#790302 }
.oneColFixCtrHdr #mainContent  h4,div#content h4 b,div#content h4 strong{font:normal 16px Tahoma, Geneva, sans-serif; margin-top:0px; margin-bottom:15px; color:#790302}
.oneColFixCtrHdr #mainContent  b,div#content strong{color:#333333;}
.oneColFixCtrHdr #mainContent  a{color:#006699;text-decoration:none;}
.oneColFixCtrHdr #mainContent  a:hover{color:#0066CC; text-decoration:none; }
.oneColFixCtrHdr #mainContent  select,input,textarea{font:normal 11px Arial,Helvetica,sans-serif; background:#f6f6f6; color:#333333; border:none; border-bottom:solid 1px #CCC; padding:1px;}
.oneColFixCtrHdr #mainContent  a.contentNav{float:right; padding:2px; margin:2px; color:#999999; text-decoration:none; font:normal 9px Arial,Helvetica,sans-serif; }
.oneColFixCtrHdr #mainContent  a.contentNav img{border:none}
.oneColFixCtrHdr #mainContent  ul{ margin:0 0 15px 0; padding:0;}
#sobe{ border:solid 6px #d0b165; margin:2px; padding:2px;}
.oneColFixCtrHdr #mainContent  li{
list-style-type:none; background: url(/union//images/strelica.gif) no-repeat;background-position: 0 .45em;   
padding-left:20px;padding-top:8px; padding-bottom:8px;border-bottom:1px dotted #cccccc; }
.oneColFixCtrHdr #mainContent  li a{display:block;  }

.oneColFixCtrHdr #mainContent  h5 {
margin:0 auto;
display:block;
background-color:#00658F;
color:#ffffff;
border:solid 1px #666666;
text-align:center;
width:90%;
padding:10px;
font-size:12px;}



/* ------ FOTOGRAFIJA GALERIJA ---------- */

.oneColFixCtrHdr #mainContent #fotka a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	float:left;
	display:block;
	overflow:visible;
	
	color: #800000;
	text-decoration: none;
	padding-top:0px; 
	padding-bottom:0px;
	background:#ffffff;	
}


.oneColFixCtrHdr #mainContent #fotka a:hover {

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	overflow:visible;
	float:left;
	color: #800000;
	text-decoration: none;
	padding-top:0px; 
	padding-bottom:0px;
	background:#a4b6dc;
	display:block;

}

