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

#container {
  width: 920px;
}

/* coloana1 + coloana2 + margine-s + margine-d = tabcont */

#tabcont {   /* tabel corpul din mijloc */
	width: 920px;
	border: 0px;
}

td.coloana1 {
	width: 260px;
	border: 0px;
  background: url(_imagini/repet_lung.jpg);
	background-repeat: repeat-y;
}

td.coloana2 {
	width: 640px;
}

td.margine-s {
	width: 10px;
	border: 0px;
  background: url(_imagini/repet_st.jpg);
	background-repeat: repeat-y;
}

td.margine-d {
	width: 10px;
	border: 0px;
  background: url(_imagini/repet_dr.jpg);
	background-repeat: repeat-y;
}

td.interior {
	width: 900px;
	border: 0px;
  background: url(_imagini/repet_lung.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

table.simplu {
	width: 100%;
	border: 1px solid #e0e1e1;
}

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

/* Link */

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

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

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

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

/* H */

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

h2 {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	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;
}

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

/* Field */

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

fieldset.cup {
        font-size:10px;
        font-family:Arial;
        padding:5px;
        }

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