@charset "windows-1250";
body  { FONT-SIZE: 11px; COLOR: #464646; FONT-FAMILY: Verdana, Sans-serif, Helvetica, Geneva; background: #D4340C url(../slike/design/moja_pozadina.png) repeat-y center top; 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 */ LINE-HEIGHT: 1.22em 
	}
IMG {BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px}

.bijelo {COLOR: #ffffff}
.crveno {COLOR: #ff0000}
.crno {COLOR: #000000}
.plavo {COLOR: #03F}
.poz_svjetlosiva {BACKGROUND-COLOR: #dedede}
.poz_crna {	ACKGROUND-COLOR: #000000}
.poz_crvena{BACKGROUND-COLOR: #ff0000}
.poz_bijela {BACKGROUND-COLOR: #ffffff}
.sakrij	{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
p {
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
HR	{BORDER-RIGHT: 0px; BORDER-TOP: #464646 1px solid; BORDER-LEFT: 0px; BORDER-BOTTOM: #ffffff 1px solid}
.opis {
	margin-left: 5px;
	clip:   rect(   );
	color: #333366;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 50px;
	width: auto;
}
A:link {
	COLOR: #464646; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #464646; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #464646; TEXT-DECORATION: none
}
A:active {
	COLOR: #464646; TEXT-DECORATION: none
}
.imgBorderWhite {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid;
}
.imgBorderGrey {
	BORDER-RIGHT: #a3a6ab 1px solid;
	BORDER-TOP: #a3a6ab 1px solid;
	BORDER-LEFT: #a3a6ab 1px solid;
	BORDER-BOTTOM: #a3a6ab 1px solid;
	text-align: center;
}
#imageContainer {
	MARGIN: auto;
	OVERFLOW: hidden;
	WIDTH: 150px;
	POSITION: relative;
	HEIGHT: 516px
}
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
.mojmenu{
	position: relative;
	padding: 0 0 0 50;
	margin: 0 auto 0 auto;
	background: url(/slike/menu/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.mojmenu li{
	float:left;
}
.mojmenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.mojmenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.mojmenu li.current a, .mojmenu li a:hover{
	color: #fff;
	background: url(/slike/menu/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.mojmenu li.current a b, .mojmenu li a:hover b{
	color: #fff;
	background: url(/slike/menu/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.mojmenu li.trazi  {
	color: #fff;
	float: right;
	display: block;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColHybHdr #container { position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */ width: 1215px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #D4340C url(../slike/design/moja_pozadina_tijelo.png) repeat-y center top; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 0px none #000000; text-align: left; /* this overrides the text-align: center on the body element. */ height: auto; 
} 
.thrColHybHdr #mainContent { height: auto; min-height: 2000px; margin-top: 0; margin-right: 250px; margin-bottom: 0; margin-left: 165px; padding-top: 0; padding-right: 5px; padding-bottom: 0px; padding-left: 10px; 
}
.thrColHybHdr #header {
	height: 46px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColHybHdr #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 */
}
.thrColHybHdr #sidebar1 { position: absolute; top: 50px; left: 0px; width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0 0px 5px; 
}
.thrColHybHdr #sidebar2 { position: absolute; top: 50px; right: 0px; width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ height: auto; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 5px 0px 5px 0px; /* padding keeps the content of the div away from the edges */ background: #FFF; 
}
.thrColHybHdr #mojbanner {
	position: absolute;
	top: 0px;s
	right: 0;
	width: 750px; 
	background: #EBEBEB; 
	padding: 0px 0px 0px 0px; 
	}
.thrColHybHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #800001;
	height:150px;
	} 
.thrColHybHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align:center;
}
.thrColHybHdr #footer a{color: #FFF;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: inline;
	position: relative;
}
.fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; display: inline; position: relative; 
}
div.opis_tab
  { margin: 2px; border: 0px solid #D4340C; width: 760px; float: left; text-align: left; text-indent: 20px;
  }
div.opis_tab img
  { display: block; 
	margin right: 5px;
border: none;
  }
div.naslov_crveni_tab
  { height:20px; background-image: url(../slike/design/crveni_tab_obli.png); background-position:top; background-repeat:no-repeat; color:#FF0; font-size:10px; font-weight:bold; text-align:center;
  }
div.acc_tab
  {
	margin: 2px;
	height: 20;
	width: auto;
	float: left;
	text-align: left;
	text-indent: 10px;
	cursor:pointer;
  }
/*------ početna proizvodi-------*/
.moj_proizvodi {
	MARGIN-LEFT: 11px;
	OVERFLOW: hidden;
	WIDTH: auto;
	HEIGHT: auto;
	margin-bottom: 5px;
}
.moj_pr_naslov {
	MARGIN-LEFT: 12px;
	MARGIN-TOP: 2px;
	OVERFLOW: hidden;
	WIDTH: auto;
	HEIGHT: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	font-weight: bold;
	font-stretch: condensed;
}
.moj_proizvodi_info {
	MARGIN-LEFT: 11px;
	OVERFLOW: hidden;
	WIDTH: auto;
	HEIGHT: auto;
	margin-bottom: 5px;
	border: 1px solid #D6D6D6;
	text-align: justify;
	padding: 5px 10px 5px 5px;
}
.moj_pr_okvir {
	float:left;
	WIDTH: 225px;
	HEIGHT: 150px;
	PADDING-RIGHT: 12px;
	DISPLAY: block;
	PADDING-LEFT: 12px;
	PADDING-TOP: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	OVERFLOW: hidden;
	/*BACKGROUND: url(/slike/design/proiz_okvir_crveni.png) no-repeat; */
	text-decoration: none;
}
.moj_prvi_red {float:left}
.moj_pr_links {float: left}
.moj_pr_links .prvi_red {HEIGHT: 135px}
.moj_pr_links .prvi_red H3 {MARGIN-TOP: 5px! important}
.moj_pr_slika {
	DISPLAY: block;
	FLOAT: right;
	WIDTH: 90px;
	HEIGHT: 145px;
	position: relative;
	top: -5px;
}
.moj_pr_slika A {DISPLAY: block}
.moj_pr_slika A IMG {DISPLAY: block}
.moj_pr_links_l {
	DISPLAY: block;
	PADDING-LEFT: 11px;
	FONT: 10px ;
	WIDTH: 120px;
	height: 15px;
}

.moj_addthis_toolbox { margin: 0px; padding: 0px; border: 0px; position: relative; 	
}

/* type orgin 920px  */
#wrap {
	text-align:left; margin:0 auto 0 auto;
	width:980px; padding:0 10px 0 10px; voice-family:"\"}\""; voice-family:inherit; width:960px;
	padding /*\**/:0 10px 0 10px\9 ;/* ie8 */
}
*+html #wrap {padding:0 10px 0 11px;} /* ie7 */
* html #wrap {padding:0 10px 0 11px;} /* ie6 */
body:first-of-type #wrap {padding:0 11px 0 10px;} /* safari4, crome2, opera9 */
:root #wrap {padding:0 10px 0 10px !important;} /* safari4, firefox3, crome2, opera9 */
*:first-child+html #wrap {padding:0 10px 0 11px !important;} /* ie7 */

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.clearfix {padding:5px 0 5px;border-top:1px solid #e2e7ee;}

.okvir_grupe { width:800px; background-image: url(../slike/design/bg_okvir_grupe.png); background-repeat: repeat-y; margin-bottom: 10px; }
.okvir_grupe .okvir_grupe_header { position:relative; width:775px; height:32px; line-height:20px; background:url("../slike/design/bg_okvir_grupe_top.png") no-repeat left top; color:#FF0; font-size:18px; padding-top: 8px; padding-right:0px; padding-bottom: 0; padding-left:15px; }
.okvir_grupe .okvir_grupe_header .tab {position:absolute;right:150px;top:8px;}
.okvir_grupe .okvir_grupe_header .tab li {float:left;width:180px;height:32px;margin:0;}
.okvir_grupe .okvir_grupe_header .tab li a {display:block;width:160px;height:22px;padding:10px 0 0 0;text-decoration:none;font-size:12px;font-weight:bold;text-align:center;}
.okvir_grupe .okvir_grupe_header .tab li a.on {background:url("../slike/design/bg_selecttype_tab_on.gif") no-repeat 0 0;color:#000000;}
.okvir_grupe .okvir_grupe_header .tab li a.off {background:url("../slike/design/bg_selecttype_tab_off.gif") no-repeat 0 0;color:#e8eef5;}

.okvir_grupe .okvir_grupe_body { position:relative; width:auto; padding:0px 20px 30px 10px; background:url("../slike/design/bg_okvir_grupe_btm.png") no-repeat left bottom; }
.okvir_grupe .okvir_grupe_body .okvir_grupe_lengthbox {width:750px; padding:0 15px 0px 15px; overflow:hidden; }
.okvir_grupe .okvir_grupe_body .leftbtn {position:absolute;top:63px;left:12px;}
.okvir_grupe .okvir_grupe_body .rightbtn {position:absolute;top:63px;left:798px;}
.okvir_grupe .okvir_grupe_body ul {list-style:none;margin:0 auto;padding:0;}
.okvir_grupe .okvir_grupe_body ul.length6 {width:775px;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul.length5 {width:600px;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul.length4 {width:400px;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul.length3 {width:320px;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul.length2 {width:220px;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul.length1 {width:120px;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul.length6 li {float:left;padding:0;width:160px;text-align:center;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul li {float:left;padding:0;width:180px;text-align:center;overflow:hidden;}
.okvir_grupe .okvir_grupe_body ul li img {overflow:hidden;margin-bottom: 2px;}
.okvir_grupe a.arrow_okvir_grupe,
.okvir_grupe a.arrow_okvir_grupe:visited {font-size:11px;color:#157dcc;font-weight:bold;padding:0;white-space:nowrap;line-height:13px;text-decoration:none;}
.okvir_grupe a.arrow_okvir_grupe:hover,
.okvir_grupe a.arrow_okvir_grupe:active {font-size:11px;color:#2bb3e9;font-weight:bold;padding:0;white-space:nowrap;line-height:13px;text-decoration:none;}
.okvir_grupe a.arrow_okvir_grupe span.last,
.okvir_grupe a.arrow_okvir_grupe:visited span.last {background:url("../slike/design/strelica_podtip.gif") no-repeat right bottom;padding:0 8px 0 0;}
.okvir_grupe a.arrow_okvir_grupe:hover span.last,
.okvir_grupe a.arrow_okvir_grupe:active span.last {background:url("../slike/design/strelica_podtip.gif") no-repeat right bottom;padding:0 8px 0 0;}
 
.info_link { position: static; height: 20px; width: 200px; left: 650px; top: 65px; margin-top: 5px; margin-left: 5px; padding-top: 10px; }

.excel1 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel2 {
height:25pt;
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:red;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:top;
border:none;
white-space:nowrap;
}
.excel5 { padding-top:1px; padding-right:1px; padding-left:1px; color:black; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; vertical-align:top; border:none; white-space:normal; }