/*
--------------------------------------------------------------------------------------------
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: #000;
  background-color: #fff;
  font-family: Arial, 'Trebuchet MS', 'Times New Roman', Verdana;
  font-size: 12px;
  line-height: 1.7em;
}

h1{
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 12px;
  letter-spacing: -1px;
  word-spacing: 2px;
}
h1.title{
  font-size: 1.9em;
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1.2em;
}
h2{
  font-size: 0.9em;
  font-weight: normal;
  padding-bottom: 14px;
}
h2 a{text-decoration:none}
h3{
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 8px;
}

hr{
  border-top: 1px dashed #000;
  padding-bottom: 16px;
}

a{
  color: #000;
  text-decoration: underline;
}
a.box, a.box_active{
  padding: 3px 7px;
}

p{padding-bottom:14px;line-height:1.5em}

em{
  font-style: normal;
  font-weight: bold;
}

ul{list-style-type:circle;padding:0 0 13px 30px}
ul li{padding:1px 0}

img.slika, img.slika_l{
  padding: 6px;
}
img.slika_l{
  float: left;
  padding-right: 10px;
}

.float_l{float:left}
.float_r{float:right}
.clear{clear:both}

p.align_r{
  font-size: 0.9em;
  text-align: right;
}
.justify{
  text-align: justify;
}

code{
  display: block;
  padding: 8px 10px;
  margin: 8px 0;
}

.float{float:left;width:50%}
.clear{clear:both}

table{
  width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 15px;
}
table th, table td{
  border: 1px solid #000;
	padding: 8px 10px;
}




/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#container_login, wrapper_navigation, #social, #column_banner{display:none}
#header{
  display: none;
}
ul#navigation{
  display: none;
}
#column_right{
  display: none;
}
#footer{
  display: none;
}

.box_img{
  display: none;
}
p.stranica{
  display: none;
}

span a{
  display: none;
}

form, .print_none{
  display: none;
}




/*
-------------------------------------------------------------------------------------------
3. OSTALI ELEMENTI STRANICE - ISPRAVAK PRIKAZA
-------------------------------------------------------------------------------------------
*/
.box_text{
  padding-bottom: 20px;
}
.box_text p{padding-bottom:4px}
.box_text p.info{
  font-size: 0.9em;
}

a.box_big, div.box_big{
  display: block;
  float: left;
  width: 241px;
  padding: 6px 16px;
  margin: 0 8px 18px;
  text-decoration: none;
  line-height: 1.8;
  text-align: center;
}
.box_big span{display:block}
.box_big span.title{font-size:1.3em}
a.box_big span.title{font-weight:bold}
a.box_big img.slika, div.box_big img.slika{
  padding: 3px;
}




