@charset "utf-8";
body {
	background-color:#f9f5e7;
	background-image:url(immagini/bg-home.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #615c53; 
	font-size:9pt; 
}


a:link, a:visited  { 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #505050; 
font-size:9pt; 
text-decoration: none;
font-weight:bold;
}

a:hover      { 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #505050; 
font-size:9pt; 
text-decoration: underline;
font-weight:bold;
}

#contenitore {
	font-size: 100%;
	height: 100%;
}

#content {

	height: 100%;
	width: 945px;
	margin:0 auto;
	overflow:hidden;
	
	
}

.top {
	height: 142px;
	width: 100%;
}
.swf {
	height: 330px;
	width: 945px;
}
.eng {
	float: left;
	height: 50px;
	width: 302px;
}
.ita {
	float: left;
	height: 50px;
	width: 340px;
}
.deu {
	float: left;
	height: 50px;
	width: 303px;
}
.indirizzo {
	height: 100%;
	width: 100%;
}
.beb {
	background-image: url(immagini/home-scritte.jpg);
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

