@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: rgba(248,208,50,1.00);
}
#contenitore {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
	background-color: #142f13;
}
#contenitore #header {
	height: auto;
}
#contenitore #header img {
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;
}
#contenitore #header #rightheader {
	background-color: #142F13;
	float: right;
	width: 700px;
	height: 100px;
}
#contenitore #menuc {
	height: auto;
	margin-left: 20px;
}
#contenitore #left {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 667px;
	height: 580px;
	color: #C90;
	background-color: #142F13;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow: visible;
	border: thin double #C90;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
}
#contenitore #left h1 {
	color: #CB9D01;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-top: 18px;
	font-size: 24px;
}
#contenitore #left h3 {
	margin: 0px;
}
#contenitore #left p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#contenitore #left p span {
	color: #C00;
}
#contenitore #footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #C90;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 20px;
}


input {
	display: block;
	border: thin solid #DDA90B;
}
.clear {
	clear: both;
}


textarea {
	display: block;
	border: thin solid #C90;
}
#contenitore #footer a {
	color: #CC9900;
	text-decoration: none;
}




#contenitore #rigt {
	background-color: #142F13;
	width: 230px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	border: thin solid #CB9D01;
	height: 590px;
	padding-left: 5px;
}
#contenitore #rigt p {
	color: #CB9D01;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	padding-left: 46px;
}
#contenitore #rigt ul li {
	color: #CB9D01;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-image: url(images/articoli/pulsante_lista.jpg);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	margin-left: -27px;
	list-style-type:none
}
#contenitore #rigt ul {
	border-style: none;
	padding-left: 24px;
}

#contenitore #rigt ul li a {
	color: #CB9D01;
	text-decoration: none;
	display: block;
	width: 200px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#contenitore #rigt ul li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	}

a.attiva {
	font-weight: bold;
	color: #FFFFFF;
	}
