@charset "utf-8";
/* CSS Document */

body
{ 
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Georgia, serif;
	line-height: 1.3em;
	text-align: left;	
	background-repeat:repeat-x;
	background-image:url(./images/text.jpg);	
	background-color: #cac8c8;	
}

#container
{
	position: absolute;
	left: 50%;
	top: 0%;
	height: 819px;
	width: 979px;
	margin: 5px 0 0 -489px; 
	padding: 0 0 0 0;
	text-align: center;
	z-index: 20;
	background-image:url(./images/background.png);
}

#sx
{
	float: left;
	width: 290px;
	height:755px;
	z-index: 50;
	margin-top: 0px;
}

#dx
{
	float: left;
	width: 625px;
	height: 435px;
	margin-top: 310px;
	margin-left: 15px;
	z-index: 50;
	text-align:justify;
	line-height:20px;
	color:#2d2d2d;
	font-size:11px;
}

#footer
{
	margin-top:762px;
	height:40px;
	color: #000;
	font-size: 10px;
}

#credits
{
	font-size: 10px;
	text-align: right;
	margin-top:10px;
}

.box_news
{
	font-size:11px;	
}

a.a_menu_I, a.a_menu_I:visited
{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

a.a_menu_I:hover
{
	color:#dddddd;
	font-size:12px;
}


a.servizi, a.servizi:visited
{
	color:#043882;
	text-decoration:none;
}

a.servizi:hover
{
	color:#043882;
	text-decoration:underline;
}

.voce_menu
{
	text-align:left;
	margin-left:80px;
	margin-top:178px;
}

.voce_menu2
{
	text-align:left;
	margin-left:80px;
	margin-top:16px;
}

.voce_menu3
{
	text-align:left;
	margin-left:80px;
	margin-top:14px;
}

.voce_menu4
{
	text-align:left;
	margin-left:80px;
	margin-top:17px;
}

.voce_menu5
{
	text-align:left;
	margin-left:80px;
	margin-top:13px;
}

.titolo {
	color: #B4B4B4;
	font-size: 13px;
	font-weight:bold;
}

.titolo_news {
	color: #043882;
	font-size: 13px;
	font-weight:bold;
}

hr {
	color: #B4B4B4;
    background-color: #B4B4B4;
    height: 1px;
}





