* { padding: 0; margin: 0 }

body {
background: #279BD5;
font: 12px/1.7em arial, sans-serif;
text-align: center;
margin: 25px 0;
}
/*--------------------------------------------
Elemente tipografice
---------------------------------------------*/
p { margin: 0 0 1.7em }

img { border: 0 }

ul {
list-style-type: square;
margin: 0 0 0 22px
}

li { margin: 0 0 1em }

a { color: #358 }
a:visited { color: #667 }

h2, h3 {
font: normal 24px "Trebuchet MS", arial, sans-serif;	
color:#669900;
margin: 0 0 .8em
}

h3 {
font-size: 16px;
font-weight: bold;
color: #AD7C51	
}

/*--------------------------------------------------
Continut
--------------------------------------------------*/

#con_m {
background: #CCC4B1 url(imagini/bg_mijloc.png) repeat-y 0 0;
width: 755px;
text-align: left;
margin: 0 auto;
position: relative
}

#top {
background: url(imagini/bg_top.png) no-repeat 0 0;
width: 755px;
height: 25px	
	}

/*-------------------------------------------------
Banner
--------------------------------------------------*/

#banner {
background: #FFFFFF;
width: auto;
height: 125px;
margin: 0 15px
}

	#banner #titlu {
	background: url(imagini/logo.jpg) no-repeat 0 0;
	width: 600px;
	height: 72px;
	line-height: 200px;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 11px;
	z-index: 101
	}
	
#banner #titlu a { display: block }

/*-------------------------------------------------
Meniu principal
--------------------------------------------------*/
	
#meniu {
background: #000000;
width: 725px;	
font-weight: bold;
text-align: center;
color: #fff;
list-style-type: none;
margin: 0 0 0 15px;
}
#meniu ul { text-align: left; list-style-type: none; padding: 0 0 0 20px; margin: 0 }
#meniu ul li { padding: 15px 10px 15px 0; margin: 0; float: left }
#meniu ul li a { font-weight: bold; text-decoration: none; color: #fff; padding: 5px 10px 5px 0 }

/*--------------------------------------------------
Content
--------------------------------------------------*/

#continut_m { margin: 20px 35px 0 }
#continut {
width: 420px;
padding: 0 0 25px;
float: left
}
/*-------------------------------------------------
Coloana dreapta
--------------------------------------------------*/

#col_dr  {
background: #fff;
width: 250px;
font-size: 11px;
color: #444;
padding: 0 0 25px;
float: right
}

/*--------------------------------------------------
Footer
--------------------------------------------------*/

#footer {
background: url(imagini/footer.png) no-repeat bottom left;
width: 755px;
position: relative;
clear: both
}

	#footer #proiect {
	background: url(imagini/linie.gif) repeat-x 0 0;
	font-size: 11px;
	padding: 20px 0 25px;
	margin: 0 35px
	}


/*-------------------------------------------------
Clearfix
--------------------------------------------------*/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* html>body .clearfix {
display: inline-block; 
width: 100%;
}
	
* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}

