html, body {
	margin: 0px; 
	padding: 0px; 
	color: #000000;
}

table, td, div, p, h1, h2, h3, h4, h5, h5, h6, hr, img, form, input, textarea {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	margin: 0px; 
	padding: 0px; 
	border-style: none; 
	border-collapse: collapse;
	color: #000000;
}


ul, li {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

#master{
	text-align: justify;
	width: 990px;
}

#top{
	position: relative;
	z-index:1;
	height: 72px;
	background-image: url('../../img/menu_bg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#sigla{
	position: absolute;
	left: 46px;
	bottom: 0px;
}

#menu{
	position: absolute;
	text-align:left;
	right: 50px;
	bottom: 0px;
}

#content_holder{
	position: relative;
	z-index: 0;
}

#content_home{
	position: absolute;
	top: 127px;
	right: 46px;
	z-index: 100;
	width: 373px;
	height: 200px;
}

#content_background{
	position: absolute;
	top: 127px;
	right: 46px;
	z-index: 99;
	width: 373px;
	background-color: white;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	height: 200px;
}

#content_others{
	position: absolute;
	top: 51px;
	right: 46px;
	z-index: 100;
	width: 571px;
	height: 420px;
}

#content_background_others{
	position: absolute;
	top: 51px;
	right: 46px;
	z-index: 99;
	width: 571px;
	background-color: white;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	height: 420px;
}

#content_inner{
	margin: 26px;
	color: #000000;
}

#content_others_inner{
	width: 290px;
	padding: 21px;
	color: #000000;
	float: left;
	overflow: auto;
	height: 380px;
}

#content_simple_inner{
	padding: 21px;
	margin-top:5px;
	color: #000000;
	float: left;
	overflow: auto;
	height: 370px;
	width: 520px;
}

#content_home_footer{
	z-index: 1;
	position: absolute;
	top: 327px;
	right: 46px;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

#content_others_footer{
	z-index: 1;
	position: absolute;
	top: 471px;
	right: 46px;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

#right{
	position: relative;
	top: 70px;
	float: left;
	width: 230px;
}

#background{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#home_01, #home_02, #home_03, #home_04{
	position: relative;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

#home_01, #home_02, #home_03{
	margin-right: 2px;
}

#home_01 A:link, A:visited, A:active{
	text-decoration: none;
}

#home_01 A:hover{
	text-decoration: none;
}

#home_02 A:link, A:visited, A:active{
	text-decoration: none;
}

#home_02 A:hover{
	text-decoration: none;
}

#home_03 A:link, A:visited, A:active{
	text-decoration: none;
}

#home_03 A:hover{
	text-decoration: none;
}


#footer{
	position: relative;
	width: 100%;
	float: left;
	background-color: #006495;
	color: #FFFFFF;
	height: 20px;
}

#copyright{
	position: absolute;
	margin-left: 13px;
	margin-top: 4px;
	font-size: 10px;
	color: #FFFFFF;
}

#menu_footer{
	position: absolute;
	margin-top: 2px;
	right: 30px;
}

a.menu_footer:link, a.menu_footer:visited{
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

a.menu_footer:hover, a.menu_footer:visited.hover{
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10px;
}

.title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #016495;
	padding: 0px 20px 3px 5px;
	border-bottom: 2px solid #016495;
	letter-spacing: 1px;
}
.text{
	padding: 0px 5px 0px 5px;
}

.red_label{
	font-weight: bold;
	font-size: 12px;
	width: 199px;
	background-color: red;
	color: white;
	padding: 10px 0px 10px 30px;
	margin-bottom: 10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.right_href{
	margin: 0px 0px 10px 30px;
	color: #016495;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.right_href a, a:visited{
	color: #016495;
	text-decoration: none;
}

.right_href a:hover, a:visited.hover{
	color: #016495;
	text-decoration: underline;
}

.gallery_div{
	margin-left: 27px;
	width: 172px;
	text-align: center;
}
.gallery_img{
	float: left;
	width: 80px;
	margin: 3px;
}



.contact_input{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color:  #000000;
	background: #ffffff;
	border: 1px solid #2d2d2d;
	width: 220px;
}

.contact_textarea{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color:  #000000;
	background: #ffffff;
	border: 1px solid #2d2d2d;
	width: 450px;
	height: 50px;
	overflow: auto;
	scrollbar-base-color: #2d2d2d;
	scrollbar-arrow-color: #c7b97c;
	scrollbar-DarkShadow-Color: none;
}

.contact_buton{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color:  #ffffff;
	background: #016495;
	border: 1px solid #2d2d2d;
	width: 60px;
}


a.limba:link, a.limba:visited{
	margin-left: 5px;
	margin-bottom:2px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
}

a.limba:hover, a.limba:visited.hover{
	margin-left: 5px;
	margin-bottom:2px;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 8px;
}


#h01{
	position: absolute;
	float:left;
	width: 247px;
	color: #FFFFFF;
	font-weight: bold;
	
}
#h02{
	position: relative;
	float:left;
	width: 110px;
	color: #FFFFFF;
	font-weight: bold;
}
#h03{
	position: relative;
	float:right;
	width: 137px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 118px;
	cursor: pointer;
}

a, a:visited{
	color: #016495;
	text-decoration: none;
}

a:hover, a:visited.hover{
	color: #016495;
	text-decoration: underline;
}

.titlu{
	
}
