@charset "utf-8";
/* CSS Document */

HTML, BODY {
	margin: 0;
	padding: 0;
	/* height: 100%; */
}

#container {
	width: 100%;
	/* height: 100%; */
	position: relative;
}

/*
body>div#container {
	height: auto;
	min-height: 100%;	
}
*/

#header {
	width: 100%;
	height: 120px;
	background-image:url(images/layout/header.png);
	background-repeat:repeat-x;
	background-position:top;
}

#body {
	width: 100%;
	min-height: 350px;
	position: relative;
	padding: 0 0 5em 0;
}

#footer {
	width: 100%;
	height: 30px;
	position: relative;
	background-image:url(images/layout/footer.png);
	background-repeat:repeat-x;
	background-position:top;
	clear: both;
}

#colonna_sx {
	background-image:url(images/layout/sommario_sx.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 282px;
	min-height: 349px;
	position: absolute;
	left: 20px; 
	top: 10px;
}

#colonna_dx {
	margin-left: 322px;
	margin-right: 20px;
	position: relative;
}


#titolo {
	width: 415px;
	height: 83px;
	padding: 10px 20px;
}

#sommario {
	width: 100%;
	height: 15px;
	background-image: url(images/layout/sommario.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.voce_sommario {
	font-size: 9pt;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	width: 25%;
	float: left;
	margin-top: -5px;
	letter-spacing: 2px;
	font-weight: bold;
} .voce_sommario>a:link {
	color:#1852AD;
	text-decoration:none;
} .voce_sommario>a:visited {
	color:#1852AD;
	text-decoration:none;
} .voce_sommario>a:hover {
	color:#000;
	text-decoration:underline overline;
}


