/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
html, div, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #fff;
  background: #292427 url('../images/back_bottom.jpg') 0 400px repeat;
  font-family: Georgia, 'Lucida Sans Unicode', Verdana, 'Trebuchet MS', 'Times New Roman', Arial;
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px;

  line-height: 1.7em;
  word-spacing: 1.0px;
  letter-spacing: -0.3px;
}

h1{
  font-size: 2.0em;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 90px;
}
h2{
  font-family: 'Trebuchet MS';	
  font-size: 1.4em;
  color:#660000;
  font-weight: bold;
  margin: 5px 0 15px;
}
h3{
  color: #c9c99f;
  background: url('../images/h3_leaf_red.gif') no-repeat;
  font-family: 'Lucida Sans Unicode';
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 25px 0 5px 58px;
}
h3.black{
  background-image: url('../images/h3_leaf_black.png');
}

a{
  color: #c9c99f;
  text-decoration: none;
}
a:hover, a:focus, a.active{
  color: #ff6633;
  text-decoration: underline;
}

p{padding-bottom:14px}

ul{list-style-image:none;list-style:none;margin:0;padding:0}
ul li{margin:0;padding:0}
#main ul{list-style-type:disc;padding:0 0 18px 30px}
#main ul li{padding:1px 0}

.clear{clear:both}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - WRAPPERI I CONTAINERI
-------------------------------------------------------------------------------------------
*/
#wrapper_all{
  background: url('../images/back_top1.gif') repeat-x;
}
#container_all{
  width: 940px;
  background: url('../images/back_top2.jpg') 0 48px no-repeat;
  padding-left: 100px;
  min-height: 400px;
}
#container_left{
  float: left;
  width: 610px;
}
#container_right{
  float: left;
  width: 240px;
  padding: 20px 10px 0;
}


/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE - LOGOTIP, NASLOV
-------------------------------------------------------------------------------------------
*/
#header{
  height: 250px;
  padding: 20px 60px 0 160px;
  overflow: hidden;
}

/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - GLAVNI SADRZAJ
-------------------------------------------------------------------------------------------
*/
#main{
  min-height: 350px;
  color: #333;
  background: #fff url('../images/back_main_top.gif') no-repeat;
  text-align: justify;
}
#main_back_bottom{
  min-height: 350px;
  background: url('../images/back_main_bottom.gif') bottom no-repeat;
  padding: 30px 35px 20px 160px;
}
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}


/*
-------------------------------------------------------------------------------------------
5. FOOTER STRANICE
-------------------------------------------------------------------------------------------
*/
#footer{
  margin-top: 12px;
}


/*
-------------------------------------------------------------------------------------------
6. COLUMN RIGHT - SEARCH, NAVIGATION, KONTAKT INFO
-------------------------------------------------------------------------------------------
*/
#container_right p{
  padding-left: 22px;
}
#container_right p.logotip{
  padding: 0 0 15px;
}
#container_right ul{
  margin: 0 0 40px 60px;
  list-style-type: circle;
}
#container_right ul li a{
  color: #c9c99f;
}
#container_right ul li a.active{
  color: #fff;
  text-decoration: underline;
}
#container_right ul li a:hover, #container_right ul li a:focus{
  color: #fff;
  text-decoration: underline;
}




/*
-------------------------------------------------------------------------------------------
7. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/

