body  {
	font-family: Calibri, sans-serif;
	font-size: 12px;
	background: #666;
	margin: 0px;
	padding: 0px;
	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 */
	color: #000;
}

h1 {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 803px; 
	background: #FFF;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;

} 

/* header della pagina */
#headerTop {
	padding: 0px;
	margin: 0px;
	background: #bcd07b url(../images/bg_bar.gif) bottom repeat-x;
	height: 30px;
	text-align: right;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 176px; 
}
#header img 
{
	border: none;
}
#headerBottom {
	margin: 0px;
	padding: 5px 0px;
	height: 60px;
	background: #f6d353;
}

/* corpo della pagina */
#leftColumn {
	padding:0px;
	margin: 0px;
}
#rightColumn {
	padding: 0px;
	margin: 0px;
}

#mainContent { 
	margin: 0px;
	padding: 3px;
} 
#mainContent strong {
	color: #54b7e1;
	font-weight: bold;
	font-size: 14px;
}
#mainContent a {
	text-decoration: none;	
}

.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: 37px 0px 0px 0px;*/
	background: #bcd07b url(../images/bg_bar.gif) bottom repeat-x;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	color: #555;
	height: 37px;
} 
#footer img {
	border: none;
}
#footer a {
	color: #FFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #fff;
	text-decoration: none;		
}



/* stili generici pagina */
#contenitorePagina
{
	padding: 0px;
	margin: 0px;

}
#testoPagina
{

	margin: 0px 0px 0px 260px;
	padding: 0px;
}
#immaginePagina
{
	margin: 0px 30px 0px 0px;	
	padding: 0px;
	float: left;
	width: 235px;
}
#specialContent
{

	padding: 0px;
}


/* stile form nella pagina principale */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
	border: 1px dashed #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;
	color: #555;
}
#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: 230px;
	color: #54b7e1;
}
#mainContent fieldset input {
	width: auto;
	height: 15px;	
	color: #54b7e1;	
}
#mainContent fieldset select {
	width: auto;
	height: 20px;
	color: #54b7e1;	
}
#mainContent fieldset input[type="checkbox"] {
	border: none;
	width: auto;
}
#mainContent fieldset br {
	clear: left;
}


/* messaggi di sistema*/
.messageOk, .messageErr, .messageAlert {
	font-weight: bold; 
	padding: 5px; 
	text-align: center; 
	margin-bottom: 5px; 
}

.messageOk {
	background: #e3fae5; 
	border: 1px solid #a9f0b0; 
	color: #6C3; 
	
}
.messageErr {
	background: #fae3e3; 
	border: 1px solid #f0a9a9; 
	color: #C36; 
}
.messageAlert {
	background: #faf8e3; 
	border: 1px solid #f0eba9; 
	color: #C93; 
}



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

#mappaDettagli {
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
	float: left;
	width: 270px;

}
#mappaDettagli a {
	color:#069;
	text-decoration:none;
	
}

.mappaTesto, .mappaSede  {
	margin: 0px 0px 5px 0px;
	padding: 10px;
}

#mappaImg {
	width: 520px;
	height: 200px;
	padding: 0px;
	margin: 0px 0px 0px 265px;
}

/* calendario */
.calDateEvent {
	background-color: #88bbe6;
}
.calLink {
	color: #FFFFFF;
}

/* scroller news */
#guicScroll {
	position:relative; 
	width:100%; 
	overflow:hidden;
	height: 300px;
	 border-bottom: 2px solid #CCC;
		
}
.scrollLine {
	border: 0;
	height: 0px;
	color: #0f0;
	background: #0f0;
	width: 100%;
}


#flashcontent {
	z-index: 0;
	width: 890px;
	height: 340px;
	padding: 5px;
	background: #FFF;
}


#specialContent {
	margin: 0px;
	padding: 0px;
}



/* pagegal.h */
#pageGallery {
	width: 100%;
	padding: 0px;
	margin: 0px; 
}


.tabLanguage, .tabLanguageS {
	float: right;
	margin: 0px;
/*	border-left: 1px  #CCC solid;*/
	z-index: 10;
	padding: 5px 15px;	
}
.tabLanguage a, .tabLanguageS a{
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
	 

}
.tabLanguageS {
/*	border-left: 1px  #CCC solid;*/
}




