a, a:visited {
	color: #1e69ad;
	text-decoration: underline;
}
a:hover {
	color: #8fd5e5;
	text-decoration: none;
}
#top1 a, #top1 a:visited {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 3px solid #1e69ad;
	text-decoration: none;
	height: 19px !important;
	height: 22px;
	margin: 6px 10px 0px 10px;
	padding-top: 6px;
	padding-bottom: 3px;
}
#top1 a:hover {
	border-bottom: 3px solid #8fd5e5;
	color: #8fd5e5;
}

a.rlink {
	display: block;
	float: right;
}
a.category1, a.category1:visited {
	background-repeat: no-repeat;
	background: url(../grafika/link_out.jpg);
	width: 176px;
	height: 23px;
	display: block;
	color: #1e69ad;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 4px;
	overflow: hidden;
}
a.category1:hover {
	background: url(../grafika/link_over.jpg);
}
.subcategory a, .subcategory a:visited {
	display: block;
	padding: 3px;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.subcategory a:hover {
	background: #eee;
	color: #000;
}
#footer a {
	font-size: 11px;
}
a.previous {
	background-repeat: no-repeat;
	background: url(../grafika/previous.jpg);
	text-indent: -200px;
	overflow: hidden;
	display: block;
	float: left;
	width: 87px;
	height: 21px;
}
a.next {
	background-repeat: no-repeat;
	background: url(../grafika/next.jpg);
	text-indent: -200px;
	overflow: hidden;
	display: block;
	float: right;
	width: 62px;
	height: 21px;
}

