@charset "utf-8";
/* CSS Document */

@import 'abstract.css';
@import 'concret.css';

img { 
	border:0px;
	}
h1{
	color:#333;}
h2{
	color:#999;}


#suprafata{
	width: 780px;
	margin: 0 auto;
	}

#continut{
	border:1px solid #e6e7e8;
	background:#eee;
	}

#meniu{
	width:205px;
	border-right:1px solid #e6e7e8;
	float:left;
	display:block;
	padding:0 5px;
	}
#meniu ul{ padding:0; margin:10px 0;}
#meniu li{
	font-style:italic;
	list-style:none;
	line-height:20px;
	font-weight:bold;
	color:#474747;
	padding:0 0 0 40px;
	}

#spatiu-continut{
	display:block;
	padding:20px;
	float:right;
	width:520px;
	background:#f6f6f6;
	}
	



.nou { font-weight:bold; font-size:10px; color:#F63;}

#copyright{
	font-size:10px;
	color:#474747;
	text-align:right;
	margin-top:6px;
	}
