@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #99cc33;
	background-image: url(../img/body_sfondo.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0;
}
img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
td {
	vertical-align: top;
}
.container {
	width: 964px;
	margin: 0 auto;
	background-image: url(../img/sfondo_pagina.jpg);
	background-repeat: repeat-y;
}

.header {
	background-image: url(../img/alto.jpg);
	height: 350px;
}
.lingua {
	float: left;
	padding-top: 242px;
	padding-left: 112px;
}
.foto {
	float: left;
	padding-top: 48px;
	padding-left: 21px;
}
.menu {
	float: left;
	padding-top: 240px;
	padding-left: 13px;
}
.sidebar1 {
	float: left;
	width: 320px;
	padding-bottom: 10px;
}
.content {
	width: 640px;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer {
	position: relative;/* Fornisce hasLayout a IE6 per ottenere un clearing corretto.  */
	clear: both;
	background-image: url(../img/basso.jpg);
	background-repeat: no-repeat;
	height: 19px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
