html
{

}

body
{
	color: #5a5a5a;
}

#contenitore
{
	margin:15px auto;
	width:800px;
	height:680px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#476BB3;
/*	z-index:-1;*/
}

#validator
{
	margin:auto;
	width:800px;
	text-align:right;
}

#header
{
	width:800px;
	font-size:xx-large;
	color:#4b9d1d;
}

#tab
{
	border-width:0px;
	height:580px;
}

#corpo
{
	position:absolute;
	margin:58px auto auto 110px;
	width:680px;
/* 	height:500px; */
/*	padding-left:10px;*/
/*	padding-bottom:15px;*/
/*	border-style:solid;
	border-width:1px;
	border-color:#ddd;*/
}


#menu_left
{
	position:absolute;
	margin:80px auto auto 0px;
/* 	background-image:url(../images/bg_menu_az_.png); */
	background-color:#eceff5;
	height:150px;
	width:100px;
/*	border-style:solid;
	border-width:1px;
	border-color:#ddd;*/
}

.menu_left
{
	margin-left:5px;
}

#menu_right
{
	position:absolute;
	margin:5px auto auto 640px;
	height:200px;
	width:150px;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
}

#articolo
{
 	position:absolute; 
	margin:5px 180px auto 5px;
	height:200px;
 	width:630px; 
/*	border-style:solid;
	border-width:1px;
	border-color:#ddd;*/
}

/* --- Non più in uso

#barra_pre
{
	position:absolute;
	margin:150px auto;
	width:1024px;
	height:1px;
	background-color:#ddd;
}


#barra_post
{
	position:absolute;
	margin:1176px auto;
	width:1024px;
	height:1px;
	background-color:#ddd;
}
*/
.immagine_personale
{
	position:absolute;
	margin: -55px auto auto 0px;
	float:left;
	/*padding:20px;*/
	border-style:solid;
	border-width:2px;
	border-color:#fff;
	z-index:1;
}

.titolo
{
	position:absolute;
	margin-left:140px;
	margin-top:20px;
	color: #5a5a5a;
	font-size: large;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

.testo
{
	position:absolute;
	margin-top:10px;
	margin-left:15px;
	font-size: medium;
	line-height:30px;
}

.code
{
	color:green;
}

.code_parm
{
	color:blue;
}

.code_par
{
	border-style:solid;
	border-width:1px;
	border-color: #515151;
	width:780px;
	margin: auto;
	text-align:center;
	line-height:25px;
}

.cerca
{
/* 	width:1024px; */
	margin: 80px auto;
/*	padding:auto;*/
/*	text-align:center;*/
}


.titolo_articolo
{
	position:absolute;
	margin-left:110px;
	margin-top:5px;
	font-size: 18px;
	font-weight:bold;
}



a
{
	color: #5a5a5a;
	text-decoration:none;
}

a:hover
{
	color: #5a5a5a;
	font-style:italic;
	text-decoration:underline;
}

a.top_menu
{
	font-size:14px;
	text-decoration:none;
/* 	font-weight:bold; */
/* 	color:#4D4D4D; */
	color: #4D4D4D;

}
a.top_menu:hover
{
	text-decoration:underline;
	color:#fff;
/* 	font-weight:bold; */
}

a.menu_r
{
	font-size:14px;
	text-decoration:none;
/* 	font-weight:bold; */
	color:#515151;
}
a.menu_r:hover
{
	text-decoration:underline;
	color:#515151;
/* 	font-weight:bold; */
}

