@charset "UTF-8";
@import "mainContent.css";

#footer { behavior: url(iepngfix.htc); }

body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/body_bg.png) repeat-x #ea870e;
	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: #707070;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_bg.png) repeat-y top center;
	padding-right: 7px;
	padding-left: 4px;
	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. */
} 
#header { 
	position: relative;
	background: url(images/header_bg.png) no-repeat; 
	padding: 0;
	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. */
	width: 991px;
	height: 205px;
} 
#header em {
	display: block;
	text-indent: -4000px;
	width: 381px;
	height: 94px;
	background: url(images/macja_hisa_header.png) no-repeat;
	position: absolute;
	left: 36px;
	top: 37px;
	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 */
}

.en #header em {
	background: url(images/macja_hisa_header_en.png) no-repeat;
}

#header #logo {
	display: block;
	position: absolute;
	top: 4px;
	right: 72px;
}

/* Glavni menu */

#mainMenu {
	position: absolute;
	width: 668px;
	height: 46px;
	background: url(images/menu_all.png) no-repeat; /**/
	top: 143px;
	left: 18px;
}

.en #mainMenu {
	background: url(images/menu_all_en.png) no-repeat; /**/
}

#mainMenu li {
	display: block;
	float: left;
	height: 19px;
	margin-bottom: 13px;
	margin-top: -3px;
}

#mainMenu li a {
	outline: none;
	display: block;
	height: 19px;
	text-indent: -5000px;
/*	background-color: red;
	opacity: 0.3;
*/
}

#mainMenu li a:hover, #menu li a:focus {
	outline: none;
	border-bottom: 1px solid #f5d200;
}

#mainMenu li.m1 a {	width:  79px; margin-right: 21px; }
#mainMenu li.m2 a {	width: 129px; margin-right: 21px; }
#mainMenu li.m3 a {	width: 134px; margin-right: 21px; }
#mainMenu li.m4 a {	width: 141px; margin-right: 22px; }
#mainMenu li.m5 a {	width: 100px; margin-right: 0px; }
#mainMenu li.m6 a {	width: 155px; margin-right: 27px; }
#mainMenu li.m7 a {	width: 108px; margin-right: 27px; }
#mainMenu li.m8 a {	width: 59px; margin-right: 28px; }
#mainMenu li.m9 a {	width: 79px; margin-right: 27px; }
#mainMenu li.m10 a {width: 76px; margin-right: 28px; }
#mainMenu li.m11 a {width: 54px; margin-right: 0px; }

/* Zgornji menu s tremi ikonami */

#topMenu {
	position: absolute;
	top: 44px;
	right: 320px;
}

#topMenu li {
	display: block;
	float: left;
	margin-right: 16px;
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	width: 29px;
	height: 27px;
}

#topMenu li a {
	width: 27px;
	height: 25px;
	display: block;
	text-indent: -5000px;
}

#topMenu li a:hover, #topMenu li a:focus {
	position: absolute;
	outline: none;
	border: 1px dashed #ea870e;
	padding: 2px;
	margin-left: -2px;
	margin-top: -2px;
}

#topMenu li.domov { background-position: 1px 1px; }
#topMenu li.email { background-position: center 1px; }
#topMenu li.etrgovina { background-position: right 1px; }

/* Jezik menu */
#langMenu {
	position: absolute;
	top: 97px;
	right: 336px;
}

#langMenu li {
	display: block;
	float: left;
	margin-right: 16px;
	background-image: url(images/menu_lang.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 24px;
	margin-right: 17px;
}

#langMenu li a {
	width: 27px;
	height: 24px;
	display: block;
	text-indent: -5000px;
}

#langMenu li a:hover, #langMenu li a:focus {
	outline: none;
}

#langMenu li.slo { background-position: left center; }
#langMenu li.eng { background-position: right center; }


/* Sidebar */

#sidebar1 {
	float: right;
	width: 236px;
	padding-top: 3px;
	padding-left: 49px;
	padding-right: 24px;
	background: url(images/sidebar_aktualno.png) left 5px no-repeat;
	color: #666666;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.en #sidebar1 {
	background: url(images/sidebar_aktualno_en.png) left 5px no-repeat;
}

#sidebar1 h3 {
	margin: 0.5em 0;
	color: #f5d200;
	font-weight: bold;
}

#sidebar1 a {
	color: #666666;
	text-decoration: underline;
}

#sidebar1 a:hover {
	text-decoration: none;
}

#sidebar1 .novica {
	margin-bottom: 0.5em;
}

#sidebar1 .novica .datum {
	color: #fff;
}

#sidebar1 .oglas img {
	float: left;
	margin-right: 8px;
	margin-bottom: 0.5em;
	border: 1px solid #737373;
	background: #fff;
	padding: 1px;
}

#sidebar1 .oglas .datum {
	color: #fff;
}

#sidebar1 .sponzor {
	text-align: center;
	margin-bottom: 1em;
}

#sidebar1 .sponzor img {
	margin-bottom: 0.25em;
}

#sidebar1 .sponzor em {
	font-size: 0.80em;
	font-weight: normal;
	font-style: normal;
}

#contentArea {
	padding: 0 17px;
}

.img_noborder img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nofloat {
	float: none;
	margin: 0;
	margin-bottom: 0;
	display: inline;
	vertical-align: middle;
}

.bullet {
	padding-left: 26px;
	background:url(images/bullet.png) no-repeat 10px center;
}

form label {
	display: block;
	width: 25%;
	float: left;
	clear: left;
}

#footer { 
	width: 991px;
	height: 53px;
	margin: 0 auto;
	text-align: left;
	background: url(images/footer_bg.png) no-repeat;
	padding-bottom: 1em;
} 

#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-right: 360px;
	text-align: right;
	font-size: 0.8em;
	padding-top: 26px;
}

#footer a {
	color: #ea870e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.noDisplay {
	display: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Pager BEGIN */

.pager {
	font-size: 0.9em;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.6em;
    border: 1px solid #fff;
    margin-right: 0.1em;
}

.pager span.current {
    border: 1px solid #f5d200;
    background: #ea870e;
    color: #fff;
}

.pager a {
    border: 1px solid #f5d200;
    text-decoration: none !important;
}

.pager a:hover {
    border: 1px solid #ea870e;
    text-decoration: none !important;
}

.pager span.arrow {
        border: 1px solid #707070;
}

/* Pager END */