@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) center top #f15a24;
	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 { 
	position: relative;
	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: justify; /* 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: 215px;
	
} 
#header em {
	display: block;
	text-indent: -4000px;
	width: 365px;
	height: 95px;
	background: url(images/macji_boter_header_bg.png) no-repeat;
	position: absolute;
	left: 35px;
	top: 38px;
	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 */
}

#header #logo {
	display: block;
	position: absolute;
	top: 19px;
	right: 20px;
}

/* Glavni menu */

#mainMenu {
	position: absolute;
	width: 676px;
	height: 50px;
	background: url(images/menu_all.png) no-repeat; /**/
	top: 142px;
	left: 14px;
}

#mainMenu li {
	display: block;
	float: left;
	height: 19px;
	margin-bottom: 7px;
	margin-top: 0px;

}

#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 #f15a24;
}

#mainMenu li.m1 a {	width: 189px; margin-right: 40px; margin-left: 15px; }
#mainMenu li.m2 a {	width:  79px; margin-right: 50px; }
#mainMenu li.m3 a {	width: 147px; margin-right:42px; }
#mainMenu li.m4 a {	width: 70px; margin-right: 0px; }
#mainMenu li.m5 a {	width: 90px; margin-right: 65px; margin-left:95px; }
#mainMenu li.m6 a {	width: 190px; margin-right: 70px; }
#mainMenu li.m7 a {	width: 55px; }
/*
#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 #f15a24;
	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 {
	display: none;
	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-left: 49px;
	padding-right: 24px;
	background: url(images/sidebar_aktualno.png) left -15px no-repeat;
	color: #666666;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#sidebar1 h3 {
	margin: 0 0 1em 0;
	color: #835f5f;
	font-weight: bold;
	font-size:14px;
}

#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: 0.5em;
}

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

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

#contentArea {
	padding: 12px 17px 0 17px;
}

#addthis {
float:right;
padding-right: 17px;
}

#addthis a {
display:block;
}

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

.trenutni_botri {
/*	position: absolute;*/
	right: 17px;
	padding-right: 5px;
/*	float: right; */
	width: 140px;
	font-size: 0.8em;
	text-align: right;
}

.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: #f15a24;
	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 #ae7e7e;
    background: #f15a24;
    color: #fff;
}

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

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

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

/* Pager END */

