/* CSS Document */

/*_____________ REGOLE GENERALI ___________ */



body{
    FONT-SIZE: 10px; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    text-align: center;
    background-color:#F8F6F7;
    margin:0px;
    padding: 0px;
}

h1 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top:5px;
}

h2{
    font-family: Verdana, Arial, "Sans Serif";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #666666;
    
}

h3 {
    padding-top: 5px;
    padding-bottom:5px;
    padding-left: 0px;
    color: #990000;
    font-weight: bold;
    font-family: Verdana, Arial, Sans Serif;
    font-size: 14px;
}

h4 {
    padding-top: 5px;
    padding-left: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Verdana, Arial, "Sans Serif";
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
}
h5 {
    padding-top: 0px;
    padding-left: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Verdana, Arial, "Sans Serif";
    font-size: 12px;
    text-align: center;
  
}
h6 {
    color: #6273C3;
    font-weight: bold;
    font-family: Verdana, Arial, "Sans Serif";
    font-size: 14px;
    text-align: left;
    line-height: normal;
    padding: 0px;

}

a {
    text-decoration: none;
}
a:link {
    color: #333;
}     
a:visited {
    color: #707DCB; 
}
a:hover {
    color: #B00000;
}   
a:active {
    color: #B00000;
    
}

INPUT {
    FONT-SIZE: 10px; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;   
}

/*_____________ STRUTTURA DI HEADER ___________ */


.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 13px;
    width:980px;
    text-align:center;
    margin-top:10px;
    padding-top:10px
    padding:5px;
    border: 0px
    
}

.header #testa {
    width:980px;
    height:22px;
    border: 0px;
    background-image: url(../images/sopra.jpg);
}

.header #corpo {
    width:980px;
    height:78px;
    border: 0px;
    background-image: url(../images/scatola.jpg);
    background-repeat: repeat-y;
    
}

.header #base{
    width:980px;
    height:22px;
    border: 0px;
    background-image: url(../images/base.jpg);
}

/*_____________ STRUTTURA DI FOOTER ___________ */

#footer{
    text-align:center;
    margin-top:0;
    padding-top:25px;
    height:20px;
    
}
#footer a {
    text-decoration:none;
}




/*_____________ STRUTTURA DI CONTENUTO ___________ */

.main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:980px;
	text-align:left;
    /*border: 0px*/
    
    
}

.print{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    width:550px;
    text-align:left;
    /*border: 0px*/
    
    
}

.main #testa {
    width:980px;
    height:22px;
    border: 0px;
    background-image: url(../images/sopra.jpg);
}

.main #corpo {
    width:980px;
    border: 0px;
    margin: 0px;
    background-image: url(../images/scatola.jpg);
    background-repeat: repeat-y;
    
}

.main #base{
    width:980px;
    height:22px;
    border: 0px;
    background-image: url(../images/base.jpg);
}

.main #colsx {
    float: left; 
    width:161px; 
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.main #coldx {
    float: right;
    width:161px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 20px;
}

.main #maincontent{
    width: auto;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px; 
}


.main #maincontent li{
    padding-left: 5px;
    margin-left: 30px; 
}


.main #maincontent h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #000000;
    text-align: left;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;  
}
.main #maincontent p  {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    /*
    margin:3px;
    padding: 2px;
    */
}


.print #maincontent{
    width: auto;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px; 
}

.print #maincontent li{
    padding-left: 5px;
    margin-left: 30px; 
}


.print #maincontent h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #000000;
    text-align: left;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;  
}
.print #maincontent p  {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    /*
    margin:3px;
    padding: 2px;
    */
}

.main #boxhome{
    float: left;
    width: 177px;
    height:290px;
    margin-left: 5px;
    background-color: #F9F9F9;
    margin-bottom:7px;
    border:1px solid #CCCCCC;
    padding-left: 3px;
    padding-right: 3px;
    

}

.main #boxhome h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #990000;
    text-align: center;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;  
}

.main #boxhomeformazione {
    float: left;
    width: 190px;
    height:20px;
    margin-left: 5px;
    
    background-color: #F9F9F9;
    margin-bottom:3px;
    border:1px solid #CCCCCC;

}

.main #boxhomeformazione h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #990000;
    text-align: center;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px; 
}

