/* CSS Document */

@import url("reset.css");
@import url("classi.css");

body {
	background-color: #B2AEAF;
	font-family: arial, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
}

div#container {
	background-color: #FFFFFF;
	max-width: 1000px;
	min-width: 740px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	min-width: 740px;
	max-width: 1000px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	display: none;
}

div#navigation {
	min-width: 740px;
	max-width: 1000px;
	height: 43px;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
}

#navigation ul {
	float: left;
	margin-top: 3px;
	margin-left: 90px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}

#navigation a {
	text-decoration: none;
}

#navigation a:link {
	color: #333333;
	font-weight: bold;
}

#navigation a:visited {
	color: #333333;
	font-weight: bold;
}

#navigation a:hover {
	color: #fd6601;
}

#navigation a:active {
	color: #333333;
}

div#body-left {
	float: left;
	margin-bottom: 10px;
}

div#ricerca {
	width: 350px;
	height: auto;
	margin-left: 25px;
	background-color: #ffcc99;
	margin-top: 10px;
	border: 2px solid #fd6601;
}

#ricerca h2 {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	font-style: italic;
	font-size: 16px;
	background-image: url(../images/bg-h2.jpg);
	background-repeat: repeat-x;
	height: 45px;
}

#ricerca table {
	margin-top: 8px;
	margin-left: 15px;
}

div#body-right {
	margin-left: 380px;
	margin-right: 25px;
}


div#content {
	width: 100%;
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
	clear: right;
}

div#footer {
	background-image: url(../images/bg-footer.jpg);
	height: 128px;
	max-width: 1000px;
	min-width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	clear: both;
}

#footer ul {
	float: right;
	margin-top: 40px;
	margin-right: 60px;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	font-weight: bold;
	color: #000000;
}

#footer a:visited {
	font-weight: bold;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	font-weight: bold;
	color: #000000;
}

/* eccezioni */

#accordion h3 {
	background: none;
}

/* ricerca */

div#ricerca-mini {
	width: 220px;
	height: auto;
	margin-left: 25px;
	background-color: #ffcc99;
	margin-top: 10px;
	border: 2px solid #fd6601;
	margin-bottom: 10px;
}

#ricerca-mini h2 {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	font-style: italic;
	font-size: 16px;
	background-image: url(../images/bg-h2.jpg);
	background-repeat: repeat-x;
	height: 45px;
}

#ricerca-mini table {
	margin-top: 8px;
	margin-left: 15px;
}

div#body-right2 {
	margin-left: 260px;
	margin-right: 25px;
}