/*Sectiunea header*/

#header{
width: 100%;
height: 60px;
text-align: left;
font-size: 30px;
}

#logo{
float: left;
width: 177px;
height: 40px;
padding-top: 7px;
padding-left: 0px;
}

#logo img{
margin-top: -5px;
}

#logo h1{
color: #16387c; 
font-family: Calibri; 
font-size: 35px;
margin-left: -5px;
display: inline;
font-weight: 100;
}

#logo h1 a, a:link, a:hover, a:visited{
text-decoration: none;
color: #16387c;
}

#dreapta{
float: right;
width: 430px;
height: 60px;
margin:0;
padding:0;
}


/*Sectiune va aflati aici*/
#mininav{
float:left;
margin: 0 0 4px 3px;
width: 565px;
height: 20px;
padding-top: 4px;
text-align: left;
text-indent: 15px;
font-weight: bolder;
font-size: 12px;
font-family: Calibri;
background: url("../images/bg_mininav.jpg") repeat-x;
border: 1px solid #c1c1c1;
border-top: 1px solid #fff;
border-left: 1px solid #fff;

}

#mininav a{
color: #000;
}

#mininav a:hover{
color: #bbb;
}