@charset "utf-8";
/* Pentru a adauga o alta clasa de butoane .schimB si pastrez a:forma */
.classA a:link {
	color: #000;
	font-size: 20px;
	font-weight: bolder;
	background-image: url(images/butoane_index/butoane_index_link.png);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-left: 30px;
}
.classA a:visited {
	color: #000;
	background-image: url(images/butoane_index/butoane_visited.png);
	font-size: 20px;
	font-weight: bolder;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-left: 30px
}
.classA a:hover {
	text-decoration: none;
	background-image: url(images/butoane_index/butoane_index_hover.png);
}
.classA a:active {
	text-decoration: none;
	background-image: url(images/butoane_index/butoane_index_active.png);
}

/* Pentru a adauga o alta clasa de butoane .schimB si pastrez a:forma */
.classB a:link {
	color: #000;
	font-size: 20px;
	font-weight: bolder;
	background-image: url(images/butoane_index/butoane_index_link_ro.png);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 30px;
}
.classB a:visited {
	color: #000;
	background-image: url(images/butoane_index/butoane_visited_ro.png);
	font-size: 20px;
	font-weight: bolder;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-left: 30px
}
.classB a:hover {
	text-decoration: none;
	background-image: url(images/butoane_index/butoane_index_hover_ro.png);
}
.classB a:active {
	text-decoration: none;
	background-image: url(images/butoane_index/butoane_index_active_ro.png);
}

