/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
/*table, td, th {vertical-align:middle;}*/
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.absolute { position:absolute;}

/* positioning */
.floatleft { float:left;}
.floatright { float:right;}

body {font-size:75%;color:#000;background:#fff;font-family: "Georgia","Tahoma","Helvetica Neue", Helvetica, Arial, sans-serif; }

#container{
	width:1000px;
	margin:20px auto;
}

#header {	
	width:1000px;margin:auto
}
#logoeu{margin:auto;width:754px}

#header h1{font-size:24px; font-weight:bold;text-align:center;padding-top:15px;color:#3a3a3a;}

.posdru {text-align:center}
.proiect{
	background:url(../images/main.jpg) no-repeat;
	margin:30px auto;
	height:126px;
	width:398px;
}

.proiect h1 {text-align:center;padding-top:23px;}
.proiect h1 a{text-decoration:none;font-size:21px;color:#FFF;}
.proiect h1 a:hover{color:#000;}

#title{}

#menu{width:900px;height:29px;background:url('images/menu_bg.jpg') no-repeat;margin:auto;}
#menu ul{ list-style-type:none; padding:3px; }
#menu ul li{display:inline; padding:0 26px;}
#menu ul li a{text-decoration:none;font-size:16px;color:#fff;font-weight:bold;}
#menu ul li a:hover{color:#000;}
#menu ul li a.selected{color:#000;}

#sidebar{
	background:url('images/sidemenu_bg.jpg') no-repeat;
	height:182px;
	width:165px;
	margin:10px 0 0 52px;
}
#sidebar ul{ list-style-type:none;}
#sidebar ul li{width:160px;text-align:center;padding:15px 0 20px 0;}
#sidebar ul li a{text-decoration:none;font-size:16px;color:#fff;font-weight:bold}
#sidebar ul li a:hover{color:#000;}
#sidebar ul li a.selected{color:#000;}

#content{
	width:880px;
	background:url(images/main_bg.jpg);
	height:auto;
	margin:20px auto;
	text-align:justify;
	padding:20px;
}
h1{font:16px Georgia;font-weight:bold;text-shadow: 0px 0px 0px #444;padding-bottom:10px}
h2{font:14px Georgia;font-weight:bold;text-shadow: 0px -1px -1px #444;padding-bottom:5px;color:#3C488B}
#content pre,p,span{
	padding:3px;
}
#content ul>li{margin-left:35px;}

#main{
	background:url(images/main_bg.jpg);
	width:715px;
	height:auto;
	margin:10px 0 0 225px;
}

.contentToChange{padding:20px;}
.contentToChange p{ line-height:20px; }

#footer{
	width:960px;
		text-align:center;
}


