*{ margin: 0; padding: 0; }

/* STILI TAG HTML */

body{
   margin-top:0px;
   background-color: #000000;
   background-image: url('../images/testata_sfondo.png');
   background-repeat: repeat-x;
   font-size: 14px;
   font-family: Arial, Verdana, Serif;
   color: #de7421;
}

img{
	border: 0px;
}

a img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: 0px;
}

a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

a:active img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}


a:focus img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

a {
	color: #000;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #fff;
}

a:focus{
	outline: 0; 
}


/* STILI PROGETTO */

/* stili specializzati */

#top { 
    position: relative;
	margin: 0 auto; 
	width: 1024px;
	height: 277px;
	border: 0px #000 solid;
	background-color: #000;
	background-image: url('../images/testata_mtb_valle_maira.gif');
    background-repeat: no-repeat;
} 

	#last_update {
		position: absolute;
		top: 19px;
		left: 45px;
		width: 400px;
		height: 15px;
	}
	
	#flags_box {
		position: absolute;
		top: 15px;
		right: 100px;
		width: 150px;
		height: 20px;
	}

	#top_marquee{
		position: absolute;
		background-color: #000;
		top: 111px;
		left: 49px;
		width: 739px;
		height: 126px;
		overflow: hidden;
	}
	
#container { 
    position: relative;
	margin: 0 auto; 
	width: 1024px;
	border: 0px #000 solid;
	background-color: #000;
	margin-bottom: 15px;
} 

	#column_sx{
		float: left;
		margin-top: 0px;
		margin-left: 32px;
		width: 222px;
		height: auto !important;
		height: 600px;
		min-height: 600px;
		background-image: url('../images/menu_sfondo.png');
	    background-repeat: repeat-y;
	    position: relative;
	    color: #000;
	}
	
		.menu_banner{
			margin: 7px 0px;
			width: 222px;
			text-align: center;
		}
		
		.menu_top{
			margin: 5px 0px 0px 6px;
			width: 194px;
			height: 26px;
			line-height: 26px;
			text-align: left;
			background-image: url('../images/menu_top.gif');
	    	background-repeat: no-repeat;
	    	font-weight: bold;
	    	padding-left: 22px;
	    	padding-top: 2px;
		}
	
	#column_sx_bottom{
		position: absolute;
		bottom: 0px;
		width: 222px;
		height: 9px;
		background-image: url('../images/menu_bottom.png');
	}
	
	#content{
		float: right;
		margin: 10px 0px;
		padding: 15px 10px;
		width: 740px;
		height: auto !important;
		height: 600px;
		min-height: 600px;
	    position: relative;
	}
	
		.content_title{
				margin: 0px;
				height: 26px;
				line-height: 26px;
				text-align: left;
				background-image: url('../images/title.gif');
		    	background-repeat: no-repeat;
		    	font-weight: bold;
		    	padding-left: 35px;
		    	padding-top: 2px;
		    	font-size: 16px;
		    	font-weight: bold;
		}

/* stili generici */

.clear{
	clear: both;
}

.flag{
	margin: 1px;
	border: 0px;
}

.space_15{
	height: 15px;
}

/* menù */

ul.menu{
	width: 192px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:30px;
}

ul.menu li a {
	display: block; 
	text-decoration: none; 
	height:20px;
	line-height:20px;
}
ul.menu li { display:inline;} /* serve per eliminare lo spazio introdotto da Opera */

ul.menu li a:link, ul.menu1 li a:visited {
	font-family: Trebuchet MS, Arial, Verdana, Serif;
	font-size: 14px; 
	color: #000;
} 

ul.menu li a:hover, ul.menu1 li a:active {
	font-family: Trebuchet MS, Arial, Verdana, Serif;
	font-size: 14px; 
	color: #fff;
} 

/* caratteri e scritte */

.text{
	padding: 5px;
	font-family: Trebuchet MS, Arial, Verdana, Serif;
	font-size: 14px; 
	font-weight: normal;
	color: #373737;
	text-align: justify;
}

