body  {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	/*background-image: url(images/layout/sfondo.gif);
	background-repeat:repeat-x;*/
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-weight: normal;
	font-size:14px;
	color:#FF6600;
	text-decoration:none;
}
img {
	border: none;	
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 960px; 
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

} 

/* header della pagina */
#headerTop {
	margin: 0px;
	padding: 0px;
	height:41px;
	background: url(../images/bar_bg2.gif);

}
#header {
	margin: 0px;
	padding:0px;
	height:230px;
	width: 960px;
}
#headerBottom {
	height:24px;
	background-image: url(../images/bar_bg2.gif);
	margin-bottom: 2px;
}

/* corpo della pagina */
#leftColumn {
	float: left; 
	width: 185px; 
	background-color:#ffffff;
	margin: 0px 10px 0px 0px;
	padding: 0px; 
}
#mainContent { 
	margin: 0px 195px;
	/*margin: 0px 202px 10px 202px ;
	padding: 10px 30px 0px 30px; */
	width: 560px;
	text-align: justify;
	margin-top: 20px; 
	display:block;
	min-height:500px;
} 
#rightColumn {
	float:right; 
	width:185px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer della pagina */
#footer {
	text-align: center;
	padding: 5px;
	margin: 0px;
	/*line-height: 30px;*/
	background :#b6c5d6;
	border: 1px solid #CCC;
	font-size:10px;
	color:#344e70;
}
#footer img {
	border: none;
}
#footer a {
	color:#14679E;
	text-decoration: none;
}
#footer a:hover {
	color:#000000;
	text-decoration: underline;			
}

/* stile pagina google maps */
#googlemaps {
	padding: 0px;
	margin: 0px;	
}

#mappaDettagli {
	width: 100%;
	padding: 20px 0px;
	margin: 0px;
}
#mappaDettagli a {
	color:#069;
	text-decoration:none;
	
}

.mappaTesto, .mappaSede  {
/*	margin: 0px 245px 0px 0px;*/
	padding: 10px;
}

#mappaImg {
	width: 565px;
	height: 430px;
	padding: 0px;
	margin: 0px;
}





.guic_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.titololink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475057;
	font-weight:bold;
	text-decoration:none;
}

.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14679e;
	text-decoration:none;

}
.linksx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;		
}
.linkpagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;		
}

.linkmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #646464;
	text-decoration:none;		
}

a:hoover.linkmore {
	color:#990000;
	text-decoration:none;		
}

a:hover.linkpagina {
  font-weight:bold;
  color:#990000;
  text-decoration:none;
  }

/* stile form nella pagina principale */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
	border: 1px soldi #CCC;
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #69C;
	padding: 0px 5px 12px 5px;	
}

#mainContent label {
	display: block;
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent textarea {
	/*display:none;	*/
	width: 400px;
	height: 150px;
}
#mainContent fieldset input {
	width: auto;
	height: 15px;	
}
#mainContent fieldset select {
	width: auto;
	height: 20px;
}
#mainContent fieldset input[type="checkbox"] {
	border: none;
	width: auto;
}
#mainContent fieldset br {
	clear: left;
}
