body {
	margin: 0px;
}
a.izbornik {
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	color: #3c8cae;
	font-family: Times New Roman, serif;
	font-size: 20pt;
	font-style: italic;
}
p {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: justify;
}
a {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #3c8cae;
	text-decoration: underline;
}
li {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
}

li.pogodnosti {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	color: #3c8cae;
}

a.pogodnosti {
	font-family: Times New Roman, serif;
	font-size: 14pt;
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.separator {
	background-image: url(images/separator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.zoom:hover{
    color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.5);
  

}