/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, H3...
--------------------------------------------------------------------------------------------
*/
*{
behavior: url(iepngfix.htc); 
}

html, body, div, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #666;
  background: #b32d25 url('../images/pozadina.jpg') no-repeat;
  font-family: Arial, 'Microsoft Sans Serif', Georgia, 'Times New Roman', Verdana;
  font-size: 13px;
  margin-top: 20px;
}

h1{
  color: #fff;
  font-size: 3.6em;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -4px;
}
h2{
  color: #cc3333;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'Microsoft Sans Serif';
  padding-bottom: 10px;
}
h2 a, h2 a:hover, h2 a:focus{
  color: #cc3333;
}
h3{
  color: #ff9933;
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Microsoft Sans Serif';
  padding-bottom: 15px;
}

a{
  color: #3399cc;
  text-decoration: none;
}
a:hover, a:focus{
  color: #3399cc;
  text-decoration: underline;
}

ul{list-style-image:none;list-style:none;margin:0;padding:0}
ul li{margin:0;padding:0}

#content ul{list-style-type:disc;padding:0 0 18px 30px}
#content ul li{padding:1px 0}

p{padding-bottom:18px;line-height:1.4}

em{
  color: #ff9933;
  font-family: Georgia;
  font-style: normal;
}
span{
  color: #003459;
  font-family: 'Microsoft Sans Serif';
}

img.slika, img.slika_l, img.slika_r{
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
img.slika_l{float:left;margin-right:15px}
img.slika_r{float:right;margin-left:15px}

a:hover img.slika, a:hover img.slika_l, a:hover img.slika_r, a:focus img.slika, a:focus img.slika_l, a:focus img.slika_r{
  border-color: #cc3333;
}

img.slika_normal{
  float: left;
  margin: 0 15px 5px 0;
}

.clear{clear:left}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - CONTAINERI
-------------------------------------------------------------------------------------------
*/
#container_all{
  width: 910px;
  margin: 20px auto;
}



/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE - HEADER I NOVOSTI
-------------------------------------------------------------------------------------------
*/
#header{
  color: #fff;
  padding-bottom: 20px;
}
#header #title{
  float: left;
  width: 400px;
  padding: 35px 140px 0 0;
}
#header #novosti{
  float: left;
  width: 370px;
  font-size: 0.9em;
  font-family: 'Microsoft Sans Serif';
}
#header #novosti a{
  color: #fff;
}



/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - GLAVNI SADRZAJ
-------------------------------------------------------------------------------------------
*/
#main{
  float: left;
  width: 700px;
}
.border_top{
  height: 15px;
  background: url('../images/main_border_top.png') no-repeat;
}
.border_bottom{
  height: 15px;
  background: url('../images/main_border_bottom.png') no-repeat;
}
.content{
  background: url('../images/main_border_mid.png');
  padding: 5px 30px;
}

.padding{
  padding-bottom: 25px;
}



/*
-------------------------------------------------------------------------------------------
5. DESNI STUPAC - NAVIGACIJA (LINKOVI)
-------------------------------------------------------------------------------------------
*/
#navigation{
  float: left;
  width: 203px;
  margin-left: 7px;
}
#navigation ul li{
  width: 203px;
  height: 51px;
  margin-bottom: 3px;
  font-family: 'Microsoft Sans Serif';
  font-size: 0.9em;
  line-height: 1.2;
}
#navigation ul li a{
  display: block;
  width: 183px;
  height: 46px;
  color: #fff;
  background: url('../images/navig_off.png') no-repeat;
  padding: 5px 0 0 20px;
}
#navigation ul li a.active{
  background: url('../images/navig_on.png') no-repeat;
}
#navigation ul li a:hover, #navigation ul li a:focus{
  background: url('../images/navig_on.png') no-repeat;
}
#navigation ul li a strong{
  font-size: 1.6em;
  font-weight: normal;
}

p#impressum{
  color: #fff;
  padding: 90px 0 0 20px;
}
p#impressum a{
  color: #fff;
  font-weight: bold;
}

p#sponzor{
  font-size: 0.9em;
  color: #fff;
  padding: 10px 0 0 20px;
}


/*
-------------------------------------------------------------------------------------------
7. OSTALO
-------------------------------------------------------------------------------------------
*/

#contact{
  background-color: #ffd6af;
  border: 1px solid #ff9933;
  padding: 20px 20px 20px 20px;
  color: #003459;
}

#box{
  float: left;
  width: 310px;
  padding-right: 20px;
}
#box2{
  float: left;
  width: 250px;
}
#contact p{
  padding-bottom: 10px;
}
#contact p span{
  float: left;
  width: 100px;
  padding: 4px 10px 0 0;
  text-align: right;
}
.text{
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px 5px;
  width: 180px;
}
.text2{
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px 5px;
  width: 80px;
}
.button{
  width: 80px;
  height: 28px;
  background: #003459;
  border: 1px solid #bababb;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  float:right;
}

