body {
 font-family: Times New Roman, Times, Serif;
 background-image: url(images/background.jpg);
 margin: 0;
 
}

div.main {
  width: 800px;
  border: 1px solid #DDD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  
  
}

div.header {
  width: 800px;
  height: 50px;
  margin: 0;
  padding: 5px 5px 5px 5px;


}

div.meniu {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  text-transform: uppercase;
  border: 1px solid #034CB2;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
 
}


div.meniu a {
  font-size: 11px;
  text-decoration:none;
  color: white;
  padding: 8px 8px;
  border-radius: 5px;
  
  
}

div.meniu a:hover {
  color: black;
  background-color: white;
  
}


div.informatiistanga {
 width: 380px;
 font-size: 14px;
 text-align: justify;
 line-height: 20px;
 padding: 20px 0px 0px 25px;
 float: left;
 
}

div.informatiidreapta {
 width: 380px;
 font-size: 14px;
 text-align: justify;
 line-height: 20px;
 padding: 20px 0px 12px 0px;
 float: right;
 
}

div.formular {
  width: 750px;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  float: left;
  
}

  
.clear {
 clear: both;
 
}

div.footer {
  width: 800px;
  height: 85px;
  margin: 0;
  padding: 0;
  border: 1px solid #252525;
  background-color: #252525;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}  

div.footerlogo {
 width: 158px;
 height: 80px;
 float: left;
 padding: 15px 15px 15px 15px;
 
}

div.footermeniu {
  margin: 0;
  padding: 0px 15px 1px 0px;
  text-transform: uppercase;
  background-color: #252525;
  text-align: right;
    
}

div.footermeniu a {
  font-size: 9px;
  text-decoration:none;
  color: white;
  background-color: #252525;
  padding: 2px 2px;
  border-radius: 5px;
}

div.footermeniu a:hover {
  color: black;
  background-color: #f1f1f1;
  
}

div.copyright {
 margin: 0;
 padding: 0px 15px 0px 0px;
 font-size: 12px;
 color: white;
 text-align: right;
 
}


div.copyright p {
 margin: 0;

}

div.termeni {
 margin: 0;
 padding: 0px 155px;
 font-size: 10px;
 color: #808080;
 
}

div.termeni a {
  font-size: 10px;
  color: white;
  padding: 2px 2px;
  border-radius: 5px;
  text-decoration: none;
  color: #808080;
    
}