body {
	font-family : Arial, Helvetica, sans-serif;
  margin: 0px;
  background: url(_imagini/bg-body.jpg) center;
  background-repeat: repeat-y; 
}

/* coloana1 + coloana2 = tabcont */

#tabcont {   /* tabelul corpul din mijloc */
	width: 900px;
	border: 0px;
}

#coloana1 {
	width: 250px;
}

#coloana2 {
	width: 650px;
}

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

/* antet */

#antet-home {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-home.jpg) top;
	background-repeat: no-repeat;
}

#antet-mistere {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-mistere.jpg) top;
	background-repeat: no-repeat;
}

#antet-esoterica {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-esoterica.jpg) top;
	background-repeat: no-repeat;
}

#antet-astrologie {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-astrologie.jpg) top;
	background-repeat: no-repeat;
}

#antet-numerologie {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-numerologie.jpg) top;
	background-repeat: no-repeat;
}

#antet-video {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-video.jpg) top;
	background-repeat: no-repeat;
}

#antet-creatie {
	width: 920px;
	height: 187px;
	border: 0px;
	background: url(_imagini/bg-antet-creatie.jpg) top;
	background-repeat: no-repeat;
}

/* subsol */

#subsol-home {
	width: 920px;
	border: 0px;
	background: url(_imagini/bg-subsol-home.jpg) bottom;
	background-repeat: no-repeat;
}

#subsol-mistere {
	width: 920px;
	border: 0px;
	background: url(_imagini/bg-subsol-mistere.jpg) bottom;
	background-repeat: no-repeat;
}

#subsol-esoterica {
	width: 920px;
	border: 0px;
	background: url(_imagini/bg-subsol-esoterica.jpg) bottom;
	background-repeat: no-repeat;
}

#subsol-video {
	width: 920px;
	border: 0px;
	background: url(_imagini/bg-subsol.jpg) bottom;
	background-repeat: no-repeat;
}

#subsol-creatie {
	width: 920px;
	border: 0px;
	background: url(_imagini/bg-subsol.jpg) bottom;
	background-repeat: no-repeat;
}

/* meniu local stanga */

#meniulocal {
	width: 100%;
/*  border-left: 1px solid #999999;
	border-right: 1px solid #999999; */
	border-top: 1px solid #999999;
	border-bottom: 0px;
}

td.tdmeniulocal {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #999999;
	border-top: 0px;
	text-align:left;
}

td.tdmeniulocal:hover {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #999999;
	border-top: 0px;
	text-align:left;
  background-color: #ccccff;
}

a.linkmeniu:link  {
	color : #3333ff;
	text-decoration : none;
}

a.linkmeniu:visited  {
	color : #3333ff;
	text-decoration : none;
}

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

a.linkmeniu:active  {
	color : #3333ff;
	text-decoration : none;
}

/* meniu general sus */

#meniugeneral {
  width: 900px;
	position:relative;
	top:66px;
	text-align: center;
}

#meniusus {
  border: 0px;
  width: 100%;
  height: 20px;
}

td.tdmeniusus {
}

td.tdmeniusus:hover {
}

a.linkmeniusus:link  {
	color : #000066;
	text-decoration : none;
	font-weight : bold;
}

a.linkmeniusus:visited  {
	color : #000066;
	text-decoration : none;
	font-weight : bold;
}

a.linkmeniusus:hover  {
	color : #990000;
	text-decoration : none;
	font-weight : bold;
}

a.linkmeniusus:active  {
	color : #000066;
	text-decoration : none;
	font-weight : bold;
}

/* H */

h1 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	font-style : normal;
	font-weight : bold;
}

h2 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color: #000099;
	font-style : normal;
	font-weight : bold;
}

h3 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-style : normal;
	font-weight : bold;
}

/* Link */

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

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

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

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

/* Altele */

hr {
  height: 1px;
  width: 880px;
  color: #cccccc;
}

fieldset.art {
        font-size:12px;
        font-family:Arial;
        padding:5px;
        color:#000099;
        }

legend {
        font-size:14px;
        font-family:Verdana;
        color:#000099;
        }