body {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  background: #dedef7 url('../images/bg.jpg') no-repeat top center;
}

a {
  text-decoration:underline;
  font-weight:bold;
  color: #000;
}
a:hover {
  text-decoration:none;
  color: #000;
}

h1 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
h2 {
  font-size: 27px;
  margin: 0 0 1px 0;
}

p {
  line-height: 130%;
  margin-bottom: 10px;
}

.clear {
  clear:both;
}

#container {
  width: 1000px;
  margin:10px auto;
}

#logo {
  width: 400px;
  height: 225px;
  background: url('../images/logo.png') no-repeat;
  float:left;
}
#logo a {
  margin: 130px 0 0 104px;
  display: block;
  text-decoration: none;
}

#header {
  width: 500px;
  height: 170px;
  padding: 5px;
  float: left;
  background: url('../images/bg_header.png');
  margin: 23px 0 0 50px;
}
#header ul {
  margin: 0 0 0 5px;
  padding: 0;
}
#header ul  li {
  list-style:none;
  margin-bottom: 10px;
}

#logo h1 {
  display:none;
}

#main {
  margin-top: 20px;
}

#side {
  float:left;
  width: 255px;
}

#side .sidebar_box {
  width: 234px;
  padding: 10px;
  margin: 0 0 10px 0;
  background: #fff;
}
#fanbox_facebook {
  padding:8px !important;
}
#banner250 {
  width: 254px;
  padding:0 !important;
}

#meniu {
  background: #5667db !important;
}
#meniu ul {
  margin:0;
  padding:0;
}
#meniu ul li {
  display:block;
  float:left;
  background: #fff;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 200%;
  text-indent: 10px;
}
#meniu ul li:hover {
  background: #BCAB9C;
}
#meniu ul li a {
  text-transform:uppercase;
  text-decoration:none;
}
#meniu ul li a:hover {
  text-decoration:underline;
}

#content {
  float:left;
  width: 700px;
  margin: 0 0 0 10px;
  border: 10px solid #5667db;
  padding: 5px 5px 5px 10px;
  background: #fff;
}

#content .cum_comand {
  background: #DCD0C4 url('../images/cum_comand.png') no-repeat 15px 15px;
  border: 1px solid #BCAB9C;
  padding: 15px;
  width: 94%;
}
#content .cum_comand ul {
  margin-top: 45px;
  padding: 0px;
}
#content .cum_comand ul li {
  margin-bottom: 15px;
  list-style:none;
  font-size: 16px;
}

#footer {
  margin: 30px 0;
  border-top: 5px solid #5567db;
  padding: 5px 0;
  background: #9ba6f7;
}

.eroare {
  font-weight:bold;
  color: red;
}
.confirmare {
  color: olive;
}