html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #d9f1f7;
	background-image: url('../foto/back.png');
	background-position: 50% center;
	background-repeat: no-repeat;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #989898;
	padding: 0;
	margin: 0;
	height: 100%;
	min-width: 1200px;
}
h1 {
	padding:0 0 12px 38px;
	font-size: 28px;
	line-height: 25px;
}
/* PETE CERNEALA SI DESENE */
#stanga {
	background-image: url('../foto/stanga.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 90%;
	width: 200px;
	float: left;
}

#dreapta {
	background-image: url('../foto/dreapta.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 90%;
	width: 400px;
	float: right;
	backgound-color: red;
}
#dreapta_iv{
	background-image: url('../foto/dreapta_mate.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 90%;
	width: 400px;
	float: right;
	backgound-color: red;
}
#dreapta_romana{
	background-image: url('../foto/dreapta_rom.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 90%;
	width: 400px;
	float: right;
	backgound-color: red;
}
#dreapta_fizica{
	background-image: url('../foto/dreapta_fizica.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 90%;
	width: 400px;
	float: right;
	backgound-color: red;
}
/* PETE CERNEALA SI DESENE */

/*STRUCTURA PAGINA*/
#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: -120px;
	min-height: 580px;;
}

#header {
	float: left;
	width: 100%;
	height: 270px;
}

.titlu {
	background-image: url('../foto/titlu_site.png');
	background-repeat: no-repeat; 
	height: 120px; 
	width: 430px;
	background-position: left;
	position: absolute;
	top:30px;
	left:50px;
	color: #989898;
	line-height: 35px;
}

#content {
	padding: 15px;
	line-height: 17px;
}

#content-sectiune {
	padding: 15px;
	margin-right: 200px;
	line-height: 17px;
}

#meniu-sectiune {
	float: right;
	width: 200px;
	margin: -10px;
	margin-top: 30px;
	font-size: 18px;
	color: #989898;
	line-height: 14px;
}

#meniu-sectiune ul {
	list-style: circle;
	text-decoration:none;
	color: #989898;
}

#meniu-sectiune li a{
	text-decoration:none;
	list-style: circle;
	display:block;
	color: #989898;
}

#meniu-sectiune li a:hover{
	font-size: 21px;
}

#meniu-sectiune li a.actual{
	font-size: 21px;
	color: #666;
}

#footer {
	height: 100px;
	position: relative;
	width : auto;
	padding : 0;
	margin: 0 auto;
	width: 950px;
	line-height: 5px; 
	font-size: 12px;
	top: 120px;
}

#footer p.copy {
	margin-right:500px;
}
#footer_sigle{
	position:relative;
	width: 400px;
	height:120px;
	margin-right: 500px;
	top: -20px;
}

#footer_sigle ul{
list-style:none;


}


#footer_sigla_liceu{
	background-image: url('../foto/sigla_liceu.png');
	background-position: left;
	background-repeat: no-repeat;
	display:block;
	height:80px;
	width:162px;
	float:left;
}


 #footer_sigla_liceu:hover{
background-image: url('../foto/sigla_liceu_zoom.png');
background-repeat: no-repeat;
margin-top: 15px;
height: 100px;
width: 190px;
}

#footer_sigla_leris{
	background-image: url('../foto/sigla_fundatia_leris.png');
	background-position: center;
	background-repeat: no-repeat;
	display:block;
	height:80px;
	width:138px;
	float:right;
	
}

#footer_sigla_leris:hover{
background-image: url('../foto/sigla_fundatia_leris_zoom.png');
background-position:right;
background-repeat: no-repeat;
margin-top: 15px;
height: 100px;
width: 190px;
}

/*STRUCTURA PAGINA*/
 
#curata {
	clear: both;
}

/*MENIU*/
#meniu{
	position:relative;
	width:700px;
	height:100px;
	top: 120px;
	left: 30px;
}

#meniu ul{
	list-style:none;
}
	
#meniu li a{
	background:url('../foto/buton_out.png') no-repeat;
	text-decoration:none;
	text-align:center;
	color: #FFF;
	list-style:none;
	display:block;
	font-size:24px;
	letter-spacing: -2px;
	height:100px;
	line-height:35px;
	width: 140px;
	float:left;
}
#meniu li a:hover{
	background:url('../foto/buton_over.png') no-repeat;
	text-decoration:none;
	font-weight:bold;
 	float:left;
}
#meniu li a.actual{
	background:url('../foto/buton_over.png') no-repeat;
	text-decoration:none;
	font-weight:bold;
 	float:left;
}
/*MENIU*/

/*MENIU_JOS*/
#meniu_jos{
	position:relative;
	width: 480px;
	height:120px;
	float: right;
	top:-20px;
}

#meniu_jos ul{
	list-style:none;
}
	
#meniu_jos li a{
	background:url('../foto/buton_out.png') no-repeat;
	text-decoration:none;
	text-align:center;
	color: #FFF;
	list-style:none;
	display:block;
	font-size:22px;
	letter-spacing: -2px;
	height:100px;
	line-height:35px;
	width: 140px;
	float:right;
}
#meniu_jos li a:hover{
	background:url('../foto/buton_over.png') no-repeat;
	text-decoration:none;
	font-weight:bold;
 	float:right;
}
#meniu_jos li a.actual{
	background:url('../foto/buton_over.png') no-repeat;
	text-decoration:none;
	font-weight:bold;
 	float:right;
}
/*MENIU_JOS*/
