﻿@import url('layout.css');
body {
	border: #FFFF99;
	margin: 0px;
	background-color: #C6D8E2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
a {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	background-color: #EEEECC;
}
a:visited {
	font-style: italic;
	text-decoration: underline;
}
/* Stili per i Tag DIV*/
#banner {
	border: thin double #555533;
	padding: 1px;
	margin: 1px;
	clip: rect(2px, 2px, 2px, 2px);
	text-align: center;
	width: 728px;
	height: 90px;
	right: auto;
	left: auto;
	background-color: #336699;
}
#container {
	background-color: #FFFFFF;
	background: no-repeat left top;
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}
#masthead {
	background-color: #F9F9EC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#bookmark {
	margin-left: 160px;
	text-align: left;
	font-family: Arial;
	font-size: small;
	color: #708090;
	vertical-align: top;
}
#navigation {
	background-color: #006699;
	margin-left: 10px;
	text-align: center;
}
html > body #navigation {
	overflow: hidden;
}
#ticker {
	background-color: #003366;
	margin-left: 10px;
}
html > body #ticker {
	overflow: hidden;
}
#ticker_testo {
	border: thin dotted #FF3300;
	background-color: #FF3300;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#ticker_testo a {
	border: thin dotted #FF3300;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
	color: #FFFFCC;
}
#ticker_testo a:hover {
	border: thin dotted #FF3300;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
	color: #FFFFCC;
	background-color: #CC3300;
}
#ticker_testo a:visited {
	border: thin dotted #FF3300;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
	color: #FFFFCC;
	background-color: #CC3300;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
	font-style: normal;
	background-color: #FFFFFF;
	font-size: medium;
}
#column_right {
	background-color: #F9F9EC;
	padding-bottom: 30px;
	color: #555522;
	font-size: 0.9em;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#google {
	margin-left: 15px;
}
#footer {
	background-color: #F9F9EC;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#wunderloop {
	padding: 5px;
	margin: 5px;
	border-style: double;
	border-color: #555533;
	clip: rect(2px, 2px, 2px, 2px);
	text-align: center;
	background-color: #999977;
	width: 300px;
	height: 250px;
}
#box {
	padding: 5px;
	margin: 5px;
	border-style: double;
	border-color: #003366;
	clip: rect(2px, 2px, 2px, 2px);
	text-align: center;
	background-color: #006699;
	width: 300px;
	height: 250px;
}
#banner_contenuti {
	padding: 5px;
	margin: 5px;
	border-style: double;
	border-color: #003366;
	clip: rect(2px, 2px, 2px, 2px);
	text-align: center;
	width: 468px;
	height: 60px;
	background-color: #336699;
}
#banner_search {
	padding: 5px;
	margin: 5px;
	border-style: double;
	border-color: #555533;
	clip: rect(2px, 2px, 2px, 2px);
	text-align: center;
	background-color: #999977;
}
#column_left img {
	padding: 6px;
	border: 1px solid #708090;
}
/* Stili per il titolo */
#masthead h1 {
	color: #003366;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: 5px;
	color: #999977;
	margin-bottom: -2px;
	text-align: center;
	font-size: large;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
#masthead img {
	border-width: 0px;
}
/* Stili per la struttura */
#menu ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#menu a {
	margin: 0 0 0 0;
	color: #555522;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #CCCC99;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#menu a:visited {
	margin: 0 0 0 0;
	display: block;
	padding: 5px;
	font-variant: normal;
	font-style: italic;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #0099CC;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	font: icon;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
#ticker ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #003366;
}
#ticker li {
	float: left;
}
#ticker a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
	font: menu;
	color: #FFFFFF;
}
#ticker a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Stili per la colonna destra */
#search {
	padding: 4px;
	margin: 4px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003366;
	bottom: 3px;
}
#column_right h4 {
	color: #FFFFFF;
	margin-top: 0px;
}
#column_right p {
	color: #666644;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	font-size: x-small;
}
#column_right a:hover {
	font-weight: bold;
}
#column_right a:visited {
	font-style: normal;
	text-decoration: none;
}
#column_right ul {
	color: #006699;
}
#column_right li {
	list-style-type: square;
	list-style-position: outside;
	color: #003366;
}
/* Stili per la colonna sinistra */
h1 {
	margin: 0px 0px 5px 0px;
	font-size: x-large;
	color: #003366;
}
h2 {
	font-size: medium;
	color: #006699;
}
h3 {
	padding: 0px;
	font-size: small;
	color: #3366CC;
	margin-top: 0px;
	margin-bottom: 4px;
}
h4 {
	padding: 5px;
	font-size: small;
	color: #FFFFFF;
	margin-top: 5px;
	background-color: #708090;
	text-indent: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: x-small;
	margin-top: 0px;
}
h6 {
	font-size: xx-small;
	margin-top: 0px;
}
}
#column_left a {
	font-size: medium;
	color: #CC3300;
}
#column_left a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#column_left a:visited {
	font-style: italic;
	text-decoration: underline;
}
.hotel {
	font-size: x-small;
	font-style: oblique;
}
.guide_turistiche {
	font-size: x-small;
	font-style: oblique;
}
/* Stili per il piè di pagina */
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #666644;
}
#footer a:hover {
	text-decoration: none;
}
.style_italic {
	font-size: medium;
	color: #5C5C41;
	font-style: italic;
}
.style_bold {
	font-weight: bold;
	font-size: medium;
	color: #5C5C41;
}
.bold {
	font-weight: bold;
	font-size: small;
	color: #5C5C41;
}

