img {border:0;}
A:link {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #03F;
	text-decoration: none;
}

/* BODY */

body {
	margin: 0;
	padding: 0;
	
}

/********************** MENU ************************/
#basemenu {
	position: fixed;
	width: 100%;
	height: 105px;
	z-index: 100;
	background-color: #FFFFFF;
	margin: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-box-shadow: 3px 3px 2px #333333;
	-webkit-box-shadow: 3px 3px 2px #333333;
	box-shadow: 3px 3px 2px #333333;
}

/********************** PAGINA BASE ************************/
 #cont-menu {
	position: fixed;
	width: 100%;
	z-index: 100;
	margin: auto;
}
#corpo {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
}
#corpo_form {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
}
#corpo_dove {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
	top: 100px;
}
#cont_mappa {
	position: absolute;
	width: 800px;
	height: 600px;
	z-index: 101;
	left: 600px;
	top: 160px;
	margin: auto;
	
}
#Titolo_map {
	position: absolute;
	width: 200px;
	height: 23px;
	z-index: 102;
	left: 904px;
	top: 128px;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	color: #FFF;
	
}
#indic-map {
	position: absolute;
	width: 796px;
	height: 81px;
	z-index: 103;
	left: 599px;
	top: 769px;
	font-family: "Times New Roman", serif;
	font-size: 14px;
}

#footer-contenitore {
	position: relative;
	width: 1297px;
	height: 80px;
	z-index: 10;
	top: 15px;
	text-align: center;
	margin: auto;
}
#articoli {
	position: relative;
	width: 100%;
	z-index: 50;
	margin: auto;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#codici {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
	height: 1000px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
 
#collegamenti {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
	height: 800px;
	color: #000;
	padding-top: 80px;
	padding-left: 100px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
