body {
	font-family : Arial, Helvetica, sans-serif;
  margin: 0px;
}

/* coloana1 + coloana2 = tabcont */

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

#coloana1 {
	width: 290px;
	background: url(_imagini/meniu.jpg) top left;
	background-repeat: no-repeat;
}

#coloana2 {
	width: 630px;
}

#contents {   /* tabelul corpului */
	width: 100%;
	border: 0px;
}

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

table.tot { /* tabele normale cu border si fond */
	width: 100%;
	border: 1px solid #990000;
	background-color: #fdfae5;
}

#inscriere {
	width: 100%;
	border: 0px;
}

table.tabnormal {
	width: 100%;
	border: 0px;
}

#costuri {
	border: 1px solid #990000;
}

#meniunovici {
	width: 30%;
	background-color: #fdfae5;
}
                    /* impreuna */
#continutnovici {
	width: 70%;
}

/* antet */

#antetul {
	width: 920px;
	height: 230px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	background: url(_imagini/antet.jpg) top;
	background-repeat: no-repeat;
}

/* subsol */

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

#casetajos { /* caseta din subsol cu alte infomatii */

}

/* meniu general sus */

#meniugeneral {
  width: 700px;
	position:relative;
	top: 87px;
	left: 220px;
	text-align: center;
}

#meniusus {
  border: 0px;
  width: 100%;
  height: 20px;
	text-align: center;
	border: 0px;
/*  border-left: 1px solid #990000;
	border-right: 0px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000; */
}

td.tdmeniusus {
/*	border-right: 1px solid #990000;
  background: url(_imagini/crom.gif);
	background-repeat: repeat-x; */
}

td.tdmeniusus:hover {
/*	border-right: 1px solid #990000;
  background: url(_imagini/crom.gif);
	background-repeat: repeat-x; */
}

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

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

/* meniu local stanga */

#spatiumeniu {
  height: 480px;
}

#locmeniu {
  width: 200px;
	position:relative;
	top: 35px;
	left: 40px;
	text-align: left;
}

#reclamele {
  width: 100%;
	position:relative;
	top: 290px;
	text-align: left;
}

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

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

a.linkmeniu:hover  {
	color : #660033;
	text-decoration : underline;
}

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

/* H */

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

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

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

/* Link */

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

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

a:hover  {
	color : #660033;
	text-decoration : underline;
}

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

/* Altele */

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

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

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