/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
html, body, div, form, textarea, input, img, label, table, tr, td, p, hr, ul, li, h1, h2, h3, h4, h5{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #000;
  background-color: #fff;
  font-family: Arial, Verdana, Georgia, 'Trebuchet MS', 'Times New Roman';
  font-size: 12px;
  line-height: 1.6em;
}

h1{
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.0em;
}
h2{
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 14px;
}

a, a.active, a:hover, a:focus{
  color: #000;
  text-decoration: underline;
}

big{font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:20px;line-height:1.6em}
p.align_r{text-align:right}
p.align_c{text-align:center}
.float_l{float:left}
.float_r{float:right}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.justify{text-align:justify}
}

hr{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}

ul{list-style-image:none;list-style:none}
#main ul{list-style-type:circle;padding:0 0 18px 40px}

img.slika, img.slika_l{padding:3px}
img.slika_l{float:left;margin-right:10px}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/





/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/

.