﻿/* INIZIO MASTER PAGE */

.Intestazione
{
    background-image: url('Images/testata.gif');
    height:37px;
}	
.Menu
{
    background-image: url('Images/bgmenu.gif');
    height:26px;
}
.Contenuto
{
    height:100%;    
}	
a{color:#000000;}
a:link{color:#000000;}
a:visited{color:#000000;}
a:hover{color:#ff0000;}

html,body{margin:0;padding:0; height:100%}
body{font: 76%/1.5 Arial,sans-serif;background:#FFF;color:#333}
div#header{height: 60px;background: #555}
ul#menu{float: left;width: 100%;color: #DDD; background: #363636 url('Images/menuBk.png')}
#menu,#menu li{margin: 0;padding: 0;list-style-type: none}
#menu li,#menu a, #menu span{float: left;height: 35px;line-height: 35px}
#menu a{text-decoration: none;color: #DDD;padding-left: 15px}
#menu span{padding-right: 15px;cursor: pointer}
#menu a:hover{background: url('Images/vistaBk.png') top left;color: #EEE}
#menu a:hover span{background: url('Images/vistaBk.png') top right}
#menu myover{background: url('Images/vistaBk.png') top right}
#menu #current a{background: url('Images/vistaBk.png') bottom left;color: #FFF}
#menu #current span{background: url('Images/vistaBk.png') bottom right}
           
           
#footer {
    bottom      : 0;
    height      : 30px;
    width       : 100%;
    background  : #999999;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FF0000;
    border-right-color: #FF0000;
    border-bottom-color: #FF0000;
    border-left-color: #FF0000;                 
}

