body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #757575;	
}
p{
	font-size: 12px;
}


h2{
	font-size: 18px;
}

a.link_titlu {
	text-decoration: none;
}

a {
	color: #04789B;
	text-decoration: underline;
}
a:hover {
	color: #4F4F4F;
	text-decoration: none;
}


/*  Meniu  */
.titlu-meniu{
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #4F4F4F;
}
.subtitlu-meniu{
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #4F4F4F;
}

.menu_over{
	/*background-color: #FFFFFF;*/
	background-image: url(imagini/buton_over.gif);
	background-repeat: no-repeat;
}

.menu_normal{

}
.umbra_tabel{
	background-image: url(imagini/umbra_jos.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
}

.frame{	
font-family: Tahoma, Verdana, Arial;
font-size: 12px;

 width: 720px; 
 margin: 20px; 
 float: left;
}
.pixel_tabel{
	background-image: url(imagini/pixel.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
.footer{
    font-size: smaller;
}

#continut{
	position: relative;
	width: 750px; 
	overflow: hidden; 
	margin: 0 auto;
}
#content {
    position: relative;
	width: 3500px;
	}
#contact{
  position: absolute; 
  display: none; 
  height: 200px; 
  width: 400px; 
}

#contact_mesaj{
  display: block;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  color: #000000;
}

.rounded {
  background: transparent url("imagini/top-right.png") scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  line-height: 0.1;
  font-size: 1px;
}


input {
	BACKGROUND-COLOR: #FFFFFF ; 
	border: 1px solid #cccccc;
	COLOR: #000000	;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #757575;
}
textarea {
	BACKGROUND-COLOR: #FFFFFF ; 
	border: 1px solid #cccccc;
	COLOR: #000000	;
	font-family: arial, helvetica; 
	font-size: 12px;
	color: #757575;
	width: 200px;
	height: 60px;
}

/* tabel contact */
#container_contact{
 		border: 1px solid #e6e6e6;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #4F4F4F;
		height: 30px;
		vertical-align: middle;
}

table.table_contact{
	background: #FFFFFF url(imagini/logoW_contact.gif) no-repeat center left;
	padding: 0px;
	border-spacing: 2px;
	border: 0px solid #e6e6e6;
}

table.table_contact th{
		border: 1px solid #e6e6e6;
		font-size: 16px;
		color: #4F4F4F;
		height: 30px;
		vertical-align: middle;
}
table.table_contact td{
		/*border: 1px solid #e6e6e6;*/
		height: 15px;
		font-size: 12px;
		padding-left: 2px;
}



/*   UMBRE */

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}
div.shadow {
  padding: 5px 5px 9px 5px;
  background: white url(imagini/shadows/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(imagini/shadows/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(imagini/shadows/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(imagini/shadows/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(imagini/shadows/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}