

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;/*culoarea*/
padding: 15px;/*distanta dintre imagine si imagine*/
left: 0px;
border: 3px solid black;/*Bordura de la poza largita*/
visibility: hidden;
color: black;/*culoare scrisului din span*/
text-decoration: none;/*Decoreaza textul*/
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;/*???*/
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 20px; /*position where enlarged image should offset horizontally */
}
p.home
{
font-size:24px;
font-family: "Times New Roman", Times, serif;
text-align:center;
}
font.detalii
{
font-size:20px;
font-family: Arial, Helvetica, sans-serif;
}
font.home
{
font-size: 28px;
font-family: Monotype Corsiva;
color: white;
}
font.firma
{
font-size:40px;
font-family: Monotype Corsiva;
color: white;
background-color: #cc0033;
}
hr.under
{
size: 10px;
border-style: dotted;
border-color:#000099;
}
font.carne
{
font-size:30px;
font-family: verdana;
color: green;
background-color: white;
style: italic;
}
font.incercare
{
font-size: 25px;
font-family: Monotype Corsiva;
color: #0066CC;
}
font.indent
{
font-size: 25px;
font-family: Monotype Corsiva;
color: white;
text-indent: 1cm;
}
p
{
text-indent: 2cm;
line-height: 20%;
}

img
{
  border: 3px solid gray;
}
</style>
