@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

html {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

h1 { margin-top: 0; font-size: 16px; color: #996600; }
h2 { margin: 10px 0 5px 0; padding: 0; }
p { margin: 0; padding: 7px 0; }

textarea { font-size: 10px; width: 480px; }

table { margin: 10px 0; }
td, td strong, td a, td a:hover {
	height: 16px;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
}

input, select {
	font-size: 11px;
}

/************************************/
/*** layout *************************/
/************************************/
#layout {
	position: relative;
	margin: 0 auto;
	text-align: center;
	border: 0px solid gray;
}

.home { background: white url(../immagini/sfondo.jpg) repeat-x top left; }
#family { background: white url(../immagini/sfosupkids.jpg) repeat-x top left; }
#wellness { background: white  url(../immagini/sfosupbenessere.jpg) repeat-x top left; }
#sport { background: white  url(../immagini/sfosupsport.jpg) repeat-x top left; }
#chalet { background: white  url(../immagini/bg-mainmenu-chalet.jpg) repeat-x top left; }


/************************************/
/*** container **********************/
/************************************/
#container {
	margin: 0px auto 5px auto;
	width: 1000px;
	text-align: left;
	border: 0px solid black;
}


/************************************/
/*** header *************************/
/************************************/
#header {
	position: relative;
	margin: 0 0 55px 0;
	height: 290px;
	border: 0px solid red;
}

#logo {
	position: absolute;
	width: 150px; height: 50px;
	top: 20px; left: 10px;
	border: 0px solid red;
}

#header-image {
	position: absolute;
	top: 0px; right: 0px;
	width: 840px; height: 250px;
	/*background-color: #6699FF;*/
}

#header-image { 
	border-left: 2px solid white;
	border-right: 2px solid white;
}

/************************************/
/*** footer *************************/
/************************************/
#footer {
	position: relative;
	clear: both;
	margin: 0;
	height: 200px;
	background: #ede7d1 url(../immagini/sfofooter.jpg) repeat-x top left;
}
#footer-text { position: absolute; right: 5px; top: 90px; text-align: left }
#footer-text, #footer-text strong { font-size: 11px; }
#imgfooter {
	position: relative;
	margin: 0 auto;	
	width: 1000px; height: 180px;
	background: url(../immagini/footer.jpg);
}
#footer #loghi {
	position: absolute; top: 90px; left: 73px;	
}


/************************************/
/*** content-cols *******************/
/************************************/
#content-3col, #content-2col {
	margin: 10px 0 0 0;
}


/************************************/
/*** left-content (3col) ************/
/************************************/
#content-3col #left-content {
	float: left;
	padding: 0 0 0 45px;
	width: 210px;
}


/************************************/
/*** main-content (3col) ************/
/************************************/
#content-3col #main-content {
	float: left;
	margin: 0 0 0 20px; padding: 0;
	width: 490px;
	line-height: 20px;
	text-align: justify;
	border: 0px solid gray;
}


/************************************/
/*** right-content (3col) ***********/
/************************************/
#content-3col #right-content {
	float: right;
	width: 200px;
}


/************************************/
/*** content-2col *******************/
/************************************/
#content-2col {
	margin: 10px 0 10px 0;
}


/************************************/
/*** left-content (2col) ************/
/************************************/
#content-2col #left-content {
	float: left;
	padding: 0 0 0 45px;
	width: 210px;
}


/************************************/
/*** main-content (2col) ************/
/************************************/
#content-2col #main-content {
	margin: 0 0 0 20px; padding: 0 0 0 10px;
	float: right;
	width: 710px;
}


/************************************/
/*** mainmenu ***********************/
/************************************/
#mainmenu {
	position: absolute;
	top: 262px; left: 270px;
	border: 0px solid #999999;
	width:700px;
}

#mainmenu ul {
	margin: 0; padding: 0;	
}

#mainmenu ul li {
	padding: 0 0 0 13px;
	display: inline;
}

#mainmenu ul li a {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;

}


/************************************/
/*** topmenu ************************/
/************************************/
#topmenu {
	position: absolute;
	top: 10px; right: 10px;
	border: 0px solid #999999;
}

#topmenu ul {
	margin: 0; padding: 0;	
}

#topmenu ul li {	
	padding: 0 0 0 10px;
	display: inline;
}

#topmenu ul li a {

}


/************************************/
/*** sottomenu ********************/
/************************************/
#sottomenu {
	position: absolute;
	top: 290px; left: 120px;
	padding-left: 110px;
	width: 772px; height: 25px;
	z-index: -1px;
}

