/*****************************************************
 import css reset stylesheet by Eric Meyer 27/07/2007
*****************************************************/

@import url("cssreset.css");

/****************************************************/

/* =STRUCTURE 
********************************/

#container {
	width: 960px;
	text-align: left;
	margin: auto;
/*	background-color: #FFFFFF;*/
}

#top {
	background: url(/jsps/images/bg_top.jpg) top left repeat-x;
	background-color: #00A6EB;
	height: 140px;
	color: #ffffff;
}

#subtop {
}

#colsx {
	float: left;
	width: 200px;
	display:none;
}

#main {
	float: left;
}

#max-width {
/*usato nell'area riservata*/
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}


#max-width-100 {
/*estende colonna c se manca colonna dx, specificata per firefox*/
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#coldx {
	background-color: #f2f2f2;
	float: right;
	width: 170px;
	text-align: left;

}

#submain {
}

#bottom {
	clear: both;
	font-size: 11px;
	color: #999999;
	border-top: 1px solid #d0d0d0;
	padding: 5px 10px 15px;
}

/* =IE6 HACKS 
********************************/

* html #max-width-100 {
/*estende colonna c se manca colonna dx, specificata per firefox*/
	width: 960px;
}
* html #max-width {
/*usato nell'area riservata*/
	width: 760px;
}


/* =INTERNAL BLOCKS
********************************/

/**** TOP ****/
#header {
	width: 100%;
	height: 100px;
}

/**** SUBTOP ****/
#subtopcontainer {
	margin: 0px;
	padding: 0px;
}

#subtopecarea {
	margin: 0px;
	padding: 0px;
	width: 960px;
	overflow-x: hidden ;
}

/**** BOTTOM ****/
#elencobottom {
	padding: 10px;
	color: #8f8f8f;
}

#bottom_end {
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}


