/*
--------------------------------------------------------------------------------------------
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: #fff;
  background: #040404 url('../images/background_gradient.jpg') repeat-x;
  font-family: Arial, 'Trebuchet MS', 'Times New Roman', Verdana;
  font-size: 11px;
  line-height: 1.7em;
}

h1{
  font-size: 4.2em;
  line-height: 0.9em;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 25px;
}
h2{
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
}

a{
  color: #f7941e;
  text-decoration: none;
}
a:hover, a:focus, a.active{
  color: #f0540f;
  text-decoration: underline;
}

p{padding-bottom:14px}

ul{list-style-image:none;list-style:none}
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}

a.back_slika{
  float: left;
  display: block;
  width: 74px;
  height: 64px;
  background: url('../images/back_slika.png') no-repeat;
  text-align: center;
  padding-top: 10px;
  margin: 0 3px 5px;
}
a.back_slika:hover, a.back_slika:focus, a.back_slika.active{
  background-image: url('../images/back_slika_hover.png');
}




/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - WRAPPERI I CONTAINERI
-------------------------------------------------------------------------------------------
*/
#container_all{
  margin: 0 auto;
  width: 770px;
}



/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE - LOGOTIP, NASLOV
-------------------------------------------------------------------------------------------
*/
#header{
  padding: 20px 10px 20px 0;
}
#header #logotip{
  float: left;
  width: 290px;
}
#header #text{
  float: left;
  width: 460px;
  padding-top: 85px;
}
#header #text p{
  font-style: italic;
  font-size: 1.1em;
  padding: 0;
}



/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - GLAVNI SADRZAJ
-------------------------------------------------------------------------------------------
*/
#main{
  min-height: 100px;
}


.main_box_image{
  width: 770px;
  height: 330px;
  padding-top: 274px;
}
.main_box_navig{
  background: url('../images/back_fade.png') repeat;
  padding: 10px 90px 11px 0;
  text-align: right;
  font-family: 'Trebuchet MS';
  font-size: 1.3em;
  font-weight: bold;
}
.main_box_navig a{
  color: #fff;
}
.main_box_navig a:hover, .main_box_navig a:focus, .main_box_navig a.active{
  color: #f0540f;
  text-decoration: underline;
}

.sub_box_navig{
  color: #f7941e;
  padding: 10px 90px 30px 0;
  text-align: right;
  font-family: 'Trebuchet MS';
  font-size: 1.3em;
  font-weight: bold;
}
.sub_box_image{
  float: left;
  width: 260px;
}
.sub_box_images{
  float: left;
  width: 485px;
  padding-left: 25px;
}




/*
-------------------------------------------------------------------------------------------
5. FOOTER STRANICE
-------------------------------------------------------------------------------------------
*/
#footer{
  padding-top: 20px;
}
.categories{
  float: left;
  width: 240px;
  padding-right: 50px;
}
.categories dd{color:#f7941e;padding-bottom:5px}

.news{
  float: left;
  width: 450px;
  padding-right: 20px;
}
.news dt{color:#f7941e}
.news dd{padding-bottom:15px}

.links{
  float: left;
  width: 120px;
  padding-right: 2px;
}


/*
-------------------------------------------------------------------------------------------
6. BOTTOM STRANICE
-------------------------------------------------------------------------------------------
*/
#wrapper_bottom_img{
  width: 100%;
  height: 46px;
  background: url('../images/background_bottom.jpg') repeat-x;
}
#wrapper_bottom{
  width: 100%;
  min-width: 770px;
  height: 225px;
  background-color: #fff;
  border-bottom: 1px solid #020202;
  padding-top: 10px;
}
#container_bottom{
  margin: 0 auto;
  width: 770px;
}

#container_bottom2{
  padding-top: 40px;
  color: #000;
  background: #ffffff;
  font-family: Arial, 'Trebuchet MS', 'Times New Roman', Verdana;
  font-size: 12px;
  line-height: 1.7em;
  margin: 0 auto;
  width: 770px;
}


/*
-------------------------------------------------------------------------------------------
7. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
