/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI
--------------------------------------------------------------------------------------------
*/
html, body, div, span, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5, ul, li, dl, dt, dd{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #fff;
  background: #001d3d url('../images/background.jpg') no-repeat;
  font-family: Arial, 'Trebuchet MS', Verdana, Georgia, 'Times New Roman';
  font-size: 11px;
  line-height: 1.6em;
  border-top: 5px solid #fff;
}

h1{
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1.0em;
}
h2{
  color: #1496b9;
  font-family: 'Trebuchet MS';
  font-size: 1.1em;
  font-weight: normal;
  padding-bottom: 12px;
}
h3{
  color: #19b4d8;
  font-size: 1.3em;
  font-weight: normal;
  padding-bottom: 12px;
}
h4{
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 12px;
}

a{
  color: #19b4d8;
  text-decoration: none;
}
a.active, a:hover, a:focus{
  color: #19b4d8;
  text-decoration: underline;
}

em{
  color: #19b4d8;
  font-family: 'Trebuchet MS';
  font-style: normal;
}

big{font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:14px;line-height:1.6em}
p.align_r{text-align:right}
p.align_c{text-align:center}
.float_l{float:left}
.float_lf{float:left;width:45%;padding-right:5%;padding-bottom: 10px;}
.float_r{float:right;text-align:right;}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.justify{text-align:justify}

hr{
  border-top: 1px solid #0E7B9F;
  width: 50%;
}

ul{list-style-image:none;list-style:none}
#main ul{list-style-type:circle;padding:0 0 18px 40px}
#main ul.lista, ul.lista{list-style-image:none;list-style:none;font-size:1.1em}

img.image, img.image_l, img.image_r{background-color:#fff;border:1px solid #19b4d8;padding:2px;margin:0 5px 5px 0}
img.image_l{float:left;margin-right:10px}
img.image_r{float:right;margin-left:10px}
a:hover img.image, a:focus img.image, a:hover img.image_l, a:focus img.image_l, a:hover img.image_r, a:focus img.image_r{
  border-color: #000;
}

.clear{clear:both;width:100%;height:1px}




/*
-------------------------------------------------------------------------------------------
2. HEADER STRANICE - LOGOTIP, SEARCH
-------------------------------------------------------------------------------------------
*/
#header{
  padding: 0 15px 25px;
}
#logotip{
  float: left;
  width: 320px;
  padding-top: 15px;
}
#logotip h1{padding:0}
#logotip h1 a{
  display: block;
  width: 315px;
  height: 80px;
  background-image: url('../images/kompro_logotip.gif');
  text-indent: -9999px;
  padding: 0;
}
#search{
  float: right;
  width: 293px;
  height: 43px;
  color: #19b4d8;
  background: #fff url('../images/background_search.gif') no-repeat;
  padding: 13px 0 0 15px;
  word-spacing: 3px;
}
#location_r{
  float: right;
  width: 11px;
  height: 24px;
  background: #334a64 url('../images/background_location_r.gif') no-repeat;
}
#location{
  float: right;
  height: 22px;
  color: #011d3c;
  background: #334a64 url('../images/background_location.gif') no-repeat;
  padding: 2px 10px 0;
}
#location a{color:#011d3c}




/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - MAIN, CONTENT
-------------------------------------------------------------------------------------------
*/
#main{
  width: 900px;
  margin: 0 auto;
}
.box1{
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.box1_small{
  float: left;
  width: 420px;
  margin: 0 20px 10px 0;
  padding-right: 20px;
}
.box_img{
  float: left;
  width: 170px;
  padding-right: 10px;
}
.box_text{
  float: left;
  width: 580px;
}
.box1_small .box_text{
  width: 240px;
}

.box2{
  float: left;
  width: 390px;
  height: 150px;
  background: url('../images/background_box2.png') no-repeat;
  margin: 0 20px 15px 0;
  padding: 20px 25px 0;
}
.box3{
  width: 850px;
  height: 110px;
  /* background: #1496b9 url('../images/background_box3.gif') no-repeat; */
  margin-bottom: 15px;
  padding: 14px 25px 0;
  text-align: center;
  word-spacing: 50px;
}




/*
-------------------------------------------------------------------------------------------
5. DESNI STUPAC - LINKOVI
-------------------------------------------------------------------------------------------
*/
a#right_telcentrale, a#right_infmreze{
  display: block;
  background-color: #0d698b;
  background-repeat: no-repeat;
  background-position: top left;
  width: 48px;
  height: 156px;
  position: absolute;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
a#right_telcentrale{
  top: 160px;
  background-image: url('../images/right_telcentrale.gif');
}

a#right_infmreze{
  top: 330px;
  background-image: url('../images/right_infmreze.gif');
}
a#right_telcentrale:hover, a#right_infmreze:hover{
  background-position: top right;
}

#right_links1, #right_links2{
  text-align: right;
  position: absolute;
  right: 70px;
  top: 190px;
  z-index: 100;
}
#right_links2{
  top: 360px;
}



/*
-------------------------------------------------------------------------------------------
6. FOOTER
-------------------------------------------------------------------------------------------
*/
#footer{
  color: #001d3d;
  background-color: #fff;
  padding: 12px 20px;
  min-height: 40px;
}
#footer p{padding:0}





/*
-------------------------------------------------------------------------------------------
7.1. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
form label{
  font-weight: bold;
}
.text{
  color: #fff;
  background-color: #00142a;
  border: 1px solid #19b4d8;
  font-size: 1.0em;
  padding: 5px;
}
.button{
  width: 78px;
  height: 25px;
  color: #fff;
  background-color: #19b4d8;
  border: 1px solid #323737;
  font-size: 1.0em;
  font-weight: bold;
  padding-bottom: 2px;
  cursor: pointer;
}



/*
-------------------------------------------------------------------------------------------
7.2. OSTALI ELEMENTI STRANICE - PORUKE
-------------------------------------------------------------------------------------------
*/
p.ok{
  color: #000;
  background: #e5fcd9 url('../images/icons/message_ok.gif') 10px center no-repeat;
  border: 1px solid #67C058;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.error{
  color: #000;
  background: #fceae3 url('../images/icons/message_error.gif') 10px center no-repeat;
  border: 1px solid #E3775B;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.help{
  color: #000;
  background: #e8f1fc url('../images/icons/message_help.gif') 10px center no-repeat;
  border: 1px solid #73A9E3;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}


