body {
	font-family : Arial, Helvetica, sans-serif;
  margin: 20px;
  background-color: #6171c3;
}

#subsoltabel {
	width: 100%;
}

/* Index - 1 */

#container1 { 
	position: relative;
/*	margin: 10px 0 0 0; */
	background: url(_imagini/blue-cu-meniu.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
  width: 920px;
  height: 700px;
}

#continut1 {   
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
  height: 700px;
}

#subsol1 {   
	position: absolute;
	top: 620px;
	left: 0px;
	width: 100%;
}

#sigla1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 120px;
}

#contact1 {
	position: absolute;
	top: 70px;
	left: 500px;
	width: 140px;
	height: 30px;
}

#despre1 {
	position: absolute;
	top: 160px;
	left: 330px;
	width: 140px;
	height: 40px;
}

#astrologie1 {
	position: absolute;
	top: 310px;
	left: 170px;
	width: 180px;
	height: 50px;
}

#atv1 {
	position: absolute;
	top: 520px;
	left: 20px;
	width: 240px;
	height: 60px;
}

/* Despre noi - 2 */

#container2 { 
	position: relative;
/*	margin: 10px 0 0 0; */
	background: url(_imagini/despre-noi.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
  width: 920px;
  height: 1000px;
}

#sigla2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100px;
}

#meniu2 {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 160px;
	height: 200px;
}

#subsol2 {   
	position: absolute;
	top: 920px;
	left: 0px;
	width: 100%;
}

#continut2 {   
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
  height: 1000px;
}

#text2 {   
	position: absolute;
	top: 125px;
	left: 225px;
	width: 625px;
	height: 625px;
}

/* Astrologie - 3 */

#container3 { 
	position: relative;
/*	margin: 10px 0 0 0; */
	background: url(_imagini/parteneriat-astro.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
  width: 920px;
  height: 678px;
}

#sigla3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100px;
}

#meniu3 {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 160px;
	height: 200px;
}

#subsol3 {   
	position: absolute;
	top: 598px;
	left: 0px;
	width: 100%;
}

#continut3 {   
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
  height: 678px;
}

#text3 {   
	position: absolute;
	top: 125px;
	left: 225px;
	width: 625px;
	height: 625px;
}

/* Contact - 4 */

#container4 { 
	position: relative;
/*	margin: 10px 0 0 0; */
	background: url(_imagini/contact.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
  width: 920px;
  height: 678px;
}

#sigla4 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100px;
}

#meniu4 {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 160px;
	height: 200px;
}

#subsol4 {   
	position: absolute;
	top: 598px;
	left: 0px;
	width: 100%;
}

#continut4 {   
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
  height: 678px;
}

#text4 {   
	position: absolute;
	top: 100px;
	left: 225px;
	width: 625px;
	height: 625px;
}

/* H */

h1 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16pt;
	color: #ffffff;
	font-style : normal;
	font-weight : bold;
}

h2 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	font-style : normal;
	font-weight : bold;
}

h3 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-style : normal;
	font-weight : bold;
}

/* Link */

a:link  {
	color : #ffffff;
	text-decoration : none;
}

a:visited  {
	color : #ffffff;
	text-decoration : none;
}

a:hover  {
	color : #ff9933;
	text-decoration : none;
}

a:active  {
	color : #ffffff;
	text-decoration : none;
}

/* Altele */

hr {
  height: 1px;
  width: 80%;
  color: #f9e5cc;
}

