body,td,th {
font-family: "Lucida Sans Unicode", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -0.6px;
line-height: 1.5em;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 10px;
}
form {
     margin: 0;
}
h1, h2, h3, h4, h5 {
     margin: 5px 0px 5px 0px;
}

.naslov {
	font-family: "Lucida Sans Unicode";
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #7F7F00;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#pretrazivanje{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
.trazi_kutija{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 1px solid #FFFFFF;
}

.trazi_botun{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 1px solid #FFFFFF;
}

.sadrzaj{
	color: #333333;    
}
.podnozje{
color:#FFFFFF;
}
.podnozje a{
color:#FF6600;
}

#menu {
	background: #414141;
	float: left;
	list-style: none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu a {
	background: #414141 url("seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	list-style-type: none;
}
#menu a:hover {
	background: #2580a2 url("hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
.okvir {
	color: #FF3300;
	margin: 2px;
	padding: 2px;
	height: 200px;
	width: 600px;
	border: 1px dotted #999999;
}