/* CSS Document */
/* ale mele */
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
form{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
} 

.buton_submit{ 
	text-align:center;
	font-weight:bold;
	padding-bottom:5px;
	width:110px; height:25px; 
	background-image:url(bg/bg_m25.jpg);
	border:0;
}

.bodywidth {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #e1f0f5;
	background-color:#FFFFFF;
	min-height:400px;
} 
/* linkuri meniu  -------------------------- */
/*link mai multe ..*/
a.linc_3:link{
	text-decoration:underline;
	color:#1F677C;
	font-weight:900;
}
a.linc_3:visited{
	text-decoration:underline;
	color:#1F677C;
	font-weight:900;
}
a.linc_3:hover{
	text-decoration:underline;
	color:#000000;
	font-weight:900;
}
/*bottom -------------------------------------------------------------------*/
.bottom{
	color:#0F3337;
	vertical-align:bottom;
	text-align:center;
} 
a.bottom:link{
	color:#0F3337;
	text-decoration:none;
	font-weight:normal;
}
a.bottom:visited{
	color:#0F3337;
	text-decoration:none;
	font-weight:normal;
}
a.bottom:hover{
	color:#165472;
	text-decoration:underline;
	font-weight:normal;
}

/* bara bottom si sus -------------------------*/
.bara_sus{
	background-image:url(bg/l2.jpg); background-repeat:repeat-x; height:4px;
}

.bara_jos{
	background-image:url(bg/l3.jpg); background-repeat:repeat-x; height:8px;
}

/* colt bara meniu stanga */
.menu_s{
	background-image:url(bg/bg8_s.jpg);
	height:30px;
	width:10px;
}
/* colt bara meniu dreapta */
.menu_d{
	background-image:url(bg/bg8_d.jpg);
	height:30px;
	width:10px;
}

/* backgroun div buton*/
.div_bg{
	float:left; 
	text-align:center;
	line-height:21px; 
	width:110px; height:25px; 
	font-size:10px; background-image:url(bg/bg_m25.jpg);
	background-repeat:no-repeat; 
}
a.div_bg, a.div_bg:visited{
	color:#000000;
	text-decoration:none;
}
a.div_bg:hover{
	color:#990000;
	text-decoration:none;
}

.linie_meniu{
	width:2px; 
	height:30px; 
	margin:0; 
	background-image:url(bg/l.jpg); 
	background-repeat:no-repeat;
}

/*------------ end ale mele ------------*/ 
/*------------ meniu------------*/ 
.menu {width:150px; height:25px; position:relative; z-index:100; font-family: arial, sans-serif;
	background-image:url(bg/navigare1.jpg);
	background-repeat:no-repeat;	 
	font-size:13px; color:#000000;
	font-weight:bold; text-align:center; line-height:20px;}
	
/* hack to correct IE5.5 faulty box model */
* html .menu {width:150px; w\idth:150px;} 
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:150px;}
.menu li {float:left;width:150px;position:relative;}
 
.menu a, .menu a:visited {display:block; widthh:50px; height:25px; color:#000000; text-decoration:none; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:148px;}
  
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:150px; }
/* another hack for IE5.5 */
* html .menu ul ul {top:24px;t\op:25px;}
  
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
.menu ul ul a, .menu ul ul a:visited {background-image:url(bg/navigare1.jpg);
	background-repeat:no-repeat;}
	
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:148px;}
 
.menu a:hover, .menu ul ul a:hover{color:#FF0000;}
.menu :hover > a, .menu ul ul :hover > a {color:#FF0000;}
 
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; } 
.menu ul :hover ul ul{visibility:hidden;} 
.menu ul :hover ul :hover ul{ visibility:visible;}


