/*
--------------------------------------------------------------------------------------------
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: 11px;
  line-height: 1.7em;
}

h1{
  font-size: 4.2em;
  font-weight: bold;
  margin: 10px 0 25px;
}
h2{
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
}

a{
  color: #000;
  text-decoration: underline;
}

p{padding-bottom:14px}

ul{list-style-type:disc;padding:0 0 18px 30px}
ul li{padding:1px 0}

.clear{clear:both}

a.back_slika{
  float: left;
  display: block;
  width: 74px;
  height: 64px;
  text-align: center;
  padding-top: 10px;
  margin: 0 3px 5px;
}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#header #logotip{
  display: none;
}

#wrapper_bottom{
  display: none;
}

.main_box_image{
  display: none;
}



/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/
#header #text p{
  font-style: italic;
  font-size: 1.1em;
  padding-bottom: 20px;
}

.sub_box_navig{
  padding: 10px 0 30px;
  font-family: 'Trebuchet MS';
  font-size: 1.3em;
  font-weight: bold;
}
.sub_box_image{
  float: left;
  width: 35%;
}
.sub_box_images{
  float: left;
  width: 65%;
}

.categories, .news, .links{margin-bottom:20px}
.categories dd{padding-bottom:5px}
.news dd{padding-bottom:15px}
