body, html
{
	padding: 0;
	margin:0;
	text-align:center;
	background-color:#b0b0b2;
	font-family: Georgia;
}


#container
{
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
}

#contents
{
    background-color: #fff;
}

#header
{
	background-image : url(../img/logo_cavalluccio.png);
	background-repeat: no-repeat;
	/*background-position: 0 -10px;*/
	height: 400px;
}

#header_image
{
	height: 125px;
}

#menu
{
	/*height: 34px;*/
	text-align:right;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fd982b;
}

#menu ul
{
	padding: 10px 20px 5px;
	margin: auto;
	text-align: left;
	margin: 0;
}

#menu ul li
{
	/*display: inline;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li a
{
	text-decoration: none;
	color: #060;
	font-size: 1em;
	margin: 4px;
	font-weight: 600;
	display: block;
	padding: 5px 3px 5px 20px;
	font-family: Georgia;
}

#menu ul li a:hover
{
	text-decoration: none;
	color:#fff;
	background-color: #381501;
}

#footer
{
	clear: both;
	text-align: center;
	font-family: Arial, serif;
	margin: 0;
	padding: 5px 7px 15px 0;
	font-size: 0.6em;
	color: #381501;
	background-color: #fd982b;
}

#footer a
{
	color: #381501;
	text-decoration: underline;
}

#content
{
	margin-top: 15px;
	text-align: left;
	padding: 0;
	background-color: #ffbb00;
}

h1
{
	font-size: 1.1em;
	text-align: right;
}

#main
{
	margin-right: 250px;
	padding: 3px;
	font-size: 0.9em;
	background-color: #fff;
	height: auto;
	border-color: #f5f5f6;
	border-style: solid;
	border-width: 0 1px 0 0;
}

#main p {
    margin: 15px 20px;
    font-family: Georgia, sans;
    line-height: 1.2em;
    text-align: justify;
}

#right
{
	width: 250px;
	float: right;
	font-size: 0.9em;
	/*background-color: #FFBB00;*/
	padding: 0;
	text-align: center;
	border-color: #f5f5f6;
	border-style: solid;
	border-width: 0 0 0 1px;
}

#nav
{
	font-size: 0.8em;
	font-style: italic;
	font-family: sans-serif;
	padding: 5px 20px;
	margin: 10px 20px 0;
	border-color: #060;
	border-style: solid;
	border-width: 0 0 1px 0;
	text-align: left;
}

#nav a
{
	text-decoration: none;
	color: #381501;
}

#nav a:hover
{
	text-decoration: underline;
}

#map
{
	width: 360px;
	height: 270px;
	font-size: 0.6em;
	text-align: center;
	margin: 0 auto;
}

.immagine_index
{
	/*float: left;*/
	margin: 5px 0 5px 5px;
	border: 1px solid #060;
	padding: 2px;
	padding-bottom: 1px;
	width: 220px;
	cursor: pointer;
}

#immagine_index_scheda
{
	float: left;
	margin: 5px 5px 5px 20px;
	border: 1px solid #060;
	padding: 1px;
	padding-bottom: 1px;
}

#immagine_index_dx
{
	float: right;
	margin: 5px 5px 5px 20px;
	border: 1px solid #060;
	padding: 1px;
	padding-bottom: 1px;
}

.nome_index
{
	text-align: left;
}

.nome_index_dx
{
	text-align: right;
}

.link
{
	text-align: center;
	padding: 3px;
	margin: 0;
	background-color: #060;
}

.link_dx
{
	text-align: center;
	padding: 3px;
	margin: 0;
	background-color: #060;	
}

.link a, .link_dx a
{
	font-size: 1.1em;
	padding: 0;
	text-align: left;
	color: #fff;
	display: block;
	text-align: center;
}

.nome_index a, .nome_index_dx a
{
	font-size: 1.1em;
	padding: 0;
	text-align: left;
	color: #060;
}

.nome
{
	font-size: 1.1em;
	padding: 0;
	text-align: left;
	color: #060;
}

.nome_breve
{
	font-size: 1.1em;
	padding: 0;
	text-align: left;
	color: #fff;
}

.nome_breve a
{
	text-decoration: none;
	color: #fff;
}

.nome_breve a:hover
{
	text-decoration: underline;
}

.aggiuntive
{
	font-size: 0.9em;
	padding: 0;
	text-align: left;
	color: #060;
	margin-top:25px;
	text-align: center;
}

.descrizione_index
{
	text-align: justify;
	padding: 8px;
	margin: 0 20px;
	line-height: 1.2em;
}

.descrizione_index a
{
	display: block;
	
}

/*
#descrizione_index:first-letter
{
	color: #FFBB00;
	font-size: 1.1em;
	font-weight: bold;
}*/

/*
#descrizione_index a:first-letter
{
	color: #FFBB00;
	font-size: 1.1em;
	font-weight: bold;
}*/

.descrizione_index a
{
	color: #000;
	text-decoration: none;
}

#descrizione
{
	text-align: justify;
	margin: 0 20px;
	line-height: 1.2em;
}

#indirizzo
{
	margin: 15px 20px;
}

/*
#descrizione:first-letter, #indirizzo:first-letter
{
	color: #FFBB00;
	font-size: 1.1em;
	font-weight: bold;
}*/

.nome_index a, #descrizione_index a, .nome_index_dx a, .link a, .link_dx a
{
	text-decoration:none;
}

.nome_index a:hover, #descrizione_index a:hover, .nome_index_dx a:hover, .link a:hover, .link_dx a:hover
{
	text-decoration:underline;
}

.scheda_index, .scheda, .scheda_breve
{
	margin: 5px auto 0;
	text-align: center;
}