.sottomenu_home { background: #efe8e0; }
.sottomenu_benessere { background: #f9ead7; }
.sottomenu_kids { background: #f3dedd; }
.sottomenu_sport { background: #efe8e0; }

#sottomenu ul { margin: 0 0 0 40px; padding: 0; }
#sottomenu li {
	display: block;
	float: left;
	/*width: 80px;*/ height: 20px;
	line-height: 23px;
	list-style: none;
}

#sottomenu li a {
	padding: 0 0 0 25px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#sottomenu li a.active { background:url(../immagini/li_benessere.jpg) left no-repeat; }

/************************************/
/*** clear, spacers *****************/
/************************************/
.clear {
	clear: both;
}

.spacer10 {
	clear: both;
	height: 10px;
}

.spacer20 {
	clear: both;
	height: 20px;
}


.imgsin {
	float: left;
	margin-right: 5px;
	width: 164px; height: 110px;
}

.sezione {
	float: left;
	margin: 50px 24px 0 0;
	width: 210px;
}

/************************************/
/*** vari titoli sezioni ************/
/************************************/

.sez_verde{
color:#FFFFFF;
font-weight:bold;
padding-left:5px;
width:205px;
line-height:20px;
height:21px;
margin:0 auto;
background:url(../immagini/sfo_sez_verde.jpg) no-repeat;
}

.sez_blu{
color:#FFFFFF;
font-weight:bold;
padding-left:5px;
width:205px;
line-height:20px;
height:21px;
margin:0 auto;
background:url(../immagini/sfo_sez_blu.jpg) no-repeat;
}

.sez_viola{
color:#FFFFFF;
font-weight:bold;
padding-left:5px;
width:205px;
line-height:20px;
height:21px;
margin:0 auto;
background:url(../immagini/sfo_sez_viola.jpg) no-repeat;
}

/************************************/
/*** FINE vari titoli sezioni *******/
/************************************/

.img_sez_sin {
	width: 210px; height: 90px;
	background: url(../immagini/img_sez_verde.jpg) no-repeat;
}

.img_sez_cen {
	width: 210px; height: 90px;
	background: url(../immagini/img_chalet.jpg) no-repeat;
}

.img_sez_des {
	width: 210px; height: 90px;
	background: url(../immagini/img_wellness.jpg) no-repeat;
}

.testo_sezione {
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: 1px solid #000000;
}

.evidenza {
	font-size: 11px;
	color: #009900;
}

.evidenza a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}

.titolonews {
	padding: 3px 0 0 3px; 
	width: 207px; height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../immagini/eventi.jpg);	
}

.des_news {
	padding-left: 5px;
}

.imgnews {
}

.news_eventi {
	margin-top: 20px;
	width: 210px;
}

.titolo_eventi {
	height:26px;
	font-weight:bold;
	background:url(../immagini/eventi.jpg);
	color:#FFFFFF;
	padding:3px 0 0 3px;
}

.eventi { padding:0 6px 0 6px; }

#blocco_sport {
	margin-top: 10px;
	width: 200px; height:60px;
	background: url(../immagini/sfosezionesport.jpg) no-repeat;
}

#blocco_kids {
	margin-top: 10px;
	width: 200px; height: 60px;
	background: url(../immagini/sfosezionekids.jpg) no-repeat;
}

#family h1 { color: #AE4844; }
#wellness h1 { color: #D1873F; }
#sport h1 { color: #8F6E43; }
#chalet h1 { color: #5D8B47; }


/* TITOLI */
.titolo-family {
	background: transparent url(../immagini/bg-title-family.png) no-repeat top left;
	padding: 3px 0 0 9px;
	width: 210px; height: 21px;
	color: #FFFFFF; font-weight: bold;
	cursor: pointer;
}

.titolo-wellness {
	background: transparent url(../immagini/bg-title-wellness.png) no-repeat top left;
	padding: 3px 0 0 9px;
	width: 210px; height: 21px;
	color: #FFFFFF; font-weight: bold;
	cursor: pointer;
}

.titolo-sport {
	background: transparent url(../immagini/bg-title-sport.png) no-repeat top left;
	padding: 3px 0 0 9px;
	width: 210px; height: 21px;
	color: #FFFFFF; font-weight: bold;
	cursor: pointer;
}

.titolo-chalet {
	background: transparent url(../immagini/bg-title-chalet.png) no-repeat top left;
	padding: 3px 0 0 9px;
	width: 210px; height: 19px;
	color: #FFFFFF; font-weight: bold;
	cursor: pointer;
}

.img-family { margin: -3px 0 2px 0; padding: 0; }
.img-sport, .img-wellness { margin: -3px 0 2px 0; padding: 0; }
.img-chalet { margin: -2px 0 2px 0; padding: 0; }

.slidemenu {
	margin: -2px 0 0 0;
}





.blocco {
	position: relative;
	margin-top: 10px;
	width: 200px; height: 60px;
}
.blocco-titolo {
	position: absolute;
	top: 3px; left: 40px;
	width: 150px;
	color: white; font-weight: bold; font-weight: bold; border: 0px solid gray;
}
.blocco-titolo a {
	color: white; text-decoration: none;
}
.blocco-descrizione {
	position: absolute;
	top: 25px; left: 40px;
	width: 150px;
	color: white; font-size: 11px; font-weight: normal; border: 0px solid gray;
}
.blocco-icon {
	position: absolute;
	top: 6px; left: 6px;
}

