@charset "utf-8";
/* CSS Document */


body {
	font-family: Calibri, Trebuchet, Tahoma, sans-serif;
	font-size: 78%;
	color: #666666;
	background: #F7F7F7  repeat-x top;
	text-align: center;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	
}
	
a:link, a:visited { color:  #00496A; text-decoration: none; }
a:hover, a:active { color:  #00496A; text-decoration: underline; }

h1{font-size: 18px; color: #00496A; margin: 2px 6px;}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 10px;}
h6{font-size: 10px;}

img{border: none;}
.icona_scheda { width: 50px; height: 50px; float: left; margin: 2px 4px; }
.button { padding: 2px 10px 2px 10px; background: #FBFBFB; border: 0.1em solid #CCCCCC;}
/* Struttura Principale */
#container {
	width: 994px;
	height: auto !important;
	min-height: 600px;
	height: 600px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #F7F7F7;
	position: relative;
	}
	
#map_canvas { min-height: 300px; width: 600px; margin-bottom: 3px; }

#gmnoprint {
  width: 100px;
  max-height: 200px;
  padding: 5px;
  overflow: hidden;
  max-width: 100px;
}

#pic p {
  margin: 0;
  text-align: center;
  font: italic small Arial, sans-serif;
  float: left;
}

#pic img {
  display: block;
  width: 268px;
  height: 188px;
  float: left;
  padding-right: 5px;
}

