﻿body 
{
    background-image: url("Images/SfondoBody.jpg"); 
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;       
}

.container
{
	position:absolute;
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	background-color:#000000;
	z-index:4;
	filter: alpha(opacity=50);
	opacity: 0.5;
	color:#FFFFFF;
}
.pippo
{
    position:absolute;
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	background-color:Transparent;
	z-index:5;
	text-align: center;
}
.avviso{
	position:relative;
	top: 20%;
	/*bottom:auto;
	left: auto;
	right: auto;
	width: auto;
	height: auto;*/
	width: 1034px;
	background-color:#FFFFFF;
	z-index:6;
	color:#000000;
	padding: 0px 10px 10px 10px;
}

div#header
{
    width: 894px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;
}


div#menu
{
    width: 894px;
    height: 26px;
    margin-left:auto;
    margin-right:auto;
}

div#text
{
    width: 894px;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;    
    font-family: Verdana;
    font-size: smaller;
    color: #666666;
    background-color: White;    
}

div#multimedia
{
    width: 894px;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;
}

div#photogallery
{
    width: 894px;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;
    background-color: White;
    min-height: 400px;
}

div#news
{
    width: 894px;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;
    background-color: White;
}

div#ecommerce
{
    width: 894px;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;
    background-color: White;
}

div#sitemappath
{
    width: 894px;
    height: 26px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;    
    font-family: Verdana;
    font-size: smaller;
    color: #666666;
    background-color: White;        
}

div#footer
{
    width: 894px;
    margin-left:auto;
    margin-right:auto;
    border-left: 5px Solid White;
    border-right: 5px Solid White;
    border-bottom: 5px Solid White;
    text-align: center;
    background-color: White;
    font-family: Verdana;
    font-size: smaller;
    color: #666666;
    background-color: White; 		
}

div#areaMappa
{
    width: 50%;
    float: left;
}

div#areaContatti
{
    width: 50%;
	text-align: center;
}

div#testoAreaContatti
{
    font-family: Verdana;
    font-size: smaller;
    color: #666666;
    background-color: White; 
	border: 5px Solid #BE0201;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 70%;
}

div#text a:visited
{
    color: #BC0300;
}

div#text a:hover
{
    color: #BC0300;
    font-weight:bold;
}

div#text a:link
{
    color: #BC0300;
}

div#footer a:visited
{
    color: #BC0300;
}

div#footer a:hover
{
    color: #BC0300;
    font-weight:bold;
}

div#footer a:link
{
    color: #BC0300;
}


