/*
--------------------------------------------------------------------------------------------
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.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;
}
h3{
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 12px;
}

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-type:circle;padding:0 0 18px 40px}

img.image, img.image_l, img.image_r{padding:3px}
img.image_l{float:left;margin-right:10px}
img.image_r{float:right;margin-left:10px}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#navigation{display:none}

#footer{display:none}





/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/

.box_image{
  float: left;
  width: 104px;
  padding: 0 20px 18px 0;
  text-align: right;
}
.box_image p{padding:0;line-height:1.1em}
.box_image img.image{margin:0}