.main #colonnasotto{
    background-image: url(../immagini/h2sotto.jpg);
    background-repeat: no-repeat;
    
    float: left;
    
    width: 370px;
    height:210px;
    
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom:5px;
    padding-top: 5px;
    margin-top: 2px;
    
    background-color: #F2F2F2;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;

}

.main #mappa{
    background-image: url(../immagini/h2sotto.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 304px;
    height:auto;
    margin-left: 5px;
    margin-bottom:5px;
    padding-top: 5px;
    margin-top: 2px;
    background-color: #F2F2F2;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;

}

.main #colonnasotto h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;  
    color: #333333;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
}

.main #mappa h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;  
    color: #333333;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;

}

/*
.main #colonnasotto p {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    margin:7px;
    padding: 2px;
}
*/

.main #mappa p {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    margin:7px;
    padding: 2px;
}

.main #colonnasottoSW{
    background-image: url(../immagini/h2sotto.jpg);
    background-repeat: no-repeat;
    background-position: top center; 
    float: left;
    width: 377px;
    height:155px;
    margin-left: 5px;
    margin-bottom:5px;
    padding-top: 5px;
    margin-top: 2px;
    background-color: #F2F2F2;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;

}


.main #colonnasottoSW h2  {
    font-family: Arial, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;  
    color: #333333;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;

}

.main #colonnasottoSW p {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    margin:7px;
    padding: 2px;
}



#schedaprodotto{
	float: left;
	width: 173px;
	height:170px;
	margin-left: 17px;
	margin-top:10px;
	cursor:hand;
	border: 1px solid;
}

#paginasoftware{
	float: left;
	width: 350px;
	height:100px;
	margin-left: 20px;
	margin-top:10px;
	cursor:hand;
	border: 1px solid;
	padding-right: 5px;
	top: 5px;	
}


#schedaprodotto p{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	padding: 5px;
    }

#paginasoftware p{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding: 5px;
    }




/***********************************  lati Menu  *******************************/
#sfondotitoloAEP{
    width:161px;
    height: 30px;
    background-color:#6576C4;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    
}

.sfondotitoloAEP {
    text-decoration: none;
}
.sfondotitoloAEP:link {
	color: #990000;
}     
.sfondotitoloAEP:visited {
	color: #CCCCCC;
}
.sfondotitoloAEP:hover {
	color: #FFFFFF;
}   
.sfondotitoloAEP:active {
	color: #990000;
    
}

#sfondotitolo{
    width:161px;
    height: 30px;
}
#mennav{
    width:161px;
    border-bottom: 1px solid #C2C2CA;
    background-color: rgb(224,224,255);
}
#mennavnew{
	width:161px;
	border-bottom: 1px solid #C2C2CA;
	background-color: #C33;
	color: #FFF;
}

#mennav-item
{
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #C2C2CA; 
}

#mennav-item a {
    text-decoration: none;
    color:#000066
}
#mennav-item a:hover {
    text-decoration: none;
    color:#B00000
}
#mennav-item a:visited {
    text-decoration: none;
    color:#6B7BC6
}

#mennav form {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #C2C2CA; 
}



/*CSS per gli scroller RSS*/

#boxrss1a {
    font-family: Arial, Helvetica, sans-serif, Verdana;
    width: 149px;
    height: 101px;
    border: 1px solid #CCC;
    padding:5px;
    background-color: #F9F9F9;
    margin: 10px 0;
    text-align: left;
    font-size: 11px;
}

.rssclass .rssdate {
	color: #666;
}

.rsstitle {
	font-size: 12px;
	font-weight: bold;
	color: #009;
	margin: 4px 0;
}
.rssclass a {
	text-decoration: none;
	color: #900;
}

/* FINE CSS per gli scroller RSS*/

/*CSS SAMPLE.CSS SPRY*/

.orematurate {
font-family: Arial, Helvetica, sans-serif, Verdana;
    width:450px;
    border: 1px solid #CCC;
    padding:5px;
    background-color: #F9F9F9;
    margin: 10px 0;
    text-align: left;
    font-size: 11px;
}


#sfondotitolodx {
	width:161px;
	height: 30px;
	background-color:#B31933;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.mainformazione {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	padding: 5px;	
}

#sfondotitoloAEPpag_ris {
	width:161px;
	height: 10px;
	background-color:#6576C4;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
