@charset "utf-8";
* a {
	text-decoration:none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:  #EFEFEF;
	background-image:url(img/fond_vert.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#active { 
	color:#0066FF;
}
.twoColFixLtHdr #container { 
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(img/fond_pag.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image:url(img/fond_header.jpg);
	background-repeat:no-repeat;
	height: 265px; /* poate ca aici trebuie sa-i mai pun inaltime si pentru meniul oriz. */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	/* asta cred ca nu-l folosim, text mai in interiorl boxului asta. - padding: 15px 10px 15px 20px; */
	margin: 0 0 0 12px;
}
.twoColFixLtHdr #mainContent { 
	margin: 20px 10px 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(img/fond_footer.jpg);
	background-repeat: no-repeat;
	height: 200px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*  		extra !       */




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ********************* flo *********** */

.fotor { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.adresa { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 20px;
	margin-top: -160px;
	width: 180px;
	background-color: #E3EEF9;
	padding: 10px 10px;
	font-size: 10px;
	position: absolute;
}
.adresa2 { /* this class can be used to float an element right in your page */
	float: right;
	margin-right: 80px;
	margin-left: 330px;
	margin-top: -324px;
	width: 300px;
	background-color: #E3EEF9;
	padding: 10px 10px;
	font-size: 12pt;
	line-height: 16pt;
	position: absolute;
}

#header_info { 
	background-image:url(img/head_info.jpg);
	background-repeat:no-repeat;
	height: 210px; /* poate ca aici trebuie sa-i mai pun inaltime si pentru meniul oriz. */
	width: 940px;
} 
#meniu_oriz { 
	height: 28px; /* poate ca aici trebuie sa-i mai pun inaltime si pentru meniul oriz. */
	width: 920px;
	background-image: url(img/meniu_bara.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	padding: 4px 0 0 18px;
}
#meniu_oriz a {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
}
#meniu_oriz a:hover { 
	color:#333333;
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
}
#galerie {
	width:920px;
	height: 90px;
	margin: 0 0 0 10px;
}
.fotos {
	display: inline-block;
	width: 120px;
	height: 80px;
	margin: 4px 0 4px 4px;
}
#footer p {
	font-size: 9px;
	font-family:Verdana;
	text-align:center;	
}
#footer_menu {
	text-align:center;
	color:#000000;
}
#footer a:link, a:visited {
	font-family:Verdana;
	font-size:10px;
	text-align:center;
	color:#000000;
}
#footer a:hover {
	color:#0066CC;
}
h1 {
	color: #0082d6;
	font-size: 20px;
}
h2 {
	color: #ff3300;
	font-size: 14px;
}
h3 {
	color: #000000;
	font-size: 14px;
	line-height: 12px;
	margin-top: -6px;
}
p {
	font-family:Verdana;
	font-size:10pt;
	line-height: 14pt;
}
/* *********** meniu ******************* */
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

#menu5 {
        width: 200px;
/*      border-style: none solid none solid;
        border-color: #D0D0D0;
        border-width: 1px; */
        margin: 10px;
}
#menu5 li a {
	height: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#menu5 li a:link, #menu5 li a:visited {
	color: #0066cc;
	display: block;
	background: url(img/meniu_flo.jpg);
	padding: 8px 25px 0 10px;
	text-align: right;
	font-size: 10px;
}
#menu5 li a:hover {
	color: #f00;
	background: url(img/meniu_flo.jpg) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	font-size: 10px;
}
#menu5 li a:active, #menu5 li #activ  {
	color: #1A548E;
	background: url(img/meniu_flo.jpg) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	font-size: 10px;
}
.text {
	font-family:Verdana;
	font-size:10pt;
	line-height: 14pt;
}
.tabel1 {
	margin-left: 30px;
	font-size:12px; 
	font-family:Verdana; 
	_margin-left: 14px;
}
.webdesign { 
	float: right;
	margin-top: -20px;
	margin-right: 30px;
	_margin-right: 15px;
	margin-left: 8px;
}