/* yykk.com Hotel Excelsior*/
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #FCF6DC;
}

/* contenuto flash */
#flash {
	background: #FFFFFF;
	height: 462px;
	width: 898px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

/* body pagina */
#content {
	background: url(images/bg.jpg) repeat-x;
	height:auto;
	/*min-height:480px;*/
	width: 898px;
	color: #676767;
	margin: 0 auto;
	font: 10pt/16px "georgia", "times new roman", serif;
	/* border: 1px solid red;*/
}

/* tabella voli */
#voli{padding:5px}

/* testo */
h1 {
	font-size: 15pt;
	font-family: "georgia", "times new roman", serif;
	color: #772020;
}
h2 {
	font-size: 13pt;
	font-family: "georgia", "times new roman", serif;
	color: #772020;
}
h2 a{
	font-size: 13pt;
	font-family: "georgia", "times new roman", serif;
	color: #772020;
}
h2 a:hover{
	font-size: 13pt;
	font-family: "georgia", "times new roman", serif;
	color: #772020;
}
h2 a:visited{
	font-size: 13pt;
	font-family: "georgia", "times new roman", serif;
	color: #772020;
}
h3 {
	font-size: 13pt;
	font-family: "georgia", "times new roman", serif;
	color: #0185C6;
}
h4 {
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:right;
	color: #e76303;
}
h4 a{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:right;
	color: #e76303;
}
h4 a:hover{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:right;
	color: #e76303;
}
h4 a:visited{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:right;
	color: #e76303;
}
h5 {
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:left;
	color: #e76303;
}
h5 a{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:left;
	color: #e76303;
}
h5 a:hover{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:left;
	color: #e76303;
}
h5 a:visited{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-align:left;
	color: #e76303;
}
.txt_white {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:left;
	padding: 5px;
	text-decoration:none;
}
.txt_bordeaux {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818; 
	text-align:left;
	text-decoration:none;
}
.titoletto {
	font-size: 11pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818;
	font-weight:bold; 
	text-align:left;
	text-decoration:none;
}

.txt_bordeaux a {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818; 
	text-align:left;
	text-decoration:none;
}

.txt_bordeaux a:hover{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818; 
	text-align:left;
	text-decoration:none;
}

.txt_verde {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #2E5B02; 
	text-align:left;
	text-decoration:none;
}

/* footer */
#footer {
	background: url(images/footer.jpg);
	height:95px;
	width: 898px;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
#footer p {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	padding: 10px;
	color: #FFFFFF;
	text-align:right;
	}

#footer a{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:right;
	text-decoration:none;
	}
	
#footer a:hover{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:right;
	text-decoration:none;
	}

/* footer menu */
#menufooter {
	background-color:#FFFFFF;
	width: 880px;
	font-size: 10pt;
	text-align:center;
	font-family: "georgia", "times new roman", serif;
	color: #882818;
	padding:10px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
#menufooter p {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818;
	text-align:center;
	text-decoration:none;
	}

#menufooter a{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818;
	text-align:center;
	text-decoration:none;
	}
	
#menufooter a:hover{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #882818;
	text-align:center;
	text-decoration:none;
	}
	
/* annullatore */
.clearer {
	clear: both;
}

/* caratteristiche immagine */
.img {
	border: 0px;
	padding: 8px;
}
.img_page_left {
	margin: 5px 10px 0 0;
	float:left;
}	
.img_page-right {
	margin: 5px 10px 0 0;
	float:right;
}
.img_page_center {
	text-align:center;
}
.img_small {
	border: 1px solid;
	border-color: #FFFFFF;
}
.img_white {
	border: 2px solid;
	border-color: #FFFFFF;
	padding: 8px;
}
.imgofferte {
	border-top: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	float:left;
}
.loghi_parchi {
	display: block;
	clear: left;
}

/* colonne */

.colonna_left{
	position:relative;
	float:left;
	width: 380px;
	padding: 20px;
}
.colonna_right{
	position:relative;
	float:right;
	text-align:left;
	width: 400px;
	padding: 20px;
}
.colonna_unica{
	position:relative;
	text-align:left;
	padding: 20px;
}
.colonna_galleria{
	position:relative;
	text-align:center;
	padding: 20px;
}

/* per prezzi */
.table_prezzi{ border:solid 1px #CCCCCC; padding:0; margin:0}
.table_riduzioni{ border:solid 1px #CCCCCC; padding:0; margin:0}
.testo{padding:5px}
hr{padding:0; margin:0; line-height:normal}
.colonna_leftprezzi{
font-size: 80%;
	position:relative;
	float:left;
	width: 380px;
	padding: 0 20px 0 20px;
}
.colonna_leftprezzi h2{ font-size:12px;display:inline}
.colonna_rightprezzi{
font-size: 80%;
	position:relative;
	float:right;
	text-align:left;
	width: 400px;
	padding: 0 20px 0 20px;
}
.colonna_rightprezzi titoletto{ font-size:12px; display:inline}

.colonna_unicaprezzi{
font-size: 80%;
	position:relative;
	text-align:left;
	padding: 0 20px 0 20px;}

/* box cicloturismo*/

.box {
	height:20px;
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:left;
	padding: 5px;
	text-decoration:none;
	margin-top: 3px;
	margin-bottom:3px;
	
}
/* navigazione*/

.menu {
	width: 220px;
	float:left;
	line-height: 22px;
}
.menu p{
	font-size:11px;
}
.menu ul {
	border-top: 1px solid #FFFFFF;
	margin: 0;
}
.menu li {
	color: #772020;
	border-bottom: 1px solid #FFFFFF;
	height: 22px;
	list-style: none;
}
.menu li a {
	display: block;
	color: #772020;
	text-decoration:none;
}
.menu a {
	color: #772020;
}

.menu a:hover {
	color: #772020;
	background: #fff;
}

/* firma studio */

.studio{ 
	width:898px;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}
.studio a{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}
.studio a:hover{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#999999;
	text-align:center;
}
