/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
html, div, form, textarea, input, img, label, table, tr, td, p, h1, h2, h3, h4, h5{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #000;
  background-color: #fff;
  font-family: Georgia, 'Lucida Sans Unicode', Verdana, 'Trebuchet MS', 'Times New Roman', Arial;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h1{
  font-size: 2.0em;
  font-weight: normal;
  margin-bottom: 25px;
}
h2{
  font-family: 'Trebuchet MS';	
  font-size: 1.4em;
  color:#660000;
  font-weight: bold;
  margin: 5px 0 15px;
}

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}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#container_right{
  display: none;
}

#footer{
  display: none;
}



/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/
#main{
  text-align: justify;
}

img.slika, img.slika_l{
  width: 160px;
  height: 120px;
  background: url('../images/img_border.gif') no-repeat;
  padding: 8px 10px 7px 8px;
}
img.slika_l{float:left;margin-right:8px}
