@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/fundal_masini.jpg) no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #505050;
}

.twoColElsLt #container { 
	float:right;
	width: 31em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #EBEBEB;*/
	margin: 0px 100px 0px 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLt #mainContent {
	background: url(../images/fundal_masini_detalii.png) transparent 0 0 no-repeat;
	padding: 20px 5px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:600px;
	 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#505050;
}
.contur {
		border : 1px solid #707070;
}
.twoColElsLt #titlu {
	background: url(../images/titlu.png) transparent 0 0 no-repeat;
	width:290px;
	height:28px;
	 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
#buton
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-bottom:solid 3px #7f7f7f;
	cursor:pointer;
	margin: 0px 5px 0px 5px;
	padding:0px 0px 2px 0px;
	
}
#buton:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-bottom:solid 3px #3f3f3f;
	cursor:pointer;
	margin: 0px 5px 0px 5px;
	padding:0px 0px 2px 0px;
}
a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#900;
	text-decoration:none;
}
a:hover
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #3f3f3f;
	text-decoration:none;
}
.formular
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #222222;
}