/* CSS Document */
body{
/*	background-color: #000000;
	color: #999999; */
	background-image:url(immagini/SfondoMarmo.png);
}
a{
	border-width: 0px;
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline overline;
}
.link_volo:hover{
	color: #666666;
	text-decoration: underline overline;
}
#news_titolo{
	border: 2px outset #666666;
	padding: 5px;
	background-color: #3366FF;
/*	background-image:url(immagini/sfondo01.gif);*/
	width: 97%;
}
#news_testo{
	border: 2px outset #999999;
	padding: 5px;
/*	background-image:url(immagini/013.gif);*/
	width: 97%;
}
/*------------------------------- Inizio bottoni -------------------------------*/
#bottone_menu{
	border:3px outset #FF3300;
	padding: 5px;
/*	background-image:url(immagini/SfondoMarmo.jpg); */
	background-color: #FF6600;
}
#bottone_menu:hover{
	
}

#bottone_indietro{
	border: 2px outset #999999;
	padding: 3px;
	position: relative;
	float: right;
}
#bottone_indietro:hover{
	text-decoration: blink;
}
#bottone_news{
	border: 2px outset #999999;
	padding: 3px;
	float: left;
}
#bottone_news:hover{
	text-decoration: blink;
}
/*-------------------------------- Fine Bottoni --------------------------------*/

/*------------------------------- Inizio impaginazione -------------------------------*/
#overall{
	font-size: 11pt;
}

#top{
	width: 100%;
	float: inherit;

}
#center{
	float: inherit;
}
#sx_col{
	width: 20%;
	float: left;

}
#center_col{}
#center_page{
	width: 60%;
	float: left;
}
#dx_col{
	width: 20%;
	float: left;
}
#bottom_news{
	float: left;
	width: 80%;
}

#top:hover{}
#sx_col:hover{}
#center_page:hover{}
#dx_col:hover{}
#bottom_news:hover{}
	
/* -------------------------------Fine Impaginazione------------------------------- */

/*------------------------------- Inizio grafica -------------------------------*/

#top .body{
	border: 0px solid #FF0000;
	padding: 10px;
	/*------------------------------*/
	vertical-align: middle;
	text-align: center;
	height: 120px;
}
#sx_col .body{
	border-bottom: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
	padding: 10px;
/*	padding-left: 0px !important;*/
	height: 413px;
}
#center_page .body{
	padding: 10px;
	overflow: auto;
	height: 360px;
}
#dx_col .body{
	border-right: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
	padding: 10px;
	height: 360px;
}
#bottom_news .body{
	border-top: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
	padding: 10px;
	/*------------------------------*/
	font-size: 11px;
	height: 30px;
}
/*------------------------------- Fine grafica -------------------------------*/
