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

body{
    width:100%;
	height:100%;
	background-color:#59595b;
	background-image:url(immagini/sfondo.jpg);
	background-repeat:repeat-x;
	margin:0;
	text-align:center;
}

.oneColFixCtr #container {
	width: 900px;
	height:100%;
	margin: 0 auto;
	padding: 0 auto;
	/*float:left;*/
	text-align:center;
}

#testa{
	margin: 0px;
	height: 260px;
	width: 900px;
	
}
/*--------------------------- DIV POSITION ABSOLUTE --------------------------------------*/
#testaPag01{
    margin:0;
	height: 174px;
	width:900px;
	background-image:url(immagini/testa_pag01.png);
	background-repeat:no-repeat;
	position:relative;
}

#testaPag05{
    margin:0;
	height: 174px;
	width:900px;
	background-image:url(immagini/testa_pag05.png);
	background-repeat:no-repeat;
	position:relative;
}

#testaInterni{
	margin:0;
	height: 174px;
	width:900px;
	background-image:url(immagini/testa_01.png);
	background-repeat:no-repeat;
	position:relative;
}
#mese{
	position:absolute;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	width:168px;
	height:25px;
	left: 572px;
	top: 6px;
}
#tornaMenu{
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e2001a;
	font-size:11px;
	width:200px;
	height:25px;
	left: 436px;
	top: 105px;
}
div#tornaMenu a{
	color:#e2001a;
	text-decoration:none;
}
div#tornaMenu a:hover{
	color:#e2001a;
	text-decoration:underline;
}
#frecciadx{
	position:absolute;
	width:30px;
	height:30px;
	left: 752px;
	top: 116px;
}
#frecciasx{
	position:absolute;
	width:30px;
	height:30px;
	left: 699px;
	top: 117px;
}
/*-------------------------------------------------------*/
#centrale{
	width: 900px;
	height: 100%;
	margin: 0;
	background-image:url(immagini/nuovi_02.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}
div#centrale img{
border:2px solid #CCCCCC;
}
div#centrale a{
	color:#333333;
	text-decoration:none;
	text-decoration:underline;
}
div#centrale a:hover{
	color:#999999;
	text-decoration:underline;
}
/*------------------------------------------------------------------------------*/
#linkRed
{
    color:#e2001a;
}
div#linkRed a{
	color:#e2001a;
	text-decoration:none;
}
div#linkRed a:hover{
	color:#e2001a;
	text-decoration:underline;
}
/*-----------------------------------------------------------------------------*/
#piede{
	width:900px;
	height: 41px;
	margin: 0;
	background-image:url(immagini/piede.png);
	background-repeat:no-repeat;
}
