/* CSS Document */
body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.form {
  border: 1px solid #cccccc;
  font-family: Tahoma;
  font-size: 11px;
  color: #0066B3;
  background-color: #ffffff;
}
.form1 {
  border: 1px solid #cccccc;
  font-family: Tahoma;
  font-size: 11px;
  color: #0066B3;
  background-color: #ffffff;
  width: 70px;
}
.cell_over {
  background-color: #F25223;
}
.cell_out {
  background-color: #88CCFF;
  
}
.cell_over1 {
  background-color: #88CCFF;
}
.cell_out1 {
  background-color: #eeeeee;
  
}
.bg_head {
  background-image: url('img/bg_header.png');
  background-repeat: repeat-x;
}
/*.bg_head1 {
  background-image: url('img/bg_header.png'); 
  background-repeat: no-repeat; 
  background-position: right;
}*/
/*-------- texte -------------*/
.text {
  font-family: Tahoma;
  font-size: 11px;
  color: #434343;
}
.titlu {
  font-family: Tahoma;
  font-size: 16px;
  color: #E0450B;
  font-weight: bold;
}
.text_alb {
  font-family: Tahoma;
  font-size: 12px;
  color: #ffffff;
}

/*-------- linkuri -------------*/
.meniu {
  font-family: Tahoma;
  font-size: 11px;
  color: #02528F;
  font-weight: bold;
  text-decoration: none;
}
.meniu:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.meniu2 {
  font-family: Tahoma;
  font-size: 11px;
  color: #02528F;
  font-weight: bold;
  text-decoration: none;
}
.meniu2:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #434343;
  font-weight: bold;
  text-decoration: none;
}
.meniu_jos {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.meniu_jos:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.citeste {
  font-family: Tahoma;
  font-size: 11px;
  color: #E0450B;
  font-weight: bold;
  text-decoration: none;
}
.citeste:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #02528F;
  font-weight: bold;
  text-decoration: none;
}
