/* CSS Document */

/* STRUTTURA */
body {
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #000;
	}

#centrato-intestazione {
	width:100%;
	margin: auto;
	text-align: center;
	}

#centrato {
	width:620px;
	margin: auto;
	text-align: left;
	}

#colonna-1 {
	float: left;
	width:170px;
	}

#colonna-2 {
	float: left;
	width:450px;
	background: transparent;
	}

/* INTESTAZIONE */
#intestazione {
	height: 82px;
	width:620px;
	margin: auto;
	}

/* PIEDE */
#piede {
	text-align: left;
	width:620px;
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #454545;
	padding-top: 30px;
	padding-bottom: 20px;
	}

#piede a:link, 
#piede a:visited {
	text-decoration: none;
	color:  #454545;
	}
#piede a:hover, 
#piede a:focus,
#piede a:active {
	color: #777;
	}

#centrato-piede {
	background: #000 url(../img/sfondi/piede.gif) center 25px repeat-x;
	clear: left;
	}


/* SOTTOMENU */
#sottomenu {
	height: 41px;
	width:450px;
	margin-left: 170px;
	padding-top: 5px;
	}

/* MENU */
#colonna-menu {
	float: left;
	width:170px;
	}

/* INFO SEZIONE */
#sezione {
	width:450px;
	margin: 0 0 15px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-align: justify;
	background: #000;
}

.tit-sezione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #FFF;
	font-weight: bolder;
	padding: 0;
	background: #000;
	margin-bottom: 7px;
}

.tit-montagne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #0082d1;
	font-weight: bolder;
	padding: 0;
	background: #000;
}

.info-sezione {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #777;
	text-align: justify;
}

/* PROGRAMMA*/
#programma {
	width:450px;
	margin-bottom: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-align: justify;
	background: #000;
}
	
.tit-programma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #FFF;
	font-weight: bolder;
	padding: 2px 0 2px 2px;
	margin-bottom: 7px;
}

.tit-programma-blink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #FFF;
	font-weight: bolder;
	padding: 2px 0 2px 2px;
	margin-bottom: 7px;
}

#programma img{
	float:right;
	margin: 0;
	}
	
div.clear {
	clear:right;
	}

.info-programma {
	text-align: left;
	color: #777;
}

.uppercase {
	text-transform: uppercase;
}

.inizio {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222;
	text-align: justify;
}

.inizio a:link, 
.inizio a:visited {
	text-decoration: none;
	color:  #222;
	}
.inizio a:hover, 
.inizio a:focus,
.inizio a:active {
	text-decoration: none;
	color: #777;
	}
