﻿/*
    rosa #fcc;
    verde #9f9;
    avana #cc9;
    giallo #ff9;
    sfondo celeste #ccf; testo bo #fff;
    sfondo neutro #eee; texto blu #55f;
*/

body
{
   /*background-color: #000;
   background: url(back.png) #EEE fixed repeat-y center top;*/
   background: url(back.png);
}
div#container
{
    background-color: white;
    color:#55f;
    text-align: left;
    /*border-left: 1px solid #000;
    border-right: 1px solid #000;*/
}
h2
{
    color:Black;
}
h3
{
    color:Navy;
}
h4
{
    color:#eeee00;
}

/* HEADER */
div#header
{
    color: white;     
}
div#header a
{
    color: #ee0;
}

/* FOOTER */
div#footer a
{
    color:#ee0;
}
div#footer
{
    background-color: #000; 
    color: white; 
}
/* navigation */
div#navigation
{
    background-color:White;
    color:#55f;
}

div.menu a
{
    border: 1px solid #999999;
    background-color: #eee;
    color: #55f;
}
div.menu a:hover
{
    color: White;
    background-color:#ccc;
}
div.menu a.active
{
    color: #eee;
    background-color:#666;
}
DIV.menu A:active
{
    color: #f00;
    background-color:#999;    
}


/* colonna extra */
div#extra
{
    background-color:White;
}
div#extra div.newsbox a
{
    color:Red;
}
div#extra div.newsbox a:hover
{
    color:Red;
}

div#extra div.newsbox h2
{
    background-color: #eeee00;
    color:Black;
}
div#extra div.newsbox p
{
    color:Black; 
    background-color:#eeeeee;
}


/*stili per i contenuti*/
div#content
{
    background-color: #eee;
    color:#55f;    
}
div#content
{
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
/* area con immagine a sinistra */


div.textimageleft a,div.textimageright a
{
    color:Red;
}

div.textimageleft a:hover, div.textimageright a:hover
{
    color:Red;
}

div.textimageleft
{
    border-bottom: 1px dotted #999999; 
    
}
/* area con immagine a destra */
div.textimageright
{
    border-bottom: 1px dotted #999999; 
}

/* aree articolisenza immagini */
div.wide a,div.split2 a,div.split3 a
{
    color:Red;
}
div.wide a:hover,div.split2 a:hover,div.split3 a:hover
{
    color:Red;
}

div.wide,div.split2,div.split3 
{
    color:#55f;
}
/* area estesa */
div.wide
{
    border-top: 1px dotted #999;
    background-color:#eee;
    color:#55f;
}


/* area divisa in tre colonne*/
div.split3 div
{
    border-top: 1px dotted #999;        
}

div.textimageleft p.spots,div.textimageright p.spots,div.split3 p.spots,div.split2  p.spots
{
    /*border: 1px dashed  #55f;*/
}
div.downloadtext h1
{
    border-bottom: dotted 1px #55f;
    color: #55f;  
}
div.downloadimage
{
    border-top: dotted 1px #55f;
    margin-top:15px;
}
div.downloadtext
{
    border-top: dotted 1px #55f;
    margin-top:15px;
}