.scheda_index table {
    width: 210px;
    color: #060;
}

.scheda_index table td a {
    color: #060;
    text-decoration: none;
}

.scheda_index table td a:none {
    text-decoration: underline;
}

.scheda_index_did {
    width: 40%;
    background-color: #060;
    color: #fff;
}

.scheda_index_did a {
    color: #fff;
}

.scheda table, .scheda_breve table
{
	width: 90%;
	text-align: center;
	border-spacing: 1px 0;
	margin: 2px auto;
}

.scheda_index table tr th, .scheda table tr th
{
	text-align: center;
	font-size: 0.9em;
	background-color: #060;
	color: #fff;
	padding: 5px;
}

.scheda_breve table tr th
{
	text-align: center;
	font-size: 0.9em;
	background-color: #fff;
	color: #060;
}

.scheda_index table tr td, .scheda table tr td
{
	text-align: center;
	border: 1px solid #060;
	padding: 5px;
}

.scheda_breve table tr td
{
	text-align: center;
	border: 1px solid #fff;
}

h2
{
	font-size: 0.9em;
	color: #FFBB00;
	padding:0;
	margin:0;
}

h3
{
	font-size: 0.9em;
	color: #060;
	padding: 5px 20px;
	margin: 10px 20px 0;
	border-color: #060;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-family: georgia, sans;
}

h3 a
{
	text-decoration: none;
	color: #060;
}

h3 a:hover
{
	text-decoration: underline;
}

.centered {
    text-align: center;
}

a img
{
	border:0;
}

#right img
{
	padding: 1px;
	margin: 5px 2px 0 2px;
	border: 1px solid #fff;
}

#others img
{
	padding: 1px;
	margin: 5px 10px 0 10px;
	border: 1px solid #ffbb00;
}

#others
{
	text-align: center;
	margin-top: 30px;
}

#right p a
{
	text-decoration: none;
	color: #000;
	font-style: italic;
}

#right p a:hover
{
	text-decoration: underline;
}

#immagine_grande
{
	margin: 15px auto 1px;
	text-align: center;
}

#descrizione_immagine
{
	text-align: center;
}

#descrizione_breve
{
	margin: 15px 2px;
	text-align: justify;
}

#descrizione_breve a
{
	color: #000;
	text-decoration: none;
}

#descrizione_breve a:hover
{
	text-decoration: underline;
}

.error_message, #invio
{
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

label
{
	font-size: 1em;
	width: 80px;
	float: left;
	display: inline;
}

input[type=submit]
{
	margin-left: 150px;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
}

input[type=text], select, input[type=checkbox], textarea, input[type=file], input[type=password]
{
	margin-left: 82px;
	width: 200px;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
}

input:focus, select:focus, textarea:focus {
    background-color: #face09;
}

#copia
{
	width: 400px;
	float: none;
}

#captchafield
{
	margin-left: 38px;
}

#contattami
{
	margin: 10px auto;
	text-align: center;
}

#contattami p {
	text-align: center;
}

#main fieldset {
    padding: 0 15px;
	border-color:#060;
	border-width: 1px 0 0;
	border-style: solid;
	margin: 5px 20px;
}

#weather
{
	font-size: 0.8em;
	width: 200px;
	font-style: italic;
	margin: 20px auto;
}

#weather_top
{
	margin: 0;
	padding: 0;
	background-image: url(../img/weather-top.gif);
	height: 5px;
}

#weather_top img, #weather_bottom img
{
	border: none;
	margin: 0;
	padding: 0;
}

#weather_bottom
{
	margin: 0;
	padding: 0;
	background-image: url(../img/weather-bottom.gif);
	height: 5px;
}

#weather_body
{
	background-color: #fff;
	margin: 0;
	padding: 0;
}

h4
{
	margin: 0 0 5px 0;
	padding: 0;
	font-style: normal;
}

#weather_today
{
	margin: 0 0 5px 0;
	border-style: solid;
	border-color: #060;
	border-width: 0 0 2px 0;
	padding: 0 0 3px 0;
}

p a
{
	color: #000;
	font-style: italic;
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}

#segnala input[type=text]
{
	width: 120px;
	padding: 3px;
	margin: 0;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
}

#segnala input[type=text]:focus
{
	background-color: #face09;
}

#segnala input[type=submit]:focus
{
	background-color: #face09;
}

#segnala input[type=submit]
{
	margin: 10px 0 0 0;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	color: #060;
}

#segnala label:first-letter
{
	color:#000;
	font-weight: lighter;
}

#segnala label
{
	display: block;
	float: none;
	width: 100%;
	color: #000;
}

#segnala
{
	margin: 20px auto;
	padding: 0 15px;
	border-color:#060;
	border-width: 2px 0 0;
	border-style: solid;
	width: 170px;
}

.link_div {
    /*margin: 5px 20px 0;*/
    border-style: solid;
    border-width: 1px;
    border-color: #060;
    height: 90px;
    text-align: center;
}

.link_div a {
    text-decoration: none;
}

.link_div a:hover {
    text-decoration: underline;
}

.left_link {
    clear: left;
    float: left;
    width: 45%;
    margin: 5px 2px 3px 20px;
}

.right_link {
    margin: 5px 20px 3px 250px;
    width: 45%;
}

#fade {
    height: 300px;
    width: 400px;
    text-align: center;
    margin: 0 46px;
    vertical-align: middle;
}

#fade img {
    margin: 0 auto;
    vertical-align: middle;
}

.appartamento {
    margin: 15px 20px 15px 20px;
}

.appartamento a:hover {
    text-decoration: underline;
}

hr {
    border-width: 1px;
    border-color: #060;
}

legend {
    color: #060;
}
