body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #006699;
	border-bottom-color: #000000;
	border-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}

/* //////////// GLAVNI MENI //////////// */
.glavnimeni {
     font-size: 15px;
     margin-bottom: 10px;
}

/* //////////// NASLOV STRANE //////////// */
.naslovstrane {
	color: #006699;
	font-size: 14px;
}
/* //////////// TEKST STRANE //////////// */

.sivitamnijitekst {
	font-size: 9px;
	color: #333333;
}

.sivimalitekst {
	font-size: 9px;
	color: #787878;
}

.sivivelikitekst {
	font-size: 13px;
	font-weight: bold;
	color: #787878;
}

.siviitalictekst {
	font-size: 11px;
	font-style: italic;
	color: #787878;
}

.sivisrednjitekst {
	font-size: 12px;
	color: #787878;
}

.plavitekst {
	font-size: 11px;
	color: #0099FF;
}

ul 
{list-style-image: url('images/spot.gif')
}

/* //////////// IMAGE POPUP //////////// */

.thumbnail{
	position: relative;
	z-index: 0;
	overflow: visible;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>
