body {
  font-family: Arial;
  background-image: url(bgbody.png);
  background-repeat: repeat-x;
  font-size:12px;
}

.page {
  width: 1000px;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.continut {
  width: 1000px;
  min-height: 800px;
  float: left;


}

.header {
  width: 1000px;
  min-height: 230px;
  float: left;
  margin-top: 5px;
  background-image: url(bgimg.png);
}

.logo {
  width: 225px;
  height: 46px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  background-image: url(logo.png);
}


.meniu1 {
  width: 1000px;
  min-height: 65px;
  float: left;
  background-image: url(bgmeniu.png);
  text-align:center;
   background-color: #fff;
}

.meniu1 a {
  text-decoration: none;
  float: left;
  color: #570b01;
  font-size: 15px;
  font-weight: bold;
  min-width: 100px;
  height: 15px;
  text-align: center;
  margin-top: 25px;

  background-color: transparent;
  text-shadow: 1px 1px 1px #999;
  display: inline;
}

.meniu1 a:hover {
  color: #333;

}

.search {
  width: 220px;
  min-height: 25px;
  float: right;
  margin-left: 220px;
  margin-top: 18px;
}

.search input
{
  border:1px solid #777777;
}


.centru {
  width: 1000px;
  min-height: 500px;
  float: left;
  padding-top: 5px;
  background-color: #fff;
}

.boxleft {
  padding-left:10px;
  width: 185px;
  min-height: 500px;
  float: left;
  margin-left: 5px;
  border: 1px solid #ddd;
  padding-top:10px;
  padding-right:5px;
}

.boxleft a
{
  display: block;
  text-decoration: none;
  color: #570b01;
  height:25px;
  padding-top:5px;
  border-bottom: 1px dashed #ccc;
  padding-left:10px;
}

.boxleft a:hover
{
  color: #CC0000;
}


.boxcentru {
  width: 555px;
  padding:10px;
  min-height: 480px;
  float: left;
  margin-left: 5px;
  border: 1px solid #ddd;
}

.boxright {
  width: 190px;
  min-height: 500px;
  float: left;
  margin-left: 5px ;
  border: 1px solid #ddd;
  padding:5px;
}

.boxright a
{
  display: block;
  text-decoration: none;
  padding-left: 10px;
}

.boxright a:hover
{

text-decoration: underline;

}


.footer {
  width: 1000px;
  min-height: 120px;
  float: left;
  background-color: #fff;
}

.footer1 {
  width: 988px;
  min-height: 108px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.carte
{
  width: 120px;
  float: left;
  text-align:center;
  margin:7px;
   border: 1px solid #ccc;
   overflow: hidden;
   padding-top:10px;
   padding-bottom:10px;
   text-decoration:none;
}

.carte:hover
{
   border: 1px solid #570b01;
}

.carte a
{
  text-decoration: none;
  color: #570b01;
}


.ccarte
{
  width: 550px;
  min-height:10px;
  float: left;
 

}

.paginare
{
  padding:2px;
  border:1px solid #ccc;
  margin:2px;
  float: left;
  text-decoration: none;
}

.paginare:hover
{
     border: 1px solid #570b01; 
}











