html, body {
	background: #cdd0c7;
	color: #000000;
	font-size:9px;
	font-family: 'tahoma';
	margin: 0px;
	padding: 0px;
	height:100%;
}

#mainpage {
	height:100%;
	width: 1000px;
}


#base {
	color:#ffffff;
	font-size: 9px;
	font-family: 'tahoma';
	font-weight: bold;
	width: 1000px;
	margin:0;
	float: left;
}

.menu {
	color:#ffffff;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	font-family: 'tahoma';
	text-transform: uppercase;
	width: 200px;
	margin:0;
	float: left;
	background: url(img/bgmenu.jpg);	
}

a {
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #ffffff;
}

a img {
	border: none;
}

#nav_list {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 200px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

#nav_list a {
	color:#ffffff;
}

.li_nav_body a  {
	display: block;
	width: 200px;
	height: 20px;
	background: url(img/bgmenuh1.jpg) no-repeat;
	padding: 0;
	line-height:20px;
	border-bottom-style:none;
}

.li_nav_body a:hover {
	background: url(img/bgmenuh2.jpg) no-repeat;
	color:#ffff00;
}

.li_active a:active  {
	background: url(img/bgmenuh1.jpg);
	color:#ffff00;
}

.main {
	color: #000000;
	background:#dad8c9;
	font-size: 11px;
	font-family: 'Tahoma';
	width: 800px;
	margin: 0;
	float: left;
}

#articol{
  padding:10px;
}

#articol h1{
  font-family:sans-serif;
  border-bottom:solid 1px #637e9b;
}

#articol p{
	font-size:small;
	text-indent:2em;
	clear:both;
}

#articol p:first-letter{
}


#articol p a, #articol li a{
/*	color:#386495;*/
		color:#000080;
		text-decoration:underline;
}
#articol p a:hover, #articol li a:hover{
		text-decoration:none;
}

#articol p{
	line-height	: 150%;
}

.legend{
  width:200px;
  float:right;
  border:solid 1px #637e9b;
  margin-left:10px;
  margin-bottom:10px;
  
}

.legend h1{
  margin:0 0 10px 0;
  background:#8398ab;
/*   color:#072450; */
  color:white;
  font-size:small;
}

.legend a{
  color: #000000;
  border-bottom-style:none;
}

a{
  color: #000000;
  border-bottom-style:none;

}
a:hover{
  border-bottom-style:none;
}

.tabel_mic{}

.tabel_mic td{
  font-family:sans-serif;
  font-size:0.8em;
}
.tabel_mic td+td
{
 font-weight:bold;
}

.tabel_statistici{}

.tabel_statistici td{
  font-family:sans-serif;
  font-size:0.8em;
}

