/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
html, div, form, textarea, input, img, label, table, tr, td, p, h1, h2, h3, h4, h5{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #000;
  background-color: #fff;
  font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Georgia, Verdana, 'Times New Roman', Arial;
  font-size: 12px;
  
  line-height: 1.6em;
}

h1{
  font-family: 'Trebuchet MS';
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
}
h2{
  font-family: 'Trebuchet MS';
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 15px;
}
h3{;
  font-family: 'Trebuchet MS';
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 2px;
}

a{
  color: #000;
  text-decoration: underline;
}

p{padding-bottom:14px}

em{
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

ul{list-style-image:none;list-style:none;margin:0;padding:0}
ul li{margin:0;padding:0}
#content ul, #content2 ul{list-style-type:disc;padding:0 0 18px 30px}
#content ul li, #content2 ul li{padding:1px 0}

hr{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin: 15px 0;
}

.clear{clear:both}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#wrapper_header{
  display: none;
}
#wrapper_navigation{
  display: none;
}
#wrapper_bottom{
  display: none;
}
#wrapper_footer{
  display: none;
}


/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/
.nekretnina_box{
  float: left;
  width: 23%;
  padding: 0 2% 15px 0;
  text-align: center;
}
.nekretnina_box p{
  padding-bottom: 4px;
}

#contact_agent{
  line-height: 1.6em;
  margin-top: 25px;
}
#contact_agent img.slika_l{
  border-width: 4px;
}
#agent_box{
  padding: 15px 15px 3px;
}

img.slika, img.slika_l, img.slika_r{
  border: 6px solid #fff;
}

img.slika_l{float:left;margin-right:8px}
img.slika_r{float:right;margin-left:8px}