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


body { 
  background: #d4e1e9 url(../img/bg-site.jpg) no-repeat top center;
  /*background: #f8f8f8 url(../img/bg-col-3-bg-pagina.gif) top repeat-x;*/
 
  font-family: 'Lucida Grande', Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color:#555;
}

* { margin: 0; padding: 0;}
img, div, p, span, input, a { margin: 0; padding: 0; border:0;}

a{ color:#0066cc; text-decoration:none;}
a:hover{ color:#6CF; text-decoration:underline;}

p {
	margin-bottom: 18px;
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}

h2 { 
  font-size: 18px; 
  line-height: 27px; 
  margin-bottom: 18px;
}

h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

#alege-limba{
	position:absolute;
	margin-left:820px;
	display:block;
	width:170px;
	text-align:right;
	/*display:none;*/
	}

#alege-limba img {margin-top:4px;}
#alege-limba a{
	color:#0FF;
	}

.culoare1{color:#06C;}