.style {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2C2C2C;
	text-decoration: none;
}
.stylener {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2C2C2C;
	text-decoration: none;
}
.stylenerblu {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
}

/* Eventi */

div#eventi_testata_img{
  background-image: url(images/home_eventi.png);
  background-repeat:no-repeat;
  background-position: top right;
  padding-top:27px;
  margin-bottom:40px;
}

div#eventi{
  width:auto;
  border:1px dotted #3399ff;
  padding: 5px 5px 5px 5px;
}

div#eventi .foto{
  float:left;
  width:150px;
  padding: 0px 10px 10px 0px;
}

div#eventi .foto img{
  padding:0;
  border:1px solid #000000;
}

div#eventi .body{
  float:left;
  width:570px;
}

div#eventi .titolo{
  width:auto;
  font-weight:bold;
  color:#3399ff;
  font-size:15px;
}

div#eventi .abstract{
  width:auto;
  color:#000000;
}

/* Menu Laterale Destro */

div#contentMenuRight{
  width:170px;
  border: 0;
} 

div#contentMenuRight ul{
  padding:0;
  border:0;
  margin:0;
}

div#contentMenuRight li{
  background-image:url(images/sfondo_menu_right.jpg);
  background-repeat: no-repeat;
  padding: 10px 0px 15px 35px;
}

div#contentMenuRight li a:link{
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}

div#contentMenuRight li a:visited{
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}

div#contentMenuRight li a:hover{
  color:#ff0000;
  text-decoration:none;
  font-weight:bold;       
}

/* Banner Home */
div#content_banner_home{
  width:750px;
}

div#content_banner_home div#title{
  float:left;
  width:330px;
}

div#content_banner_home div#banner{
  float:left;
  width:420px;
}

div#content_banner_home div#banner img{
  border:0;
}

div#content_banner_home div#banner a:link, a:visited, a:hover{
  text-decoration:none;
}

