* {
	font-family:  verdana, arial;
}


body {
background-image: url(images/bg.jpg);
background-position: top,left;
background-repeat: repeat-x ; 
margin:0px;
padding:10px;
align-text:left;
}


#inceput {
	width: 760px;
	height: 175px;
	
}



#sigla {
	text-align: left;
	width: 191px;
}

#tabel_header_row{

	/*border-bottom: 2px solid #A52A2A; */
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-top: 1px solid #666666; 

}

#tabel_meniu_stanga{

	 background-color: #fff;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 

}


#tabel_continut{

	 /* background-color: #EAEAFC; */
	border-bottom: 1px solid #666666;  
	/*border-left: 3px solid #A52A2A; */
	border-right: 1px solid #666666; 
	border-top: 1px solid #666666; 

	padding-left: 13px;
	padding-right: 13px;

}



#titlu {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #1AAF15;
	padding-top: 5px;
	padding-left: 3px;
}





#linkuri{

	/*border: 1px solid #d5d6d6;*/

}



#titlulinkuri {
	 background-color: #7C8EC1; 
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 2px;

}



#sfarsitlinkuri {
	background-color:#7E9924;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 16px;
	text-align: left;
        vertical-align: bottom;
	width: 760px;
	padding: 2px;
}


p.tag
{

	background-color: #ffffff;
	width:100%;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align:right;
	font-size:smaller;
}


.tag a:link {text-decoration: none; color:#000000; }
.tag a:visited {text-decoration: none; color:#000000; }
.tag a:active {text-decoration: none; color:#000000; }
.tag a:hover {text-decoration: underline; color: red;}



#continut {
	font-size: 14px;
	/*padding: 15px; */
	color: #000000;
	width:400px;
}


#continut p{
	text-align:justify;
}

#continut table{
	font-size: 14px;
}

#comentarii {
	font-size: 12px;
	padding: 15px;
	color: #444;
	background-color: #f1f1e0;
	border: 0px solid #d5d6d6;

}

/*
#continut a{
	color:"green";
}
*/

#continut h1 {
	font-size: 20px;
	font-weight: normal;
	color:#4F630C;

}


.linkmeniu_special a {
color: #FF5F2A; 
padding: 2px;
padding-left: 5px;
display: block;
border-bottom: 1px solid #FFFFFF;
font-size: 14px;
font-family: Verdana;
font-weight: bold;
text-decoration: none;
text-align: left;}



.linkmeniu a {
/*color: #003366;*/
/*color: #0066CC;*/

color:#7E9924;

/*background-color: #EAEAFC; */
background-color: #fff; 
padding-top: 2px;
padding=buttom 2px;
padding-left: 5px;
display: block;
font-size: 14px;
font-family: Verdana;
font-weight: bold;
text-decoration: none;
text-align: left;}

.linkmeniu a:hover {background-color: #fff;
/*color: #003366; */
color: #0066CC;
text-decoration: none;}


/* MENIU LATERAL*/

sidebarmenu{
text-align:left;
list-style-type: none;
margin: 0px;
padding: 0px;

}

.sidebarmenu li{
margin-left:-40px;
list-style-type: none;
border-bottom: 1px solid white; /* white border beneath each menu item */
}
 
.sidebarmenu li a{
background-color: #8AC452;
background-image: url(images/sidebarmenu-bg.jpg);
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 4px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #367F00; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}
 
.sidebarmenu li a:visited, .sidebarmenu li a:active{
color: white;
}
 
.sidebarmenu li a:hover{
background-color: #367F00; /*color of menu onMouseover*/
background-image: none;
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
 
/*END MENIU LATERAL*/


.header_right {
background-image: url(images/header-right-bg.jpg);
background-position: right;
background-repeat: no-repeat; 
width: 100%;
}


