/* Layout pagina */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	/* background-image: url(immagini/sfondo_2.jpg); */
	background-color: #8B795A;
	background-position: top;
	background-repeat: repeat-y;
}

/*
sfondo.jpg -> FFFFFF
sfondo_2.jpg -> 262336
sfondo_3.jpg -> 8C0000
sfondo_4.jpg -> 000000
*/

p, td, font, input{
	font-family: arial;
	font-size: 12px;
}

#pagina { 
	width: 1200px;
	position: absolute; 
	left: 50%;
	margin-left: -500px;
	font-style: arial;
	font-size: 10px;
}

#col_sx{
	margin-top: 50px;
	width: 150px;
	float: left;
	clear: none;
}

#col_ct{
	width: 945px;
	float: left;
	clear: none;
	height: 900px;
	margin-left: 5px;
}


.menu{
	width: 145px;
	background-color: #A9A9A9;
	height: 20px;
	margin-top: 3px;
}

.menu a{
	display: block;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
	line-height: 20px;
}

.menu a:hover{
	display: block;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
	line-height: 20px;
	background-color: #DFDFDF;
}

.menu_selected{
	width: 145px;
	background-color: #DFDFDF;
	height: 20px;
	margin-top: 3px;
}

.menu_selected a{
	display: block;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
	line-height: 20px;
}

.menu_selected a:hover{
	display: block;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
	line-height: 20px;
}


h1{
	margin: 0px;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 160px;
	color: #FFFFFF;


	border-bottom: 1px solid #A9A9A9;
	font-size: 16px;
	line-height: 30px;
}

.sub_menu{
	margin-left: 15px;
	float: left;
}

.sub_menu a{
	padding: 5px;
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-family: arial;
}

.sub_menu a:hover{
	display: block;
	color: 262336;
	font-size: 10px;
	text-decoration: none;
	background-color: #DFDFDF;
	font-family: arial;
}

.sub_menu_selected{
	margin-left: 15px;
	float: left;
}

.sub_menu_selected a{
	padding: 5px;
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-family: arial;
	background-color: #A9A9A9;
	font-weight: bold;
}

.sub_menu_selected a:hover{
	display: block;
	color: 262336;
	font-size: 10px;
	text-decoration: none;
	background-color: #DFDFDF;
	font-family: arial;
	font-weight: bold;
}

.class_news_dispari{
	margin-top: 10px;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	height: 100px;
	border-bottom: 1px solid #000;
}

.class_news_pari{
	margin-top: 10px;
	/*background-color: #F5F5F5;*/
	display: block;
	clear: both;
	height: 100px;
	border: 1px solid #A9A9A9;
}

.class_news_pari a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

.class_news_pari a:hover{
	display: block;
	text-decoration: underline;
	color: #DFDFDF;
}

.class_news_dispari a{
	display: block;
	text-decoration: none;
	color: #000000;
}

.class_news_dispari a:hover{
	display: block;
	text-decoration: underline;
	color: #5F4230;
}




.link_news{
	background-color: #A9A9A9;
	height: 20px;
	line-height: 20px;
	color: #000000;
	font-size: 12px;
}

.link_news:hover{
	color: #000000;
}