/* CSS Document */
#fundal{
background-image:url(images/fundal.jpg);
background-position:top;
background-repeat:no-repeat;
}
#copy{
margin-left:120px;
margin-top:5px;
}
a:link { 
color: #000000; 
text-decoration: none;

}
a:visited {
 color: #000000;
 text-decoration: none;
 
}
a:hover {
 color: #C50101;
 text-decoration: none;
}
#box{
border-bottom-style:solid;
border-left-style:solid;
border-right-style:solid;
border-bottom-width:thin;
border-left-width:thin;
border-right-width:thin;
border-color:#666666;
margin-bottom:5px;
}
#vremea{
margin-top:5px;
margin-bottom:5px;
}
#data{
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}
#umbra{
border-bottom-style:solid;
border-bottom-color:#333333;
border-bottom-width:3px;
border-right-style:solid;
border-right-color:#666666;
border-right-width:3px;
}
#hide{
display:none;
}