/*--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI
--------------------------------------------------------------------------------------------*/
html, body, div, span, 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: #000;
  background: #373737 url('../images/background-pattern.jpg');
  font-family: Tahoma, Arial, Verdana, Georgia, 'Trebuchet MS', 'Times New Roman';
  font-size: 12px;
  line-height: 1.6em;
}

h1{
  font-size: 2.0em;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.0em;
}
h2{
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 12px;
}
h3{
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 12px;
}

a{
  color: #267d9f;
  text-decoration: none;
}
a.active, a:hover, a:focus{
  color: #267d9f;
  text-decoration: underline;
}

big{font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:14px;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:6px}
.justify{text-align:justify}

hr{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 14px;
}

ul{list-style-type:circle;padding:0 0 18px 40px}

#content ul{list-style-type:circle;padding:0 0 18px 40px}

img.image, img.image_l, img.image_r{border:7px solid #267d9f;margin:0 5px 5px 0}
img.image_l{float:left;margin-right:10px}
img.image_r{float:right;margin-left:10px}
a:hover img.image, a:focus img.image, a:hover img.image_l, a:focus img.image_l, a:hover img.image_r, a:focus img.image_r{
  border-color: #000;
}

.clear{clear:both;width:100%;height:1px}





/*-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI - ČESTO KORIŠTENI
-------------------------------------------------------------------------------------------*/
a.white{color:#fff}

.column_big{
  float: left;
  width: 620px;
  padding-right: 60px;
}
.column_small{
  float: left;
  width: 280px;
}
.column_small_padding{
  float: left;
  width: 280px;
  padding-right: 60px;
}

.column_mid{
  float: left;
  width: 620px;
  padding-right: 60px;
}




/*-------------------------------------------------------------------------------------------
3. NAVIGATION - GORNJI LINKOVI
-------------------------------------------------------------------------------------------*/
#wrapper_navigation{
  width: 100%;
  min-width: 960px;
  background-color: #fff;
}
#container_navigation{
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 12px;
}
#container_navigation p{
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
#container_navigation a.active, #container_navigation a:hover, #container_navigation a:focus{
  color: #373737;
}





/*-------------------------------------------------------------------------------------------
4. HEADER STRANICE - LOGOTIP I REKLAMA
-------------------------------------------------------------------------------------------*/
#header{
  width: 960px;
  margin: 0 auto;
  padding: 35px 0 0;
}




/*-------------------------------------------------------------------------------------------
5. SREDINA STRANICE - MAIN - GLAVNI SADRŽAJ
-------------------------------------------------------------------------------------------*/
#main{
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  color: #267d9f;
}
h1.logotip a{
  display: block;
  float: left;
  width: 280px;
  height: 80px;
  background: url('../images/limocin-logotip.jpg') no-repeat;
  text-indent: -9999px;
}




/*-------------------------------------------------------------------------------------------
6. SREDINA STRANICE - BOTTOM
-------------------------------------------------------------------------------------------*/
#wrapper_bottom{
  width: 100%;
  min-width: 960px;
  background: #267d9f url('../images/bottom-pattern.gif');
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000;
}
#container_bottom{
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 27px;
}
#container_bottom h1{padding-top:20px}
#container_bottom p{padding:0}
#container_bottom a{color:#fff}





/*-------------------------------------------------------------------------------------------
7. FOOTER STRANICE
-------------------------------------------------------------------------------------------*/
#wrapper_footer{
  width: 100%;
  min-width: 960px;
  height: 125px;
  background: url('../images/footer-gradient.jpg') repeat-x;
  overflow: hidden;
}
#container_footer{
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 18px;
}
#container_footer p{color:#fff}
#container_footer .column_big p{color:#267d9f}





/*-------------------------------------------------------------------------------------------
8.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;
}





/*-------------------------------------------------------------------------------------------
8.2. OSTALI ELEMENTI STRANICE - PORUKE
-------------------------------------------------------------------------------------------*/
p.ok{
  color: #000;
  background: #e5fcd9 url('../images/icons/message-ok.gif') 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.gif') 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-help.gif') 10px center no-repeat;
  border: 1px solid #73A9E3;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}

