body {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	letter-spacing: -1px;
}
a {
	font-family: Arial Rounded MT Bold;
	color: white;
}
a:link {
	text-decoration: none;
	color: #00FF00;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
/*divovi*/

/*formati texta*/
.slika {
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	letter-spacing: 1px;
	border: solid 5px white;
}
.naslov {
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
}
.naslov2 {
	font-family:Arial;
	font-size:20px;
	color:#FFFFFF;
	font-weight: bold;
}
.naziv {
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: italic;
	line-height: 21px;
}
.kontakt {
	font-family:Arial;
	font-size:14px;
	color:#CC0000;
	font-weight: bold;
}
.okvir {
	border: solid white 3px;
}
.okvir:hover {
	border: solid black 3px;
}
.okvir:active {
	border: solid red 3px;
}
/*rotiranje slika*/
*
{
	margin: 0;
	padding: 0;
}
#rotator
{
	cursor: default;
	overflow: hidden;
	position: absolute;
	width: 508px;
	height: 337px;
	visibility: visible;
	left: 0px;
	top: 196px;
}

#rotator img
{
	border: 0;
	width: 508px;
	height: 337px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

p
{
	text-align: center;
}