body {
 font-family: Times New Roman, Times, Serif;
 background: #602F6B
 background-repeat: repeat;

}

div.main {
  width: 800px;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  background: white;
  border-radius: 15px;
}

div.header {
  position:relative;
  margin:0 auto;
  width: 790px;
  height: 55px;
  margin: 0;
  padding: 5px 5px 5px 5px;
  background: #3f4c6b;


}

div.logo {
 margin-left: 20px;
 margin-top: 10px;
 padding: 0;

}


div.meniu {
  margin-right: 10px;
  padding: 0;
  float: right;
  color: white;
  

}

div.meniu p {
 height; 10px;
 border: 1px solid #3f4c6b;
 padding: 8px 8px;
 border-radius: 50px;
 text-align: center;

}



div.meniu a {
  font-size: 14px;
  text-decoration:none;
  color: white;
  
     
}

div.meniu a:hover {
  color: #FAF0BE;
  
}


div.lista {
 float: left;
 font-size: 14px;
 line-height: 2em;
 margin-left: 50px;
 margin-top: 50px;
 padding: 0px;
 text-align: left;

}


div.lista a {
 text-decoration: none;
 color: black;

}

div.lista a:hover {
 color: grey;

}

div.vertical {
 margin-left: 50px;
 float: left;
 
}


div.continut {
 width: 600px;
 margin: 10px;
 padding: 5px 5px 5px 5px;
 text-align: left;
 float: right; 

}


.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;
  background-color: #252525;
  text-align: right;
    
}

div.footermeniu a {
  font-size: 12px;
  text-decoration:none;
  color: #D8D8D8;
  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: #D8D8D8; 
 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;
    
}
