/*
--------------------------------------------------------------------------------------------
0. VARIJABILNI ELEMENTI - POZADINA, BOJA SLOVA, BOJA LINKA, HEADER SLIKA
--------------------------------------------------------------------------------------------
*/
body{
  color: #fff;
  background-color: #204F1D;

}
h1, h2, h3{
  color: #EFEC0E;
  font-family: Georgia;
}

em {
  color: #EFEC0E;
}

a{
  color: #EFEC0E;
}
a.active, a:hover, a:focus{
  color: #EFEC0E;
}

a:hover img.slika, a:focus img.slika, a:hover img.slika_l, a:focus img.slika_l{
  border-color: #EFEC0E;
}


#header{
  background-image: url('../images/header.jpg');
}
#column{
  color: #eee;
}





/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI
--------------------------------------------------------------------------------------------
*/
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{
  font-family: Verdana, Georgia, 'Trebuchet MS', 'Times New Roman';
  font-size: 12px;
  line-height: 1.6em;
  padding-top: 10px;
}

h1{
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 5px;
  line-height: 1.0em;
}
h2{
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 12px;
 padding-top: 5px;
}

a{
  text-decoration: none;
}
a.active, a:hover, a:focus{
  text-decoration: underline;
}

big{font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:20px;line-height:1.6em}
p.align_r{text-align:right}
p.align_c{text-align:center}
.float_l{float:left}
.float_r{float:right}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.justify{text-align:justify}

hr{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 14px;
}

ul{list-style-image:none;list-style:none}
#content ul{list-style-type:circle;padding:0 0 18px 40px}

img.slika, img.slika_l{border:1px solid #d7d7d7;padding:2px;margin:0 5px 5px 0}
img.slika_l{float:left;margin-right:10px}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - WRAPPERI I CONTAINERI
-------------------------------------------------------------------------------------------
*/
#container{
  width: 780px;
  margin: 0 auto;
}



/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE
-------------------------------------------------------------------------------------------
*/
#header{
  height: 260px;
  background-color: #204F1D;
  background-repeat: no-repeat;
  border: 6px solid #204F1D;
  margin-bottom: 10px;
}
#header h1 a{
  display: block;
  width: 530px;
  height: 140px;
  text-indent: -9999px;
}




/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - MAIN, CONTENT
-------------------------------------------------------------------------------------------
*/
#main{

  background-color: #1A3F17;
  padding: 20px 30px 10px;
  margin-bottom: 20px;
}

#content{
  float: left;
  width: 380px;
  padding-right: 40px;
}




/*
-------------------------------------------------------------------------------------------
5. DESNI STUPAC - COLUMN, NAVIGATION
-------------------------------------------------------------------------------------------
*/
#column{
  float: left;
  width: 300px;
}
#column p{font-size:0.9em}

ul#navigation{
  padding-bottom: 20px;
}
ul#navigation li{
  padding-bottom: 3px;
}
ul#navigation li a{
  display: block;
  color: #204F1D;
  background-color: #EFEC0E;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 0 5px 12px;
  font-family: Georgia;
}
ul#navigation li a.active{
  background-color: #ccc;
  text-decoration: none;
}
ul#navigation li a:hover, ul#navigation li a:focus{
  background-color: #DFDD37;
  text-decoration: none;
}





/*
-------------------------------------------------------------------------------------------
6. FOOTER
-------------------------------------------------------------------------------------------
*/
#footer{
  color: #999;
  padding: 10px 20px 0;
  background-color: #1A3F17;
}
#footer a{
  color: #EFEC0E;
}






/*
-------------------------------------------------------------------------------------------
7.1. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
form label{
  display: block;
  float: left;
  width: 70px;
  padding-right: 10px;
  text-align: right;
  line-height: 1.7em;
}
fieldset{
  border: 1px solid #e0e0e0;
  padding: 10px 18px;
  margin-bottom: 18px;
}
fieldset legend{
  color: #006600;
  font: 1.2em 'Trebuchet MS';
  font-weight: bold;
  padding: 0 5px;
}
.text{
  color: #000;
  background-color: #fff;
  border: 1px solid #006600;
  font-size: 0.9em;
  padding: 5px;
}
.button{
  width: 78px;
  height: 25px;
  color: #fff;
  background: #026799 url('../images/button.gif') no-repeat;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 2px;
  cursor: pointer;
}



/*
-------------------------------------------------------------------------------------------
7.2. OSTALI ELEMENTI STRANICE - PORUKE
-------------------------------------------------------------------------------------------
*/
p.ok{
  color: #000;
  background: #e5fcd9 url('../images/icons/message_ok.png') 10px center no-repeat;
  border: 1px solid #67C058;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.error{
  color: #000;
  background: #fceae3 url('../images/icons/message_error.png') 10px center no-repeat;
  border: 1px solid #E3775B;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.help{
  color: #000;
  background: #e8f1fc url('../images/icons/message_info.png') 10px center no-repeat;
  border: 1px solid #73A9E3;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}


