/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
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: #000;
  background-color: #fff;
  font-family: Arial, Verdana, Georgia, 'Trebuchet MS', 'Times New Roman';
  font-size: 12px;
  line-height: 1.7em;
}

h1{
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 8px;
  line-height: 1.0em;
}
h1.link{
  display: inline;
  font-size: 1.0em;
  font-weight: normal;
  padding: 0;
}
h1.link_big{
  display: inline;
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
}
h1.title{
  font-size: 1.4em;
  font-weight: normal;
  padding-bottom: 5px;
}
h2{
  font-size: 0.9em;
  font-weight: normal;
  padding-bottom: 12px;
}
h3{
  font-size: 1.5em;
  font-weight: normal;
  padding: 4px 0 6px;
}

a, a.active, a:hover, a:focus{
  color: #000;
  text-decoration: underline;
}

big{font-size:1.2em}
small{font-size:0.9em}

em{
  font-style: normal;
}
span{
  font-size: 0.9em;
}

p{padding-bottom:15px;line-height:1.7em}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.padding_big{padding-bottom:25px}
.justify{text-align:justify;padding-bottom:15px}

ul{list-style-type:circle;padding:0 0 18px 40px}
ul li{padding:2px 0}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
form{
  display: none;
}

#footer{
  display: none;
}




/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/

