/* CSS Document */
body {
  background-image: url('img/bg.jpg'); 
  background-repeat: repeat-x;
  background-color: #8BCCE8;
  margin: 0px;
  padding: 0px;
}
.titlu_rosu {
  font-family: Verdana;
  font-size: 12px;
  color: #AD0303;
  font-weight: bold;
  text-transform: uppercase;
}
.titlu_rosu_mic {
  font-family: Verdana;
  font-size: 11px;
  color: #AD0303;
  font-weight: bold;
}
.titlu_albastru {
  font-family: Verdana;
  font-size: 11px;
  color: #006794;
  font-weight: bold;
}
.text {
  font-family: Verdana;
  font-size: 11px;
  color: #333333;
}
.detalii {
  font-family: Verdana;
  font-size: 11px;
  color: #006794;
  text-decoration: underline;
}
.detalii:hover {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.detalii2 {
  font-family: Georgia;
  font-size: 11px;
  color: #006794;
  text-decoration: underline;
}
.detalii2:hover {
  font-family: Georgia;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.detalii1 {
  font-family: Verdana;
  font-size: 11px;
  color: #AD0303;
  text-decoration: underline;
}
.detalii1:hover {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.meniu_footer {
  font-family: Verdana;
  font-size: 10px;
  color: #014F71;
  text-decoration: underline;
}
.meniu_footer:hover {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
.form {
  border: 1px solid #999999;
  font-family: Verdana;
  font-size: 11px;
  color: #006794;
  background-color: #ffffff;
}
.textMotto {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
}
.textJust {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

