* {
    margin: 0px;
    padding: 0px;
    font-family:  Verdana, Arial, sans-serif;
    font-size: 14px;
    z-index: 10;
}

body {
    background: white;
    text-align: center;
}

ul {
    list-style-type: none;
}

img {
    border: none;
}

#pagina {
    width: 770px;
    margin: auto;
    text-align: left;
}

#meniu {
    width: 250px;
    float: left;
    margin-left: 45px;
}

#continut {
    margin-left: 300px;
    min-height: 350px;
}

p, ul, ol {
    margin-bottom: 15px;
}

ul.echipa {
}

ul.echipa li {
    height: 180px;
}

ul.echipa li img {
    float: left;
}

ul.echipa li div {
    padding-top: 40px;
    font-size: 13px;
    background: transparent url( './../img/echipa/dreapta.jpg' ) no-repeat;
    margin-left: 126px;
    height: 163px;
}

ul.echipa li.categorie {
    height: 30px;
    padding-left: 50px;
    background: transparent url('./../img/bullets/bul_2.jpg') no-repeat;
    font-weight: bold;
}

ul.despre_noi li {
    padding-left: 50px;
    background: transparent url('./../img/bullets/bul_1.jpg') no-repeat;
    min-height: 25px;
}

ul.despre_noi li ul {
    margin-top: 10px;
}

ul.despre_noi li ul li, ul.prima_pagina li {
    padding-left: 23px;
    background: transparent url('./../img/bullets/bul_11.jpg') no-repeat;
}

ul.servicii_1 li {
    padding-left: 50px;
    background: transparent url('./../img/bullets/bul_3.jpg') no-repeat;
    min-height: 30px;
}

ul.servicii_2 li {
    padding-left: 23px;
    background: transparent url('./../img/bullets/bul_33.jpg') no-repeat;
}

h1{
    color: #575e3f;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #e3f7a0;
    height: 23px;
    padding: 3px 0px 0px 10px;
}

#footer {
    clear: both;
    width: 770px;
    height: 35px;
    margin-top: 10px;
    border-top: solid 2px #cccccc;
    padding-top: 8px;
}

#footer span {
    font-size: 10px;
}

#footer img {
    border: none;
    float: right;
}

#header a span {
    display: none;
}

a {
    color: #346a69;
}

a:hover {
    color: #148f8e;
}

#footer a.link_validator {
	font-size: 9px;
}