body {
	background-color: #FFFFFF;
	background-image:  url("images/bg.gif");
	background-repeat: repeat-x;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 31px;
	background-image: url(images/menu-off.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	display: block;
	height: 31px;
	width: 160px;
	text-indent: 19px;
	margin-bottom: 1px;
}
.menu:hover{
	color: #000000;
	background-image: url(images/menu-on.gif);
}
.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 31px;
	width: 549px;
	display: block;
	text-align: left;
	vertical-align: middle;
	filter: DropShadow(Color=000000, OffX=1, OffY=1);
	line-height: 31px;
	background-image: url(images/naslov-bg.gif);
	background-repeat: no-repeat;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
.podnaslovi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6481A3;
	text-decoration: none;
}
hr {
	height: 4px;
	width: 100%;
	border: 4px solid #9DBAD7;
}
.kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E2E8EF;
	text-decoration: none;
	line-height: 24px;
	background-image: url(images/kontakt-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	display: block;
	height: 24px;
	width: 160px;
	text-indent: 19px;
	margin-bottom: 1px;
}
.kontakt:hover {
	color: #000000;
	background-image: url(images/kontakt-bg-on.gif);
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}.kontakt-table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #829DBD;
	border-left-color: #829DBD;
}
.formular-polje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EAF1F8;
	border: 1px solid #9DBAD7;
}
.gumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #829DBD;
	border: 3px solid #E1E9F1;
}
.manji-tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
.okvir {
	border: 1px solid #333333;
}