body {
	width: 100%;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	color: black;
	background-image: none;
}

img {
	display: none;
}


#page {
    width: 780px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
  	height: 50px !important; /* for most browsers */
    height /**/: 50px; /* for IE5.5's bad box model */
}

/* sostituiamo la scritta con un'immagine */
/* vedi http://www.kryogenix.org/code/browser/lir/ */
#header h1 { 
	width: 780px;	
	float: left;
	margin: 0px;
	padding: 0px;
  	height: 0px !important; /* for most browsers */
    height /**/: 116px; /* for IE5.5's bad box model */
}
#testata{display:none;
	height: 0px;
		
	}
#header #testo{
	display: block;
	text-align: center;
	font-size: x-large;
	color: #1c3564;
}

#pagebody {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: .7em;
	background-image: none;
	background-repeat: none;
	min-height: 430px; /* workaround per IE 5.5 */
	height: 0px !important; 
	height: 430px;
	/*border: 1px solid black;*/
}

#sidebar #menu {
	background-color: #F0f0f0;
	float: left;
	width: 156px;
	font-size: 1.2em; 
	background-image: none;
	background-repeat: no-repeat;

}

#sidebar #menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none; 
	font-weight: bold;

}

#sidebar #menu ul li { 
	padding-bottom: 20px;
	/*margin-bottom: 50px;*/
	display: inline;

} 

#sidebar #menu ul li a {
	color: blue;
	display: block;
	text-decoration: underline; 
	padding: 5px 5px 5px 5px;
}

#sidebar #menu li a:hover {
	color: blue;
	text-decoration: underline;
}

#sidebar #sap {
	position: absolute;
	top: 380px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 83px;

}

#contenthome {	
	width: 600px;
	margin: 0px 0px 0px 165px;
	padding: 0px 0px 0px 0px;
	font-size: .9em;	
	text-align: justify;
}

#contenthome h2 {
	font-size: 1.6em;
	color: #1c3564;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 0px 0px;
}

#content {	
	width: 600px;
	margin: 0 0 0 165px;
	padding: 0px;
	font-size: .9em;	
	text-align: justify;
}

#content h2 {
	font-size: 1.6em;
	color: #1c3564;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 2px 0px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #183463;
	text-decoration: underline;	
}

#content .abstract {
	font-weight: bold;		 
}

#ribes {
	display: none;
}

#ribes .separator {
	display: none;
}

#lavora {
	display: none;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .6em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer p#valid {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#footer a {
	margin: 0px;
	padding: 0px;
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

#footer #personalizzazione {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

#footer #personalizzazione a {
	text-decoration: none;
}

#footer #personalizzazione a:hover {
	text-decoration: underline;
}