html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #4d545a url(../images/bg_vbt.jpg) top left repeat-x;	
}
body {
	width: 880px;
	margin: 0px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

img, div, a, input { behavior: url(include/iepngfix.htc) }

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #F7931E;
}
a.checked, a.checked:link, a.checked:visited, a.checked:active, a.checked:hover {
	color: #F7931E;
	text-decoration: none;
}

/* Elementi di pagina */
#Header {
	width: 880px;
	height: 185px;
	position: absolute;
	top: 0px;
}
#Logo {
	width: 107px;
	height: 155px;
	float: left;
	margin-top: 22px;
	margin-left: 26px;
	z-index: 20;
}
#Lingue {
	width: 100px;
	height: 20px;
	float: left;
	text-align: right;
	margin-top: -64px;
	margin-left: 780px;
	z-index: 20;
}
	#Lingue a, #Lingue a:link, #Lingue a:active, #Lingue a:visited {
		width: 18px;
		height: 12px;
		padding: 3px 3px 3px 3px;
		border: solid 1px #FFF;
		text-decoration: none;
		margin-left: 5px;
		display: block;
		float: right;
	}
	#Lingue a:hover {
		border: solid 1px #F7931E;
	}
	#Lingue a.on, #Lingue a.on:link, #Lingue a.on:active, #Lingue a.on:visited, #Lingue a.on:hover {
		border: solid 1px #F7931E;
	}

#Menu {
	width: 720px;
	height: 30px;
	float: left;
	margin-left: 160px;
	margin-top: -27px;
	z-index: 20;
}
	#Menu ul { margin: 0px; padding: 0px; list-style: none; }
	#Menu li { display: inline; }
	#Menu li a, #Menu li a:link, #Menu li a:active, #Menu li a:visited {
		width: 115px; 
		margin-left: 5px; 
		text-align: center;
		display: block;
		color: #FFF;
		background: url(../images/tab_off.png) no-repeat;
		float: left;
		height: 10px;
		padding: 10px 0px 10px 0px;
		font-size: 11px;
		text-decoration: none;
	}
	#Menu li a:hover {
		background: url(../images/tab_hover.png) no-repeat;
	}
	#Menu li a.on, #Menu li a.on:link, #Menu li a.on:active, #Menu li a.on:visited, #Menu li a.on:hover {
		background: url(../images/tab_on.png) no-repeat;
	}
#MainPic {
	width: 880px;
	position: absolute;
	height: 200px;
	top: 185px;
	/*left: auto;*/
}
#MainPage {
	width: 880px;
	position: absolute;
	top: 410px;
	/*left: auto;*/
}
	#Colonna_Sx {
		width: 145px;
		float: left;
	}
	.Colonna {
		width: 225px;
		margin-left: 20px;
		float: left;
	}
	.Colonna_Doppia {
		width: 470px;
		margin-left: 20px;
		float: left;
	}
	.Colonna_Tripla {
		width: 715px;
		float: left;
		margin-left: 20px;
	}
	#Footer {
		clear: both;
		margin-top: 40px;
		padding-top: 60px;
		font-size: 11px;
		color: #CCC;
	}
	
/* Formattazioni */
h1 {
	font-size: 20px;
	color: #F7931E;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
	h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	font-weight: normal;
	color: #F7931E;
	}
	h1 a:hover {
	color: #FFF;
	}

img.bordo {
	border: solid 2px #F7931E;
}

/* FORM */

input { 
	width: 220px; 
	background: #333; 
	border: solid 1px #555; 
	color: #fff; 
	padding: 2px;
}

textarea { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	width: 455px; 
	height: 100px; 
	background: #333; 
	border: solid 1px #555; 
	color: #fff; 
	padding: 2px; 
}
input.checkbox { width: 15px;}
input.bottone {
	background: #F7931E; 
	color: #fff; 
	font-weight: bold; 
	font-size: 10px; 
}


