@charset "utf-8";
html 
{ 	
	height:100%;
	margin:auto;
}
body
{
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	margin: auto;
	width:100%;
	background-image: url(../images/bg.gif);
	padding: 0px;
	background-repeat: repeat;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #0C0;
	text-decoration: none;
}
#Container
{
	margin: auto;
	width:782px;
	border: 1px solid #4EA01A;
	position: relative;
	top: 20px;
	background-color: #161616;
}
/*

Codice spostato in-line per variabili dinamiche

#Header
{
	width:782px;
	height:152px;
	margin:auto;
	text-align:center;
	background-image: url(../images/chi_siamo.jpg);
	background-repeat: no-repeat;
}*/
#Menu
{
	width:782px;
	height:19px;
	position:relative;
	top:133px;
	overflow:visible;
	z-index:500;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	text-align:left;
}
#menu_css_orizzontale{
	list-style:none;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0px;
	text-align:center;
	font-weight: bold;
} 
#menu_css_orizzontale li{
display:inline;
}
#menu_css_orizzontale a{
display:block;
float:left;
width:112px;
height:20px;
color:#FFF;
font-size:10px;
text-transform:uppercase;
text-decoration:none;
line-height:18px;
} 
#menu_css_orizzontale a:hover{
	color:#FFF;
	background-image: url(../images/button_hover.png);
	background-repeat: repeat-x;
} 
#menu_css_orizzontale a.primo{
margin-left:0;
background-image: url(../images/button_hover.png);
background-repeat: repeat-x;
} 
#menu_css_orizzontale a.none{
margin-left:0;
} 
#Main
{
	height:auto;
	width:730px;
	overflow:hidden;
	z-index:5;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: small;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#Contenuti
{
	float:left;
	width:560px;
	z-index:500;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left:0px;
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
}
#Footer
{
	clear:both;
	margin-top: 20px;
	padding: 0px;
	width:100%;
	height:20px;
	text-align:center;
	font-weight: bold;
	line-height:20px;
	font-size: xx-small;
}
h1 {
	font-size: 18px;
	color: #4EA018;
	font-weight: normal;
	font-style: normal;
}

/* corpo centrale*/
#Testo
{
	padding-right: 150px;
	height:auto;
}
	
#Credits
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.tabella
{
	border: 1px solid #666;
}

.small
{
	font-size: x-small;	
	}input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
#Privacy
{
	overflow:auto;
	width:97%;
	height:100px;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
h2{
	font-size: small;
	font-weight: bold;
}