body {
text-align: center;
background-color: #eaeaea;
font-family: Arial, sans-serif;
font-size: 16px;
color: #333333;
}

#main_container {
	margin: 0 auto;
	width:900px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	text-align: left;
}

#header_img {
	border:0px;
}

#meniu a{
	display: block;
	border-top: 5px solid #dddddd;
	float: left;
	background-color: #dddddd; 
	width: 100px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	color: #333333;
	text-decoration: none;
}

#meniu a:hover {
	background-color: #0066ff;
	color: #ffffff;
	border-color: #66ffff;
}


#content {
	width: 860px;
	margin: 20px;
}

#content a {
	text-decoration: none;
	color: #0066ff;
}

#content a:hover {
	color: #000000;
}

#content p {
	text-align: justify;
}

.lista li {
	line-height: 20px;
	list-style-type: none;
	margin-left: -30px;
	padding: 0;
	background:url('../img/bullet.jpg')  no-repeat;
	text-indent: 25px;
	
}

.rosu {
	color: #cc0000;
}

#form_consult {
	float: right;
	width:300px;
	background:url('../img/form_consult.gif') no-repeat;
	height: 300px;
	margin: 0;
}

#form_consult_inner{
	margin: 10px;
	font-size: 14px;
}

#form_consult_inner input, textarea {
	color: #000000;
	font-size: 14px;
	border: 0px;
	width:280px;
}

#form_consult_rezultat {
	float: right;
	width:280px;
	color: #0066ff;
	margin: 0;
}

#contact_left {
	float: left;
	width:250px;
	margin-left: 10px;
}

#contact_right {	
	float: right;
	width:300px;
}

#right_main {
	float: right;
	text-align: right;
	width: 400px;
	margin-top: 10px;
}

.blue_title {
	color: #0066ff;
	font-size: 50px;
	letter-spacing: 10px;
	margin-right: -10px;
}

.blue_title_small {
	color: #0066ff;
	font-size: 20px;
	letter-spacing: 5px;
}

#linkuri_main a{
	text-decoration: none;
	display: block;
	width: 100px;
	margin-left: 300px;
	color: #0066ff;
	font-size: 14px;
}

#linkuri_main a:hover{
	color: #cc0000;
}

#footer {
	font-size: 9px;
	border-top: 20px solid #ffffff;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #cc0000;
}

#footer_1 {
	float: left;
	width: 300px;
}
#footer_2 {
	float: left;
	width: 150px;
}
#footer_3 {
	float: left;
	width: 70px;
	margin-left: 130px;
}
#footer_4 {
	float: right;
	width: 200px;
	text-align: right;
}

#dhtmltooltip {
background-color:#ffffff;
border:1px solid #0066ff;
left:-300px;
padding:10px;
position:absolute;
visibility:hidden;
width:150px;
z-index:100;
}