@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	}
body {
	background-color:#0F261C;
	background-image:url(images/fundal.gif);
	background-repeat:repeat-y;
	background-position:left;
	position:relative;
}

#content {
	width:1000px;
	position:relative;
}

#ini {
	background-image:url(images/ini.gif);
	width:56px;
	height:70px;
	float:left;
	}
#prezentare {
	float:left;
	}
#right {
	float:right;
	width:210px;
	padding-top:20px;
}
#right h1 {
	color:#FFFFFF;
	font-size:16px;
	color:white;
	padding:10px 10px 10px 20px;
	}
#right h2 {
	background-image:url(images/fundal_h2.gif);
	padding:5px 10px 5px 20px;
	background-repeat:no-repeat;
	background-position:left;
	color:white;
}
#right p {
	color:					white;
	padding:				5px 10px 5px 20px;
	}
#right em {
	text-decoration:		underline;
	display:				block;
	font-weight:			bold;
	font-style:				normal;
	}
#right a {
	color:white;
	text-decoration:none;
	line-height:1.3em;
	}
#right table {
	width:180px;
	}
#limbi {
	margin:5px 10px 5px 20px;
}
#but_ro, #but_en, #but_hu, #but_ge, #but_sp {
	width:30px;
	height:29px;
	margin:2px;
	float:left;
	cursor:pointer;
}


#but_ro {
	background-image:url(images/but_ro.png);
	}
*html #but_ro{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_ro.png', sizingMethod='crop');
}


#but_en {
	background-image:url(images/but_en.png);
	}
*html #but_en{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_en.png', sizingMethod='crop');
}


#but_hu {
	background-image:url(images/but_hu.png);
	}
*html #but_hu{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_hu.png', sizingMethod='crop');
}


#but_ge {
	background-image:url(images/but_ge.png);
	}
*html #but_ge{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_ge.png', sizingMethod='crop');
}


#but_sp {
	background-image:url(images/but_sp.png);
	}
*html #but_sp{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_sp.png', sizingMethod='crop');
}

#texte {
	margin:0px 230px 0px 270px;
	padding-top:20px;
}
#texte h1 {
	font-size:25px;
	color:#70B54A;
	padding:10px 0px;
}
#texte p {
	font-size:12px;
	color:#808080;
	padding:5px 0px;
}
#texte img {
	padding:10px;	
}
#formular_contact {
	float:right;
	width:200px;
	height:300px;
	padding:0px 20px;
}	
.with_back {
	background-image:url(images/input_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #999999;
}
.lista {
	list-style:none;
}
.lista li {
	width:470px;
	height:80px;
	position:relative;
	margin:10px 0px;
	background-image:url(images/grad_verde_out.gif);
	}
#texte ul.lista li h1 {
	height:22px;
	line-height:22px;
	font-size:12px;
	color:white;
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
}
#texte ul.lista li a:link, #texte ul.lista li a:visited {
	text-decoration:none;
	display:block;
	width:470px;
	height:80px;
	background:none;
}
#texte ul.lista li a:hover, #texte ul.lista li a:active {
	background-image:url(images/grad_verde_ovr.gif);
}
#texte ul.lista li div.lista_head {
	position:absolute;
	left:-3px;
	top:5px;
	padding:2px 20px;
	float:left;
	background-color:#ED1651;
	background-image:url(images/grad_roz.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#texte ul.lista li div.lista_content {
	position:absolute;
	width:485px;
	top:35px;
	overflow:hidden;
	height:40px;
	left:0px;
}
#texte ul.lista li p {
	margin:2px 0px;
	padding:0px 20px;
	font-size:12px;
	color:white;
	cursor:pointer;
}
#texte a:link, #texte a:visited {
	color:#990000;
	text-decoration:none;
}
#texte a:hover, #texte a:active {
	text-decoration:underline;
}
.fundal_lista {
	background-image:url(images/grad_gri.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCCCCC;
	padding:0px 10px;
	width:470px;
}
table.galerie {
	border-collapse:collapse;
	width:470px;
}
.galerie td {
	background-image:url(images/grad_gri.gif);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #999999;
	text-align:center;
}
.galerie td.td_gol {
	background-image:none;
	border:1px solid #ffffff;
}
.galerie img {
	margin:0px;
	padding:0px;
}

a.navigation {
	font-size:14px;
	margin-left:5px;
}
a.navigation1 {
	font-size:13px;
	margin-left:5px;
}
.table_head
{
	background: #eeeeee;
	padding:3px;
}

.table_cell
{
	background: #F7F7F7; 
}
#prezentare div.aragaz {
	color:white;
	text-align:center;
	width:182px;
}

.clear {
	clear:			both;
	}