/*
--------------------------------------------------------------------------------------------
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, ul, li, dl, dt, dd{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #000;
  background-color: #fff;
  font-family: Arial, 'Trebuchet MS', 'Times New Roman', Verdana;
  font-size: 12px;
  line-height: 1.5em;
}

h1{
  font-family: 'Arial Black', Arial;
  font-size: 2.0em;
  text-transform: uppercase;
  letter-spacing: -2px;
  padding-bottom: 8px;
}
h2{
  font-family: Arial;
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 30px;
}
h3{
  font-family: Arial;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 14px;
}

a{
  color: #000;
  text-decoration: underline;
}

p{padding-bottom:14px;line-height:1.5em;text-align:justify}


ul{list-style-type:circle;padding:0 0 13px 30px}
ul li{padding:1px 0}

img.slika, img.slika_l, img.slika_r{
  padding: 8px;
  background-color: #fff;
}
img.slika_l{
  float: left;
  margin-right: 15px;
}
img.slika_r{
  float: right;
  margin-left: 15px;
}

.float{float:left;width:50%}
.clear{clear:both}

p.align_r{text-align:right;padding-bottom:22px}




/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#header{
  display: none;
}

#column_right{
  display: none;
}

#contact{
  display: none;
}
#links{
  display: none;
}
#copyright{
  display: none;
}



/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/
#location{
  padding-bottom: 20px;
}

#main{
  padding-bottom: 30px;
}
#main .box{
  height: 130px;
}
