@import "sophisto.css";
/* qua includeremo eventuali css di personalizzazione, in questo modo non dobbiamo più metter mano nell'html */
div#breadcrumbs {display:none;}
table#home 
{
    border-collapse:collapse;
    width:695px;    
    border:none;
    }

td#topred,td#topgreen 
{
    height:25px;   
    border:none;
    padding:0;
}
    
td#topred 
{
    width:456px;
    background:url(../images/bkgHomeTopRed.gif) top left no-repeat;
} 
td#topgreen 
{
    width:239px;
    background:url(../images/bkgHomeTopGreen.gif) top left no-repeat;
}    


td#middlered1,td#middlered2,td#middlegreen 
{
height:255px;   
    border:none;
    padding:0;  
}
td#middlered1
{
    width:238px; 
}
td#middlered2
{
    width:218px; 
}
td#middlegreen 
{
    width:239px; 
}

td#middlered1,td#middlered2
{
    background:url(../images/bkgHomeMiddleRed.gif) top left repeat-x;  
    background-color:#ec565c;
    vertical-align:top;
}
td#middlered1 p,td#middlegreen p
{
    margin-left:20px; 
    margin-right:20px;  
    margin-bottom:0px; 
    padding:0;
}
td#middlered2 p
{
    margin-right:20px; 
    margin-bottom:0px; 
    padding:0;
}
td#middlered1 p a,
td#middlered2 p a
{
    color:#760e0e; 
    background-color:Transparent;
    text-decoration:none; 
}
td#middlered1 p a:hover,
td#middlered2 p a:hover
{
    color:#760e0e; 
    background-color:Transparent;
    text-decoration:underline; 
}
td#middlegreen p a
{
    color:#1a5314; 
    background-color:Transparent;
    text-decoration:none; 
}
td#middlegreen p a:hover
{
    color:#1a5314; 
    background-color:Transparent;
    text-decoration:underline; 
}

td#middlegreen 
{
    background:url(../images/bkgHomeMiddleGreen.gif) top left repeat-x;   
    background-color:#82da78;
    vertical-align:top;
}  
td#middlered1 img,td#middlered2 img,td#middlegreen img
{
    margin-top:10px;  
    margin-bottom:6px;  
}
td#bottomgreen,td#bottomred1,td#bottomred2,td#bottomleft,td#bottomright 
{
    height:13px;  
    padding:0;  
    border:none;
}
td#bottomgreen 
{ 
    width:219px;
    background:url(../images/bkgHomeBottomGreen.gif) top left repeat-x; 
}
td#bottomred1,td#bottomred2
{ 
    width:218px;
    background:url(../images/bkgHomeBottomRed.gif) top left repeat-x; 
}
td#bottomleft
{ 
    width:20px;
    background:url(../images/bkgHomeBottomLeft.gif) top left no-repeat; 
}
td#bottomright 
{ 
    width:20px;
    background:url(../images/bkgHomeBottomRight.gif) top left no-repeat; 
}