﻿/*------struttura--------*/

body {
	background-color:#D9ECFF;
	margin:0px
}

.Container {
	background-color:white;
	width:900px;
	margin:0 auto
}

.Intesta {
	background-image:url('../image/intesta_new.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:272px;
	position:relative;
}


.Sopra_Menu {
	background-image:url('../image/sopramenu.jpg');
	background-repeat:no-repeat;
	width:183px;
	height:30px;
}

.Contenuti {
	background-color:white;
	width:707px;
	padding-top:10px;
	padding-left:10px;
}

.Sfondo_Menu {
	background-image:url('../image/sfondomenu.jpg');
	width:183px;
	background-repeat:repeat-y;
}

.Chiusura_Menu {
	background-image:url('../image/chiusuramenu.jpg');
	background-repeat:no-repeat;
	width:183px;
	height:29px;
}

.Sfondo_Laterale {
	background-image:url('../image/sfondolaterale.jpg');
	width:183px;
	background-repeat:repeat-y;
}
.Chiusura {
	background-image:url('../image/chiusura.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:11px
}

.Indirizzo {
	width:900px;
	background-color:#BCEEE9;
	padding-top:2px;
	padding-bottom:2px;
}

.Bandierine {
	position:relative;
	top:185px;
	left:12px;
	width:130px;
	height:22px
}

.Ita_Flag {
	background-image:url('../image/ita_flag.jpg');
	background-repeat:no-repeat;
	width:33px;
	height:22px;
	display:inline-block;
	margin:1px;
	white-space:nowrap;

}

.Eng_Flag {
	background-image:url('../image/eng_flag.jpg');
	background-repeat:no-repeat;
	width:33px;
	height:22px;
	display:inline-block;
	margin:1px;
	white-space:nowrap;

}

.Deu_Flag {
	background-image:url('../image/deu_flag.jpg');
	background-repeat:no-repeat;
	width:33px;
	height:22px;
	display:inline-block;
	margin:1px;
	white-space:nowrap;

}

.Riga {
	width:90%;
	height:1px;
	color:#B3E5E0;
}

.RiquadroFoto1 {
	border-right:1px solid #B3E5E0;
	border-bottom:1px solid #B3E5E0;
	padding-bottom:10px;
	padding-top:10px;
}

.RiquadroFoto2 {
	border-bottom:1px solid #B3E5E0;
	padding-bottom:10px;
	padding-top:10px;
}

/*------testi--------*/
span.Indirizzo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold
}

h1.Titolo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:#993300;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

.Testo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:#45587C;
	font-size:12px;
	font-weight:normal;
}

.Prezzi {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	color:#45587c;
}
.PrezziPic {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:10px;
	color:#45587c;
}


/*------link---------*/

a:link.MenuLaterale, a:visited.MenuLaterale {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:13px;
	color:#006699;
	text-decoration:none;
	margin-right:14px;
	font-weight:bold;
}

a:hover.MenuLaterale, a:active.MenuLaterale {
	color:#CC0000;
	
}


/*------menu---------*/
ul {
	margin:0px;
	padding:0px;
}

li {
	margin:0;
	margin-left:8px;
	margin-right:10px;
	padding:3px;
	list-style:none;
	background-image:url('../image/list_style.jpg');
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:1px solid #336699;
}

ul.Dintorni {
	margin:0px;
	padding:0px;
}

li.Dintorni {
	margin-left:25px;
	margin-right:10px;
	list-style:disc;
	background-image:none;
	border:0px
}

/*NEWS*/
.TitoloNews {font-family:Arial, Verdana; font-size:15px; color:#036; font-weight:bold; }
.SottoTitoloNews {font-family:Arial, Verdana; font-size:13px; color:#369; font-weight:bold; }
td.SottoTitoloNews { border:solid 2px #0199DE; }
td.ContenutoNews { border:solid 2px #0199DE; }
.NewsHome {font-family:Arial, Verdana; font-size:12px; color:#036; font-weight:bold;}
