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

body{
	background:#bbb url(../images/bg.jpg) repeat-x top left; 
	font-family:Geneva,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

.clr {
	clear:both;
	display:block;
	height:1px;
}

img{
	
}

h1{

}

div.wrapper{
	width:900px;
	/*min-height:650px;
	height:auto !important;
	height:650px;*/
	margin:0 auto;
	padding-bottom:20px;
}

/*HEADER*/
div.header{
	width:900px;
	height:100px;
	color:#fff;
}

div.box_header{
	width:450px;
	height:100px;
	float:left;
}

div.menu_top{
	width:540px;
	height:34px;
	float:left;
	background:url(../images/bg_menu_top_2.png) no-repeat top left;
}

/*menu top*/
#menu_top{
	list-style:none;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:1px;
}

#menu_top li{
	display:inline;
}

#menu_top a, #menu_top a:visited{
	display:block;
	float:left;
	padding-right:24px;
	height:30px;
	margin-left:1px;
	padding-left:24px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	line-height:30px;
	font-size:11px;
}

#menu_top a:hover{
	text-decoration:underline;
	color:#fff;
} 
/*end menu top*/

div#areetematiche{
	width:438px;
	height:66px;
	float:left;
	background:url(../images/bg_areetematiche.png) no-repeat bottom left;
}

#areetematiche_titolo{
	margin-top:38px;
	margin-left:15px;
	font-weight:bold;
	font-size:14px;
}

div#logo{
	width:445px;
	height:100px;
	float:left;
	background:url(../images/logo.png) no-repeat top right;
}
/*END HEADER*/

div.content{
	width:895px;
	min-height:779px;
	height:auto !important;
	height:779px;
	margin:5px 0 5px 0;
	background:url(../images/bg_content.gif);
	background-position:left;
	background-repeat:repeat-y;
}

/*SIDEBAR*/
div.sidebar{
	width:214px;
	float:left;
	color:#fff;
	height:100%;
}

div.box_sx_top{
	width:214px;
	min-height:/*295*/325px;
	height:auto !important;
	height:325px;
	float:left;
	margin:0 0 5px 0;
	background:#E6DDEC;  /*230 221 236*/
}

/*menu_approfondimenti*/
ul.menu_approfondimenti{
	/*width:184px;*/
	list-style:none;
	margin:15px;
	padding:0;
}

ul.menu_approfondimenti li a {
	display:block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	min-height:30px;
	height:auto !important;
	height:30px;
	line-height:16px;
	border-bottom:1px solid #fff;
}

ul.menu_approfondimenti li {
	display:inline;
}

ul.menu_approfondimenti li a:link, ul.menu_approfondimenti li a:visited {
	background:none;
	color:#8210d2;
}

ul.menu_approfondimenti li a:hover, ul.menu_approfondimenti li a:active {
	background:/*#5D10D2;*/ #8210d2;
	color:#E6DDEC;
}
/*end menu_approfondimenti*/


/*menu_areetematiche*/
ul.menu_areetematiche{
	/*width:184px;*/
	list-style:none;
	margin:15px;
	padding:0;
}

ul.menu_areetematiche li a {
	display:block;
	text-decoration:none;
	padding:0 10px 0 10px;
	min-height:30px;
	height:auto !important;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #fff;
}

ul.menu_areetematiche li {
	display:inline;
}

ul.menu_areetematiche li a:link, ul.menu_areetematiche li a:visited {
	background:none;
	color:#E6DDEC;
}

ul.menu_areetematiche li a:hover, ul.menu_areetematiche li a:active {
	background: /*#5D10D2;*/ #E6DDEC;
	color:/*#fff;*/ #8210d2;
}
/*end menu_areetematiche*/



div.box_sx_bottom{
	width:214px;
/*	min-height:335px;
	height:auto !important;
	height:335px;*/
	float:left;
	background:#8210d2;
}

#box_sx_titolo{
	margin:15px;
	font-weight:bold;
	font-size:14px;
}

#box_sx_contenuto{
	font-size:11px;
	line-height:14px;
}

.leggi_sidebar {
	height:20px;
}

.leggi_sidebar a, .leggi_sidebar a:visited{
	color:#fff;
	text-decoration:none;
	float:right;
	font-weight:bold;
}

