﻿/*definizione della grafica di base*/
body{margin:0; padding: 0}
html{margin:0; padding: 0}
body{font-family: arial,sans-serif; font-size: 76%}

/*Layout dei DIV*/
div#container{ /*nessuna regola necessaria*/ }

div#header{
    color: #000000;
    font-size: large;
    text-align: center;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    background-color: #CCCCFF;
}
div#Logo{color: black;font-size: small;font-weight: bold;width: 150px;height: 40px;vertical-align: bottom;text-align:center;position:absolute;left:15px;top:40px}
div#Slogan{color: black;font-size: x-small;font-style: italic;width: 150px;height: 20px;text-align:center;}
div#ToolsText{color: black;font-size: small;font-weight: bold;text-decoration: none;text-align: center;vertical-align: bottom;width: 200px;height: 30px;position:absolute;top:70px;right:15px;}
div#ToolsRicerca{color: black;font-size: small;font-weight: bold;text-decoration: none;text-align: center;vertical-align: middle;width: 200px;height: 30px;position:absolute;top:40px;right:15px;}
div#navigation{
    background-image: url('Image/sfondocella.png');
    vertical-align: middle;
    height: 34px;
    position: absolute;
    top: 100px;
    left: 15px;
    right: 15px;
}
div#ToolsRisultatiRicerca{width:25%;}
div#ToolsRSS{color: black;font-size: small;text-decoration: none;text-align: left;vertical-align: middle;}
div#footer{text-align: left;font-size: x-small;background-color: white;}
div#Copyright{text-align: right;font-size: xx-small;background-color: #F0F0F0;font-style: italic;}
div#content{
    position: absolute;
    top: 145px;
    left: 15px;
    right: 15px;
    padding: 15px;
    background-color: #FFFFFF;
}

/*Definizione dei menu*/
.MenuWeb {text-decoration: none; color: white}
.MenuWeb a:link{text-decoration: none; color: white}
.MenuWeb a:visited{text-decoration: none; color: white}
.MenuWeb a:hover{text-decoration:underline; color: silver}
.MenuWeb a:active{text-decoration: none; color: white}

.MenuRicerca {text-decoration: none; color: black; font-size:x-small; font-weight:bold}
.MenuRicerca a:link{text-decoration: none; color: black; font-size:x-small; font-weight:bold}
.MenuRicerca a:visited{text-decoration: none; color: black; font-size:x-small; font-weight:bold}
.MenuRicerca a:hover{text-decoration: none; color: blue; font-size:x-small; font-weight:bold}
.MenuRicerca a:active{text-decoration: none; color: black; font-size:x-small; font-weight:bold}

.MenuRSS {background-color: white; text-decoration: none; color: white}
.MenuRSS a:link{background-color:white;text-decoration:none;color: white}
.MenuRSS a:visited{background-color:white;text-decoration:none;color: white}
.MenuRSS a:hover{background-color:white;text-decoration:none;color: white}
.MenuRSS a:active{background-color:white;text-decoration:none;color: white}

/*Definizione del Testo*/
.Text {background-color: white; text-decoration: none; color: black}
.Text a:link{background-color:white;text-decoration:none;color: black}
.Text a:visited{background-color:white;text-decoration:none;color: black}
.Text a:hover{background-color:white;text-decoration:none;color: black}
.Text a:active{background-color:white;text-decoration:none;color: black}

.ImmaginiMenu {text-decoration: none; color: white}
.ImmaginiMenu a:link {text-decoration: none; color: white}
.ImmaginiMenu a:hover {text-decoration: none; color: white}
.ImmaginiMenu a:visited {text-decoration: none; color: white}
.ImmaginiMenu a:active {text-decoration: none; color: white}
.ImmaginiMenu a:focus {text-decoration: none; color: RED}
.style1
        {
            width: 100%;
        }
