/**
 	*
 	* Centro Prevenzione Istruzione Down
 	* Version: 1.0
 	* 08-11-2008
 	*
**/

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9F6F57;
	text-align: center;
}

.centrato {
	text-align: center;
}
.giustifica {
	text-align: justify;
}
.evidenzia {
	background-color: #FFFFCC;
}
.sottolineato {
	text-decoration: underline;
}

#contenitore {
	position: relative;
	width: 100%;
	min-width: 760px;
	background-color: #A7C95B;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 20px;
}
#testata {
	background-image: url(../images/nuvole.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 155px;
	text-align: left;
}
#testata h1 {
	background-image: url(../images/logo_cepi_down.gif);
	background-repeat: no-repeat;
	text-indent: -9854px;
	height: 126px;
	width: 505px;
}
#menu {
	height: 26px;
	width: 660px;
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -330px;
}
#menu ul, #menu li {
	list-style-type: none;
}
#menu ul {
	list-style-type: none;
	margin-right: 10px;
}
#menu li {
	float: left;
	margin-left: 10px;
}
#menu a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #336600;
	background-image: url(../images/pulsanti.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 24px;
	width: 120px;
}
#menu a:hover {
	background-image: url(../images/pulsanti.gif);
	background-position: left bottom;
	color: #003300;
}
#contenuti {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	width: 90%;
	border: 5px solid #DFEDB9;
}
#navigazione {
	margin: 10px 0 0 30px;
}
#navigazione ul, #navigazione li {
	list-style-type: none;
}
#navigazione li {
	margin: 4px 0 6px 0;
}
#navigazione a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 16px;
	padding-left: 18px;
	text-decoration: none;
}
#home a {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	line-height: 18px;
}
#cartella a {
	background-image: url(../images/cartella.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	line-height: 12px;
}
#pagina hr {
	border: 1px solid #cfe0a0;
	margin: 10px;
	padding: 0;
}
#pagina {
	border: 1px solid #BCDA72;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#contenuto {
	padding: 15px 30px;
}
#contenuto h2 {
	font-size: 18px;
	padding: 8px 5px 2px 5px;
	letter-spacing: 0.1em;
	color: #FF9900;
	font-weight: bold;
}
#contenuto p {
	padding: 5px 0 5px 25px;
	line-height: 1.6em;
	font-size: 13px;
	color: #242424;
}
#contenuto img {
	border: 0 solid;
}
#contenuto ol, #contenuto ul {
	margin: 10px 5px 10px 60px;
}
#contenuto li {
	padding: 5px 0 5px 10px;
	line-height: 1.6em;
	font-size: 13px;
	color: #242424;
}



.link a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	border-bottom: 2px solid #FF9900;
}
.link a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#albero {
	height: 156px;
	width: 145px;
	position: absolute;
}
html>body #albero {
	background-image: url(../images/albero.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0;
	right: 0;
}
#footer {
	width: 100%;
	min-width: 760px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer p {
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #431F0E;
	text-align: center;
	height: 30px;
}




