html, body {
	font-family : Arial, Helvetica, sans-serif;
  background-color: #f0f4f4;
}

#container {
  width: 920px;
  margin: 10px auto 10px auto; /* centrarea paginii*/
  background-color: #ffffff;
}

/* coloana1 + coloana2 = tabcont */

#tabcont {   /* tabelul corpul din mijloc */
	width: 920px;
	border-left: 1px solid #f0bb6c;
	border-right: 1px solid #f0bb6c;
}

#coloana1 {
	width: 212px;
	border-right: 1px solid #f9e5cc;
}

#coloana2 {
	width: 708px;
}

#continut {   /* tabelul cu continutul efectiv */
	width: 100%;
	border: 0px;
}

table.tabnormal { /* tabele normale cu border */
	width: 100%;
	border: 1px solid #f9e5cc;
}

#tableserv {
	width: 100%;
	height: 350px;
	border: 0px;
	background: url(_imagini/servicii.jpg) top center;
	background-repeat: no-repeat;
}

/* antet */

#antet {
	width: 920px;
	border-top: 1px solid #f0bb6c;
	border-left: 1px solid #f0bb6c;
	border-right: 1px solid #f0bb6c;
}

/* subsol */

#subsol {
	width: 920px;
	border-left: 1px solid #f0bb6c;
	border-right: 1px solid #f0bb6c;
	border-bottom: 1px solid #f0bb6c;
}

/* meniu */

#tdmeniuhome {
	border: 0px;
  background: url(_imagini/button-home.jpg);
	background-repeat: no-repeat;
}

#tdmeniuhome:hover {
	border: 0px;
  background: url(_imagini/button-home-gray.jpg);
	background-repeat: no-repeat;
}

#tdmeniuservicii {
	border: 0px;
  background: url(_imagini/button-servicii.jpg);
	background-repeat: no-repeat;
}

#tdmeniuservicii:hover {
	border: 0px;
  background: url(_imagini/button-servicii-gray.jpg);
	background-repeat: no-repeat;
}
#tdmeniuportofoliu {
	border: 0px;
  background: url(_imagini/button-portofoliu.jpg);
	background-repeat: no-repeat;
}

#tdmeniuportofoliu:hover {
	border: 0px;
  background: url(_imagini/button-portofoliu-gray.jpg);
	background-repeat: no-repeat;
}

#tdmeniudespre {
	border: 0px;
  background: url(_imagini/button-despre.jpg);
	background-repeat: no-repeat;
}

#tdmeniudespre:hover {
	border: 0px;
  background: url(_imagini/button-despre-gray.jpg);
	background-repeat: no-repeat;
}

#tdmeniucontact {
	border: 0px;
  background: url(_imagini/button-contact.jpg);
	background-repeat: no-repeat;
}

#tdmeniucontact:hover {
	border: 0px;
  background: url(_imagini/button-contact-gray.jpg);
	background-repeat: no-repeat;
}

/* H */

h1 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	font-style : normal;
	font-weight : bold;
}

h2 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-style : normal;
	font-weight : bold;
}

h3 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-style : normal;
	font-weight : bold;
}

/* Link */

a:link  {
	color : #666666;
	text-decoration : none;
}

a:visited  {
	color : #666666;
	text-decoration : none;
}

a:hover  {
	color : #990000;
	text-decoration : none;
}

a:active  {
	color : #666666;
	text-decoration : none;
}

/* Altele */

hr {
  height: 1px;
  width: 80%;
  color: #f9e5cc;
}

