/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
html, body, div, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #737373;
  background: #fff url('../images/back_header_gradient.jpg') repeat-x;
  font-family: Arial, 'Trebuchet MS', 'Lucida Sans Unicode', Verdana, Georgia, 'Times New Roman', Arial;
  font-size: 11px;
  line-height: 1.7em;
}

h1{
  color: #fff200;
  font-family: 'Trebuchet MS';
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 45px;
  letter-spacing: -2px;
  line-height: 1.0em;
}
h2{
  color: #fff200;
  font-family: 'Trebuchet MS';
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
h3{
  color: #fff;
  font-family: 'Trebuchet MS';
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: -1px;
}
h3.gray{
  color: #ccc;
  margin: 0;
}
h3.blue{
  color: #003f6b;
  margin-bottom: 15px;
}
h4{
  color: #003f6b;
  font-family: 'Trebuchet MS';	
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
}

a{
  color: #003e6a;
  text-decoration: none;
}
a:hover, a:focus, a.active{
  color: #003e6a;
  text-decoration: underline;
}

p{padding-bottom:14px}
p.border{
  width: 408px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  margin-left: 150px;
  padding: 15px 25px;
}
p.border2{
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 15px 25px;
}

em{
  color: #377b01;
  font-family: 'Lucida Sans Unicode';
  font-style: normal;
}
em.blue{
  color: #003f6b;
}
em.green{
  color: #679900;
}

ul{list-style-image:none;list-style:none;margin:0;padding:0}
ul li{margin:0;padding:0}
#main ul{list-style-type:disc;padding:0 0 18px 30px}
#main ul li{padding:1px 0}

.clear{clear:both}

img.slika, img.slika_l, img.slika_r{
  padding: 3px;
  margin-bottom: 5px;
}
img.slika_l{float:left;margin-right:15px}
img.slika_r{float:right;margin-left:15px}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - WRAPPERI I CONTAINERI
-------------------------------------------------------------------------------------------
*/
#wrapper_all{
  width: 100%;
  min-width: 940px;
  background: url('../images/back_header_logo.jpg') top right no-repeat;
}
#container_all{
  margin: 0 auto;
  width: 940px;
}



/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE - LOGOTIP, NASLOV
-------------------------------------------------------------------------------------------
*/
#header{
  height: 432px;
  color: #fff;
}
#header_left{
  float: left;
  width: 635px;
  padding: 18px 50px 0 0;
}
#header_navig{
  float: left;
  width: 255px;
}

#header_left a{
  color: #fff;
}
#header p{
  padding-bottom: 4px;
}
#header p.logotip{
  padding: 30px 0 80px;
}
#header p.lang{
  float: right;
  color: #999;
  font-size: 1.1em;
}

#header_navig ul li{
  margin-bottom: 3px;
}
#header_navig ul li a{
  display: block;
  width: 235px;
  height: 40px;
  background-color: #e5d900;
  padding: 12px 0 10px 20px;
  font-family: 'Lucida Sans Unicode';
  text-decoration: none;
}
#header_navig ul li a:hover, #header_navig ul li a:focus{
  color: #000;
  text-decoration: underline;
}
#header_navig ul li a.active{
  width: 210px;
  background: #b7b50c url('../images/navig_star.gif') 14px 10px no-repeat;
  text-decoration: none;
  padding-left: 45px;
}
#header_navig ul li strong{
  font-family: 'Trebuchet MS';
  font-size: 1.4em;
}
#pretraga{
  width: 215px;
  height: 80px;
  color: #003e6a;
  font-family: 'Trebuchet MS';
  font-size: 1.2em;
  font-weight: bold;
  background-color: #e7db00;
  padding: 15px 20px 20px;
  overflow: hidden;
}




/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - GLAVNI SADRZAJ
-------------------------------------------------------------------------------------------
*/
#main{
  float: left;
  width: 610px;
  padding-right: 50px;
}
#column_right{
  float: left;
  width: 250px;
  background: url('../images/h4_star.gif') 0 30px no-repeat;
  padding-left: 25px;
}

#main .box1{
  float: left;
  width: 58%;
  margin-bottom: 25px;
}
#main .box2{
  float: left;
  width: 37%;
  padding-left: 5%;
  margin-bottom: 25px;
}
.box_proizvod{
  float: left;
  width: 44%;
  height: 90px;
  padding: 0 3%;
  margin-bottom: 25px;
}
a.slika_box{
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  padding: 3px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 10px 5px 0;
}
a.slika_box:hover, a.slika_box:focus{
  border-color: #003e6a;
}



/*
-------------------------------------------------------------------------------------------
5. FOOTER STRANICE
-------------------------------------------------------------------------------------------
*/
#wrapper_footer{
  width: 100%;
  min-width: 940px;
  background: #003f6b url('../images/footer_back.gif') top right no-repeat;
  border-top: 5px solid #fff;
}
#container_footer{
  width: 920px;
  margin: 0 auto;
  padding: 15px 0 0 20px;
  color: #99ccff;
}
#container_footer a{
  color: #fff;
  text-decoration: none;
}
#container_footer a:hover, #container_footer a:focus{
  color: #fff;
  text-decoration: underline;
}
#links{
  float: left;
  width: 610px;
}
#links ul{
  float: left;
  padding: 30px 72px 10px 0;
}
#links ul li{
  padding: 2px 0;
}
#contact{
  float: left;
  width: 310px;
}
#contact2{
  background-color: #ededed;
  border: 1px solid #e0e0e0;
  padding: 10px 0 5px 5px;
}
#contact span, #contact2 span{
  float: left;
  width: 75px;
  text-align: right;
  padding-right: 10px;
}
#contact .text, #contact2 .text{
  color: #000;
  background-color: #99ccff;
  border-color: #838384;
}



/*
-------------------------------------------------------------------------------------------
6. BOTTOM STRANICE
-------------------------------------------------------------------------------------------
*/
#wrapper_bottom{
  width: 100%;
  min-width: 940px;
  background: #679900 url('../images/bottom_back.gif') repeat-x;
  height: 55px;
}
#container_bottom{
  width: 920px;
  margin: 0 auto;
  padding: 15px 0 0 20px;
}
#container_bottom h2{
  float: left;
  color: #fff;
  padding-right: 220px;
}




/*
-------------------------------------------------------------------------------------------
7. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
.text{
  color: #fff;
  background-color: #003459;
  border: 1px solid #bababb;
  padding: 4px 5px;
}
.button{
  width: 29px;
  height: 28px;
  background: #003459 url('../images/button.gif') no-repeat;
  border: 1px solid #bababb;
  cursor: pointer;
}

.button_search{
  width: 29px;
  height: 28px;
  background: #003459 url('../images/button_search.gif') no-repeat;
  border: 1px solid #bababb;
  cursor: pointer;
}