body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A9BAC3;
	/*background-color: #99CA3C; Blumenhof zelena */
}
h1 {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #6699CC;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a:visited {
	color: #AFCAE4;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	color: #6699CC;
	font-weight: normal;
}
a:hover {
	color: #99CA3C;
	font-weight: normal;
	text-decoration: none;
}

/* LIJEVI IZBORNIK */
.navlist {
	color: #6699CC;
	font-size: 11px;
	text-decoration: none;
}
.navlist a:link {
	color: #6699CC;
	font-weight: bold;
}
.navlist a:visited {
	color: #AFCAE4;
	font-weight: bold;
	text-decoration: none;
}
.navlist a:active {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
.navlist a:hover {
	color: #99CA3C;
	font-weight: bold;
	text-decoration: underline;
}

td {
	font-size: 12px;
	color: #999999;
	height: 18px;
}
.footer {
	color: #F5F5F5;
	background-color: #EBEBEB;
}

/* IZBORNIK ZA JEZIKE */
.table-lang {
	font-weight:bold;
}
.table-lang a:link {
	color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
}
.table-lang a:visited {
	color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
}
.table-lang a:active {
	color: #000000;
	text-decoration: overline;
}
.table-lang a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h2 {

	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
p {

	font-size: 12px;
	color: #999999;
}
