@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:80%;
}
body p{
	margin: 0px 0px 3px 0px;
}
body a {
	text-decoration:none;
	color: #333333;
}
body a:hover {
	text-decoration:underline;
	color:#999999;
}
body a:visited {
	color: #333333;
}
body ul{
	list-style:square;
	margin:0px;
	padding:0px;
}
.my-hr{
	height: 15px;
	margin: 10px 0px 10px 0px;
}
.clear {
	clear:both;
}
.bg-grey{
	background-color:#eeefe6;
}
.bg-lightblue{
	background-color:#edf6fe;
}
.bg-arancio{
	background-color:#e76600;
}
.arancio1{
	color:#e76600;
}
.arancio2{
	color:#da8d21;
}
#container {
	margin: auto;
	width: 802px;
}
#header {
	background-image: url(../img/header.gif);
	height: 142px;
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
}
#lang-select {
	background-color: #e6e6e6;
	font-style: italic;
	text-align: right;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 772px;
}

#lang-select ul {
	display: inline;
}
#content {
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 30px 0px 25px;
	float: left;
	width: 747px;
}
#left ul.menu {
	list-style-type: none;
	font-size: 130%;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left li {
	margin: 0px 0px 7px 0px;
}
#left li ul {
	font-size: 90%;
	list-style-type: square;
	margin: 7px 0px 0px 25px;
}
#left .box {
	width: 212px;
	font-size: 80%;
	margin: 0px 0px 15px 0px;
}
#left .box-top1 {
	background-image: url(../img/box-top1.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#left .box-top2 {
	background-image: url(../img/box-top2.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#left .box-content {
	padding: 0px 10px 5px 10px;
}
#left .box-bottom1 {
	background-image: url(../img/box-bottom1.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#left .box-bottom2 {
	background-image: url(../img/box-bottom2.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#left .box h1 {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
}
#left .box h2 {
	font-size: 100%;
	margin: 0px;
}
#footer {
	font-size: 80%;
	float: left;
	width: 802px;
	margin-bottom: 15px;

}
#footer .content_1 {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px 30px 1px 25px;
}

#footer .content_2 {
	text-align: right;
	/*width: 755px;*/
    margin-right: 30px;
	margin-top: 3px;
}
#left {
	width: 212px;
	padding-right: 15px;
	float: left;
}
#content .center {
	width: 252px;
	float: left;
}
#content .right {
	width: 250px;
	float: right;
}
.news {
	margin-bottom: 15px;
}
.news h1 {
	color: #4d89c6;
	margin: 0px 0px 15px 0px;
	font-size: 150%;
}
.news h1 a {
	color: #4d89c6;
}
.news .foto {
	margin-bottom: 15px;
}
.my-hr-dotted {
	background-image: url("../img/puntino.gif");
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.right .foto {
	margin: 3px;
}


/*aggiunte*/

#content .centerInternal {
	width: 520px;
	float: left;
}

#content .centerInternal h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	margin: 0.5em 0;
	color: #5d710d;
	border-bottom: 1px solid #5d710d;
}

#content .centerInternal form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

#content .centerInternal ul li {
	margin: 0.5em 1em;
}

.rightText {
	text-align: right;
}

.green {
	color: #5d710d;
}

a img {
	border: none;
}

input.text {
	border: 1px solid #999999;
}

select {
	border: 1px solid #999999;
	background-image: url("../img/freccina.gif");
	background-position: 0% 100%;
	background-repeat: no-repeat;
	text-transform: capitalize;
}

input.button {
	height: 20px;
	font-weight: bold;
	border: none;
	color: #5d710d;
	background-color: #ffffff;
	padding: 0.2em 0;
}

h1.titolo {
	margin: 0 0 10px 0;
	font-size: 23px;
}

#results .resultBox h2 {
	border: none;
	font-size: 1em;
}

#results .resultBox {
	font-size: 0.85em;
	border: 1px solid #dedede;
	padding: 1em;
}

#searchBox {
	text-transform: lowercase;
}

.paginazione, .paginazione a {
	color: #5d710d;
	margin: 0.5em 0;
	padding: 0;
}

#breadcrumbs {
	margin: 10px 0;
}