.leggi_sidebar a:hover{
	color:#fff;
	text-decoration:underline;
	float:right;
	font-weight:bold;
}
/*END SIDEBAR*/

div.main{
	float:left;
	width:675px;
	min-height:600px;
	height:auto !important;
	height:600px;
	/*background:#fff;*/
	margin:0 0 0 5px;
}

div.testata{
	width:675px;
	height:167px;
}

div.payoff{
	width:625px;
	min-height:40px;
	height:auto !important;
	height:50px;
	padding:15px 25px;
	line-height:16px;
	font-size:14px;
	font-style:italic;
}


/*NEWS*/
div.box_news{
	width:625px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:15px 25px;
	line-height:16px;
	font-size:13px;
}

#primo_piano{
	width:100%;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin-bottom:20px;
	color:#5d10d2;
	text-transform:uppercase;
}

.news{
	width:100%;
	min-height:50px;
	height:auto !important;
	height:50px;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #5d10d2;
}

.thumb{
	width:150px;
	height:auto !important;
	float:left;
	margin-right:15px;
}

.thumb_mid{
	width:150px;
	min-height:150px;
	height:auto !important;
	height:150px;
	float:left;
	margin-right:15px;
}

.contenuto_news  {
	width:420px;
	min-height:130px;
	height:auto !important;
	height:130px;
	float:left;
}
.senzaimmag {
	width:570px;
}

.contenuto_news_det{
	width:100%;
	min-height:130px;
	height:auto !important;
	height:130px;
	float:left;
}

.titolo_news{
	width:/*420px*/100&;
	min-height:20px;
	height:auto !important;
	height:20px;
	font-size:16px;
	font-weight:bold;
}

.data_news{
	font-size:13px;
	color:#5d10d2;
	font-weight:bold;
}

.testo_news{
	width:100%;
	min-height:50px;
	height:auto !important;
	height:50px;
	margin-top:10px;
}

.testo_news_det{
	width:100%;
	min-height:50px;
	height:auto !important;
	height:50px;
	margin-top:10px;
	float:left;
}

.leggi_news{
	height:20px;
	margin-bottom:15px;
}

.leggi_news a, .leggi_news a:visited{
	color:#000;
	text-decoration:none;
	float:right;
	font-weight:bold;
}

.leggi_news a:hover{
	color:#000;
	text-decoration:underline;
	float:right;
	font-weight:bold;
}

.pagine{
	float:right;
}

.pagine a:link, .pagine a:visited {
	color:#5d10d2;
	text-decoration:none;
}

.pagine a:hover {
	color:#5d10d2;
	text-decoration:underline;
}

.altre_thumb{
	width:100px;
	min-height:100px;
	height:auto !important;
	height:100px;
	float:left;
	margin: 7px 12px 0 0;
}

.allegato{
	float:left;
	margin-top:6px;
}

.allegato a:link, .allegato a:visited {
	color:#5d10d2;
	text-decoration:none;
}

.allegato a:hover {
	color:#5d10d2;
	text-decoration:underline;
}

.box_img_news{
	margin-top:20px;
}

#pagingnews{
	margin-left:25px;
	margin-bottom:25px;
}

#freccemenu{
	margin-left:25px;
	margin-bottom:20px;
}

#pagingnews a:link, #pagingnews a:visited{
	color:#5d10d2;
	text-decoration:none;
}

#pagingnews a:hover{
	color:#5d10d2;
	text-decoration:underline;
}


/*END NEWS*/

ul.links {
	padding:0;
	margin:0;
}
ul.links li a {
	padding:0;
	margin:0;
	text-decoration:none;
	color:#000;
}
ul.links li a:hover {
	padding:0;
	margin:0;
	text-decoration:none;
	color:#8210d2;
}
/*FOOTER*/
div.footer{
	width:865px;
	height:45px;
	line-height:45px;
	background:url(../images/bg_footer.png) no-repeat top left;
	padding-left:15px;
	padding-right:20px;
	color:#fff;
}

.testo_footer{
	float:left;
}
.testo_footer a {
	color:#FFF;
	text-decoration:none;
}
.creso {
	float:right;
}

.creso a, a:visited{
	color:#FF9900;
	text-decoration:none;
}

.creso a:hover {
	color:#FF9900;
	text-decoration:underline;
}
/*END FOOTER*/