body {
	margin: 0;
	padding: 0;
	background: white url('../img/bg_page.jpg') repeat-x top center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F60;
    text-decoration: underline;
}
.clear-all {
	clear: both;
}
#main {
	width: 960px;
	margin: 0 auto;
	padding: auto;
}
#logo {
	background: transparent url('../img/logo.jpg') no-repeat top left;
    height: 90px;
}
.notice {
	color: #FFF;
}
h1, h2 {
	color: #F60;
	font-weight: bold;
    font-size: 240%;
    margin: 0px 10px;
    padding: 0px;
    display: inline;
}
h2 {
    font-size: 160%;
	color: #CCC;
}
.img-box {
    margin: 10px 0;
    width: 224px;
    float: right;
	display: inline;
}
.img-box img {
    background-color: #FFF;
	padding: 9px 9px 9px 9px;
	margin: 0 0 10px 0;
    border: 1px solid #EEE;
}
.lng-text {
	color: #333;
	font-size: 12px;
    margin: 0 0;
    line-height: 24px;
    padding: 0 20px 10px 34px;
    /*background-color: #CFF;*/
}
.lng-de, .lng-en, .lng-fr, .lng-it {
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.lng-de {
    background-image: url('../img/de.png');
}
.lng-en {
    background-image: url('../img/en.png');
}
.lng-fr {
    background-image: url('../img/fr.png');
}
.lng-it {
    background-image: url('../img/it.png');
}
a.prenota {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding: 0 45px 0 34px;
    background-image: url('../img/arrow_link.gif');
    background-repeat: no-repeat;
    background-position: 690px 3px;
    color: #49607f;
}
a.prenota:hover {
    text-decoration: none;
    color: #F60;
}
.link {
	color: rgb(253, 144, 10);
}
.thick-block {
	display: none;
}
a.close {
	width: 60px;
	height: 20px;
    background-image: url('../img/close.gif');
    background-repeat: no-repeat;
    background-position: 2px 1px;
	float: right;
	display: block;
}
.dati-azienda {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
}
#footer {
	clear: both;
	border-top: 1px solid #999;
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
    background-image: url('../img/bg_footer.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}
#footer ul {
	padding: 5px 0;
	margin: 0 0 5px 0;
}
#footer ul li {
	padding: 0 5px;
	list-style: none;
	display: inline;
}
#footer ul li a {
	padding: 5px 5px;
	text-decoration: none;
	display: inline;
	color: #000;
}
#footer ul li a:hover {
	background-color: #F60;
	color: #FFF;
}

/* SLIDER */

/*#slider { margin: 0 0; width: 734px; float: left; }*/
.scroll {
	height: 480px;
	width: 730px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	overflow: hidden;
}
div.scrollContainer {
	/*width: 9340px;*/
}
div.scrollContainer div.panel {
	float: left;
	position: relative;
	padding: 10px;
	height: 480px;
	width: 730px;
}
ul.flags {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	top: 37px;
	left: 250px;
    float: left;
}
ul.flags li {
	display: inline;
}
ul.flags li a img {
	border: 2px solid #DDD;
}
ul.flags li a:hover img {
	border: 2px solid #FFF;
}
.hide {
	display: none;
}
