body {
	width: 780px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: black;
	background-image: url("../../images/sfondo.gif")
}

img {
	border: none;
}

#page {
    width: 780px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
  	height: 130px !important; /* for most browsers */
    height /**/: 130px; /* 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 */
	border: 1px solid black;
}
#header #testo{display: none;
	
	}
#pagebody {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.4em;
	background-image: url("../../images/sfondo_menu.gif");
	background-repeat: repeat-y;
	min-height: 600px; /* workaround per IE 5.5 */
	height: auto !important; 
	height: 600px;
	/*border: 1px solid black;*/
}

#sidebar #menu {
	float: left;
	width: 156px;
	font-size: .9em;
	background-image: url("../../images/menu.gif");
	background-repeat: repeat-y;	
}

#sidebar #menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none; 
	font-weight: bold;
	color: white;
}

#sidebar #menu ul li { 
	display: inline;
} 

#sidebar #menu ul li a {
	color: white;
	display: block;
	text-decoration: none; 
	padding: 5px 5px 5px 5px;
	border: 1px solid #F0F0F0;
}

#sidebar #menu li a:hover {
	color: #F46E3F;
	text-decoration: none; 
}

#sidebar #sap {
	position: absolute;
	top: 600px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 83px;
}

#contenthome {	
	width: 440px;
	margin: 0px 0px 0px 165px;
	padding: 0px 0px 0px 0px;
	font-size: .9em;	
}

#contenthome h2 {
	font-size: 1.3em;
	color: #FD7E38;
	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;	
}

#content h2 {
	font-size: 1.3em;
	color: #FD7E38;
	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 {
	position: absolute;
	top: 130px;
	background-color: #F4F4F2;
	background-repeat: repeat-y;
	min-height: 430px; /* workaround per IE 5.5 */
	height: auto !important; 
	height: 430px;	
	width: 170px;
	margin: 0px 0px 0px 610px;
	padding: 0px;	
}

#ribes a {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
#ribes .separator {
	border-top: 1px solid #FD7E38;
	width: 160px;
	padding: 0px;
	margin: 0px 5px 0px 5px;	
}

#lavora {
	position: absolute;
	top: 130px;
	min-height: 430px; /* workaround per IE 5.5 */
	height: 430px !important; 
	height: 430px;	
	width: 170px;
	margin: 0px 0px 0px 610px;
	padding: 0px;		
}

#lavora ul {
	margin: 0px;
	padding: 35px 0px 20px 20px;
}

#lavora ul li {
	padding: 0px;	
	margin: 0px;
	list-style-image: url(../../images/freccia.gif) ;
	text-align: left;
	color: black;
	font-weight: bold;
}

#lavora ul li a {
	text-decoration: none;
}

#lavora ul li a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	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 {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

#footer #personalizzazione a {
	text-decoration: none;
}

#footer #personalizzazione a:hover {
	text-decoration: underline;
}

