﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333300;
    background-color: #E1E1D0;
}

a:active, a:visited, a:link
{
    text-decoration: none;
    color: #99FF33;
}
a:hover
{
    text-decoration: underline;
    color: #99FF33;
}

.a_tipo1:active, .a_tipo1:visited, .a_tipo1:link
{
    text-decoration: none;
    color: #99FF33;
}
.a_tipo1:hover
{
    text-decoration: underline;
    color: #99FF33;
}

.a_tipo2:active, .a_tipo2:visited, .a_tipo2:link
{
    text-decoration: none;
    color: #333300;
}
.a_tipo2:hover
{
    text-decoration: underline;
    color: #333300;
}

table#table_menu
{
    background-color: rgb(51, 102, 0);
    color: rgb(204, 255, 204);
}

div#footer
{
    background-color: #336600; /*rgb(51, 102, 0);*/
    width: 960px;
    /*height: 30px;*/
    color: rgb(204, 255, 204);
    text-align: left;
    padding: 20px 0px 20px 0px;
}

div#div_bg{
	width:960px;
	height:450px;
	overflow:hidden;
	/*position:absolute;
	z-index:0;
	top:0;*/
}

div#mid_page
{
    background-color:White;
    width: 960px;
    }

div#div_contenuti
{    
    width: 952px;
    text-align: left;    
}

div#cookies
{
    width:100%;
    height: auto;
    position: absolute;
    z-index: 100;
    padding: 0;
    text-align: center;
    background-color: #F0EDE8;       
    /*margin-left: 100px;*/
}    

.imgslide
{
    width:960px;
    height:450px;
    
    }