html, body {
	margin: 0px; 
	padding: 0px; 
	background-color: #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #e1e1e1;
	line-height: 16px;
	background-image: url('../../img/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


a:link {color: #e54418;}
a:visited {color: #e54418;}
a:hover {color: #e54418;}
a:active {color: #e54418;}


A.detalii:link, A.detalii:visited, A.detalii:active{
	color: #e54418;
	text-decoration: none;
	text-transform: none;
}

A.detalii:hover{
	color: #e54418;
	text-decoration: underline;
	text-transform: none;
}

/*
#master{
	text-align: left;
	width: 956px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}
*/
#master{position: absolute;left: 50%;top: 50%;margin-left: -477px;margin-top: -349px;background-color: #000000;text-align: left;}

#header{
	position: relative;
	width: 956px;
	height: 100px;
	background-image: url('../../img/bg_header.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content{
	width: 956px;
	min-height: 581px;
	background-image: url('../../img/bg_content.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

* html #content {
	height: 581px;
}


#page {
	position: relative;
	width: 704px;
	padding: 0px 56px 0px 194px;
	min-height: 420px;

}
* html #page {
	height: 420px;
}

#sigla{
	position: absolute;
	top: 380px;
	left: 0px;
	z-index: 1;
}


#page_header{
	position: relative;
	width: 702px;
	height: 233px;
	padding: 0px 0px 0px 0px;
}

#menu{
	width: 702px;
	height: 50px;

}

#container {
	display:block;
	position: absolute;
	padding:0;
	width:702px;
	height:210px;
	background:#fff;
	top:0;
	left:0;
	margin:0px 0 0 0;

	border: 1px red solid;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

A.menu1:link, A.menu1:visited, A.menu1:active{
		font-family: Verdana;
		font-size: 12px;
		color: #ECE6D9;
		text-decoration: none;
		text-transform: uppercase;
		padding: 2px 0px 0px 0px;
	}

	A.menu1:hover{
		font-family: Verdana;
		font-size: 12px;
		color: #FAD179;
		text-decoration: none;
		text-transform: uppercase;
		padding: 2px 0px 0px 0px;
	}
	.title{
		font-family: Verdana;
		font-size: 13px;
		font-weight: bold;
		color: #e1e1e1;
	}

	A.title:link, A.title:visited, A.title:active{
		color: #e1e1e1;
		text-decoration: none;
		text-transform: none;
	}

	A.title:hover{
		color: #e1e1e1;
		text-decoration: underline;
		text-transform: none;
	}
	

#footer{
	width: 702px;
	height: 30px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

	#footer #copyright{
		text-align: center;

		font-family: Verdana;
		font-size: 10px;
		color: #d7d7d7;
	}

	#footer_menu{
		width: 702px;
		text-align: center;

		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		color: #d7d7d7;
		/*word-spacing:2.5px;*/
	}

	A.footer_menu:link, A.footer_menu:visited, A.footer_menu:active{
		color: #d7d7d7;
		text-decoration: none;
		text-transform: uppercase;
	}

	A.footer_menu:hover{
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
	}



.hidden {
	visibility: hidden;
	display: none;
}

.shown{
	visibility: visible;
	display: block;
}

h1{
	margin: 0;
	padding: 20px;
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: normal;
	color: #e1e1e1;
}

#article{
	float: left;
	width: 640px;
	height: 200px;
	padding: 0px 20px 20px 20px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #e1e1e1;
	overflow:hidden;
}


.scrollbar-vert{
	height: 220px;
	width: 20px;
	float:left;
	background: url(../../img/scrollbar_bg.gif) repeat-y;
	background-position: center;
}

.scrollbar-vert2{
	height: 220px;
	width: 20px;
	float:left;
	background: url(../../img/scrollbar_bg.gif) repeat-y;
	background-position: center;
}

.handle-vert{
	height: 42px;
	width: 20px;
	background: url(../../img/handle.gif) no-repeat;
	background-position: center;
}





input{
	background-color: #595959;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#input_check{
	/*background-color: #595959;*/
	/*border: 1px #3E3E3E solid;*/

}

textarea{
	overflow: auto;
	width:550px;
	height:50px;
	background-color: #595959;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#buton{
	float:none;
	width:100px;
	background-color: #595959;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
