

html {
overflow: -moz-scrollbars-vertical;
padding:0px;
margin:0px;
}
body {
text-align:center;
background:url('img/bg.jpg');
background-color: #00000b;
font-size: 12px;
font-family:   Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#a9c5dd;  /*culoare text*/
padding:0px;
margin:0px;
}

/* div-ul pentru cutie si meniu*/
#sus {
/*border-width:1px; border-style:dotted; border-color:#171721;*/
background:url('img/b.jpg') repeat-x;
text-align: left;

margin:0px auto 0px auto ;
padding: 0px;
height: 360px;
width: 700px;



}
/* div-ul in care se incarca continutul tuturor paginilor*/

#continut {

width:700px;

margin:0px auto 0px auto;
padding:0px;
text-align:left;

}


/* ============================================================================== */
/* Stiluri pentru text*/
.titlu {
font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;

}

.subtitlu {
font-size:13px;
color:#d8791d;  /*portocaliu*/
}

a:hover {
   color:#eeeeee;

  text-decoration:underline;
}

a{
  text-decoration:underline;
  color:#6699cc;
/*text-decoration:none;*/
  cursor:pointer;

}
.cap {  font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
}

.subliniat{
text-decoration: underline;
}

.b {
color:#d8791d;  /*portocaliu*/
}





.stanga{
text-align:center;
}

ul.none {list-style-type: none;}
ul.disc {list-style-type: disc;}

ul.s {list-style: url('img/s.gif')}


.center{
text-align:center;
}

.lft{
text-align:right;
}

/* ============================================================================== */
/* stiluri pentru divurile din prima pagina*/

#stg{
width: 465px;

float:left;

}

#drp {
width: 220px;


float:right;
}

.dmare1{  
/*border-width:1px; border-style:dotted; border-color:#a9c5dd;*/
border-width:1px; border-style:dotted; border-color:#0f1d38;

/*background-color: #171721;*/
margin: 0px 0px 15px 0px;
padding: 8px 8px 8px 8px;
text-align: left;
}

.dmare2{
border-width:1px; border-style:dotted; border-color:#0f1d38;   /*culoare casete*/

/*background-color: #171721;*/
margin: 0px 0px 0px 0px;
padding: 8px 8px 8px 8px;
text-align: left;
}

.dmij{
border-width:1px; border-style:dotted; border-color:#0f1d38;

padding: 8px 8px 8px 8px;
/*background-color: #040616;*/
margin: 21px 0px 21px 0px;
text-align: left;
}
.dsj{
border-width:1px; border-style:dotted; border-color:#0f1d38;

padding: 8px 8px 8px 8px;
/*background-color: #040616;*/
margin: 0px 0px 0px 0px;
text-align: left;
}

#jos{
width:700px;
margin: 0px auto;
padding:10px 0px 5px 0px;
text-align:center;
color: #6699cc;
 clear:both;

}
#inaltime324{
height:290px;
float:left;
}

fieldset {
border-width:1px; border-style:dotted; border-color:#0f1d38;
padding:7px 7px 7px 7px;
}
legend {

background-color: #00000b;
}

.bg{
background-color: #040616;
padding: 4px;
}

.bg_c{
background-color: #040616;
padding: 4px;
text-align:center;
}

.noscroll {
overflow: auto
}

