/* *********** indicizzazione egiweb.it vers. php 3.0 **************** */
@import "base.css";
@import "footer.css";
@import "menunav.css";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none
}
img {
  border: none;
}
div#content {
  margin: 0 auto;
  width: 990px;
  height: 811px;  
  text-align: left;
  background: url(../images/fondoindi.jpg) bottom left no-repeat;
  overflow: hidden;
}
div#colsx {
  position: relative;
  float: left;
  width: 572px;
  text-align: left;
  font: normal 11px sans-serif,tahoma,helvetica;  
  margin-left: 15px;
  margin-top: 20px;  
  line-height: 20px;  
}
div#colsx .boxnews {
  position: relative;
  float: left;
  width: 380px;
  height: 105px;
  padding: 5px 10px;
  font: normal 12px tahoma,helvetica,sans-serif;
  color: #333;
  text-align: justify;
  border: #ccc 1px solid;
  overflow: hidden;
  margin-bottom: 15px;
}
.boxnews:hover {
  background: #eee;
}
.boxtesto {
  position: relative;
  float: left;
  text-align: justify;
}
.boxtesto a {
  font: normal 12px tahoma,helvetica,sans-serif;
  color: #333;
}
.boxtesto a:hover {
  color: #333;
}
.datanews {
  font: normal 12px tahoma,helvetica,sans-serif;
  color: #333;
}
.titolo {
  position: relative;
  float: left;
  width: 390px;
  font: bold 14px tahoma,helvetica,sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.titolo a {
  font: bold 14px tahoma,helvetica,sans-serif;
  color: #000;
}
.titolo a:hover {
  color: #900;
  text-decoration: underline;
}
#loghi {
  position: relative;
  float: left;
  width: 570px;
  text-align: center;
  background: transparent;
}
div#coldx {
  position: relative;
  float: left;
  width: 388px;
  overflow: hidden;
  text-align: right;
  font: normal 11px sans-serif,tahoma,helvetica;  
  margin-left: 15px;
  margin-top: 20px;  
  line-height: 20px;  
  overflow: hidden;
}
.attivita {
	position: relative;
  float: right;
  width: 340px;
  height: 45px;
  background: #fff url(../images/btattivita.jpg) top left no-repeat;
  margin-top: 20px;
}
.attivita .testo {
  margin-top: 15px;
  margin-right: 15px;
  line-height: 45px;
	font: normal 12px tahoma,arial,helvetica,sans-serif;
  color: #f60;
}
.attivita .testo a {
	font: normal 12px tahoma,arial,helvetica,sans-serif;
  color: #999;
}
.attivita .testo a:hover {
	font: normal 12px tahoma,arial,helvetica,sans-serif;
  color: #f60;
}