.testo { line-height: 20px; }
.testo img {
	float: left;
	margin: 0 10px 0 8px;
}

#family .blocco { background: transparent url(../immagini/bg-blocco-family.jpg) no-repeat top left; }
#wellness .blocco { background: transparent url(../immagini/bg-blocco-wellness.jpg) no-repeat top left; }
#sport .blocco { background: transparent url(../immagini/bg-blocco-sport.jpg) no-repeat top left; }
#chalet .blocco { background: transparent url(../immagini/bg-blocco-chalet.jpg) no-repeat top left; }

#family .blocco_meteo {
	background: transparent url(../immagini/bg-blocco-family-meteo.jpg) no-repeat top left;
	position: relative;
	margin-top: 10px;
	width: 200px; height: 100px;
}
#wellness .blocco_meteo {
	background: transparent url(../immagini/bg-blocco-wellness-meteo.jpg) no-repeat top left;
	position: relative;
	margin-top: 10px;
	width: 200px; height: 100px;
}
#sport .blocco_meteo {
	background: transparent url(../immagini/bg-blocco-sport-meteo.jpg) no-repeat top left;
	position: relative;
	margin-top: 10px;
	width: 200px; height: 100px;
}
#chalet .blocco_meteo {
	background: transparent url(../immagini/bg-blocco-chalet-meteo.jpg) no-repeat top left;
	position: relative;
	margin-top: 10px;
	width: 200px; height: 100px;
}


/* PREZZI */
table#tb-prezzi {
	width: 490px;
	border: 0px solid #CCCCCC;
}
table#tb-prezzi th, table#tb-prezzi td, table#tb-prezzi td a, table#tb-supplementi th, table#tb-supplementi td, table#tb-supplementi strong {
	font-size: 11px;
}
table#tb-supplementi { width: 490px; }
table#tb-prezzi th {
	text-align: center;
	color: white;
	border-bottom: 0px solid #CCCCCC;
}
table#tb-prezzi td { margin: 0; padding: 0; border-bottom: 1px dotted gray; }
table#tb-prezzi td.tb-col-header { font-weight: bold; text-align: center; }
table#tb-prezzi th.tb-col-periodo { background-color: #688D56; }
table#tb-prezzi th.tb-col-hotel { background-color: #72A15B; }
table#tb-prezzi th.tb-col-chalet { background-color: #78B069; }


table#tb-prezzi .period-a { background-color: #FFFF99; }
table#tb-prezzi .period-b { background-color: #FFCC99; }
table#tb-prezzi .period-c { background-color: #FF9900; }
table#tb-prezzi .period-d { background-color: #FF6600; }

table#tb-supplementi .tb-col-header { background-color: #CCCCCC; font-weight: bold; color: #666666; }
table#tb-supplementi td { border-bottom: 1px dotted gray; }





.thumb {
	border: 1px solid #D8D8D8;
}

.imgLeft {
	float: left;
	margin: 0 10px 0 0;
}

.imgRight {
	float: right;
	margin: 0 0 0 10px;
}

hr.spacer {
	clear: both;
	margin: 5px 0 5px 0; padding: 0;
	height: 0px; 
	color: white;
}


/***********************************************************************************/
#module-news {

}
#module-news .list {
	margin-bottom: 30px;
}
#module-news h1 {
	margin: 0 0 20px 0;	
	font-size: 13px;
	font-weight: bold;
	color: #FF00CC;
}

#module-news h2 {
	margin-bottom: 5px; padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #b04845;
	border-bottom: 1px dotted #a5423d;
}
#module-news ul, #module-news ul li {
	margin: 0; padding: 0 0 0 15px;
	font-size: 12px;
	line-height: 17px;
}
#module-news ul li {
	margin: 0; padding-left: 3px;
	list-style-type: square;
}
#module-news .subtitle { margin: 0 0 4px 0; font-size: 12px; font-style: italic; color: #666666;  }
#module-news .text, #module-news p { margin: 2px 0 2px 0; font-size: 12px; }
#module-news .date { color: #666666 }

#module-news a { font-size: 12px; color: #0066CC; text-decoration: none; }

#module-news .readmore a { font-size: 12px; font-style: italic; color: #0066CC; text-decoration: none; }
#module-news .readmore a:hover { text-decoration: underline; }


.family-link { color: #b04845; }
.img-hp { border: 1px solid #CCC; padding: 3px; }

.tab_language {
	position: absolute;
	top: 10px; right: -38px;
	margin: 0; padding: 27px 0 0 2px;
	width: 36px; height: 108px;
	background: transparent url(../immagini/bg_tab_language.png) no-repeat top left;
}
