.scris {
	font: normal 12px Tahoma;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font: bold 12px Tahoma;
	color: #FF9900;
	text-decoration: none;
}
.g {
	font: bold normal 16px Tahoma;
	color: #000000;
}
.descriere {
	font: normal 12px Tahoma;
	color: #000000;
	text-decoration: none;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid blue;
	padding: 5px;
	left: inherit;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #C8D6FB;
	width: auto;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 2px;
	padding: 2px;
	border-color: #0066CC;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: auto;
	left: auto; /*position where enlarged image should offset horizontally */
	border: 2px;
	border-color: #0066CC;

}
.titlu {
	font: bold normal 16px Tahoma;
	color: #000000;
}
.titlu1 {
	font: bold normal 14px Tahoma;
	color: #0033CC;
}

.fundal {
        background: #fff url(images/back_blue.png) repeat-x;
}

