/* Css Hotel Norma */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}
#overlay_auguri {
	background: #000000;
	height: 100%;
	width: 100%;
	z-index: 130;
	position:absolute;
	top:0px;
	left:0px;
}
#box-auguri {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 550px;
	background: url('../images/box-auguri-bg.png') no-repeat;
	z-index: 140;
}
*html #box-auguri {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/box-auguri-bg.png",sizingMethod="scale");
}
img#auguri {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
}
img#close-auguri {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:30;
	cursor: pointer;
}

body {
	text-align: center;
	background: url('../images/body_bg.gif') repeat-x #2BA9E7;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	margin: 0px auto;
	text-align: left;
	width: 781px;
	margin-bottom: 10px;
	z-index:50;
}
.left {
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;;
}
/* HEADER + FLASH */
#header_outer {
	height: 391px;
	margin-left: 4px;
	margin-right: 6px;
}
#header_outerInt {
	margin-left: 4px;
	margin-right: 6px;
}
#header {
	width: 450px;
	height: 391px;
	position: relative;
	float: left;
	background: url('../images/header_bg.gif') no-repeat bottom;
	
}
#headerInt {
	background: none;

}
#language {
	height: 70px !important;
	height: 73px;
	background: url('../images/language_bg.gif') no-repeat;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
}
#languageInt {
	height: 26px !important;
	height: 29px;
	background: url('../images/language_bgInt.gif') no-repeat;
	text-align: left;
	padding-right: 336px;
	padding-top: 3px;
}
#language a,
#languageInt a {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	margin-left: 5px;
}
/* lingue interne */
#language a#it,
#languageInt a#it {
	background: url('../images/langItOffInt.jpg') no-repeat;
}
#language a#it:hover, #language a#it.active,
#languageInt a#it:hover, #languageInt a#it.active {
	background: url('../images/langItOnInt.jpg') no-repeat;
}
#language a#de,
#languageInt a#de {
	background: url('../images/langDeuOffInt.jpg') no-repeat;
}
#language a#de:hover, #language a#de.active,
#languageInt a#de:hover, #languageInt a#de.active {
	background: url('../images/langDeuOnInt.jpg') no-repeat;
}
#language a#en,
#languageInt a#en {
	background: url('../images/langEngOffInt.jpg') no-repeat;
}
#language a#en:hover, #language a#en.active,
#languageInt a#en:hover, #languageInt a#en.active {
	background: url('../images/langEngOnInt.jpg') no-repeat;
}
#language a#fr,
#languageInt a#fr {
	background: url('../images/langFraOffInt.jpg') no-repeat;
}
#language a#fr:hover, #language a#fr.active
#languageInt a#fr:hover, #languageInt a#fr.active {
	background: url('../images/langFraOnInt.jpg') no-repeat;
}
#flash {
	width: 321px;
	height: 391px;
	position: relative;
	float: left;
	
}

/* CONTENT */
#content {
	background: url('../images/content_bg.gif') repeat-y;
	
	margin-top: 0px !important;
	margin-top: -5px;
}

/* COLONNA SINSITRA */
#colonnaSx {
	width: 192px;
	position: relative;
	float: left;
	background: url('../images/colonnaSx_bg.gif') no-repeat top right;
	padding-top: 62px;
	padding-bottom: 20px;
}
#menu {
	list-style-type: none;
	width: 186px;
}
#menu li {
	height: 40px;
}
#menu a {
	display: block;
	height: 36px;
	background: url('../images/menuLink_bg.gif') no-repeat;
	padding-left: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
}
#menu a:hover, #menu a.active {
	color: #0087E6;
	background: url('../images/menuLinkHover_bg.gif') no-repeat;
}

/* CONTAINER */
#container {
	position: relative;
	float: left;
	width: 361px;
	margin-left: 14px;
	margin-right: 16px;
	padding-top:20px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#container h2 {
	text-transform: uppercase;
	text-align: left;
	color: #1A86F2;
	font-size: 14px;
	line-height: 14px;
	background: url('../images/h2_bg.gif') no-repeat left;
	padding-left: 24px;
	height: 14px;
	margin-bottom: 25px;
}
#container p {
	padding-bottom: 15px;
}
#container img {
	margin-bottom: 15px;
}


/* COLONNA DESTRA */
#colonnaDx  {
	position: relative;
	float: left;
	width: 192px !important;
	width: 198px;
	padding-left: 6px;
	margin-top: -1px !important;
	font-size: 10px;
	line-height: 12px;
}
#autodromo {
	width: 192px;
	height: 71px !important;
	height: 123px;
	background: url('../images/autodromo_bg.gif') no-repeat;
	text-align: right;
	padding-top: 52px;
	margin-bottom: 21px !important;
	margin-bottom: 21px;
}
#autodromo a {
	color: #0077CC;
	font-weight: bold;
	line-height: 20px;
}
#autodromo p {
	margin-right: 21px;
}
.offerta {
	background: url('../images/offertaBox_bg.gif') no-repeat right 3px;
	padding: 15px 17px 0px 0px;
	margin-left: 8px;
	margin-bottom: -13px;
}
.offerta .bordo {
	margin-top: 9px;
}
.offerta h3 {
	color: #FF7200;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 9px !important;
	line-height: 12px;
	height: auto !important;
	height: 12px;
	padding-left: 19px;
	margin-left: 3px;
	margin-bottom: 4px;
	background: url('../images/h3_bg.gif') no-repeat left;
}
.offerta img {
	margin-bottom: 9px;
}
.offerta p {
	margin-left: 3px;
	color: #434A28;	
}
.offerta a {
	color: #FF7200;
	font-weight: bold;
	font-size: 9px;
}
.offerta a:hover {
	text-decoration: none;
}

/* FOOTER */
#footer {
	position: relative;
	height: 47px !important;
	height: 67px;
	background: url('../images/footer_bg.gif') no-repeat;
	margin-top: 0px !important;
	margin-top: -5px;
	padding-left: 59px;
	padding-top: 13px;
	color: #001C5A;
	font-size: 11px;
	line-height: 12px;
}
#footer a {
	color: #001C5A;
}
#footer a:hover {
	text-decoration: none;
}
#footer strong {
	color: #1885F2;
	line-height: 15px;
}
.sottotitolo {
	color: orange;
}


/* LISTINO */
table#listino {
	width: 361px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}
table#listino th {
	height: 34px;
	background: #EFA84C;
	color: #FFFFFF;
}
table#listino tr.a {
	background: url('../images/riga_a.gif');
	height: 36px;
	text-align: center;
}
table#listino tr.b {
	background: url('../images/riga_b.gif');
	height: 36px;
	text-align: center;
}
table#listino tr.a strong, table#listino tr.b strong {
	font-size: 12px;
}
p.didascalia_listino {
	font-size: 10px;
	line-height: 11px;
	padding-bottom: 30px;
}
h4.list {
	background: #B0B0B0;
	height: 19px;
	line-height: 19px;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* 	CONTATTI */
.triangolino {
	position: relative;
	float: left;
	top: 1px!important;
	top: 4px;
	margin-right: 0px!important;
	margin-right: 1px;
}
.labelPulsanti {
	display: block;
	font-size: 11px;
	color: #F16100;
	padding-left: 15px;
	margin-bottom: -10px;
}
.input {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#contatti table.form {
	margin-top: 10px;
	font-size: 11px;	
}
#contatti table.form img {
	border: none;
}
#contatti table.form td {
	padding-top: 7px;
}
#contatti .pulsanti {
	margin-right: 0px;
}
#contatti .pulsanti table {
	position: relative;
	float: right;
}
#contatti .pulsanti input {
	background: #40A8DA;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #BEE2F3;
	border-right: 1px solid #247094;
	border-bottom: 1px solid #247094;
	border-left: 1px solid #BEE2F3;
	font-family: "Arial";
}

/* GUESTBOOK */

.guestbook {
	color: #3D3A38;
	font-size: 11px;
	line-height: 18px;
}
.guestbook table {
	margin-bottom: 15px;
	margin-top: 0px;
}
.input {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.guestbook .submit {
	background: #D4D0C8;
	border: 1px solid #000000;
	color: #000000;
	position: relative;
	top: -2px !important;
	top: 0px;
	margin-left: 11px;
}
.messaggiG h3 {
	color: #8D7F5E;
	font-size: 12px;
	margin-left: 6px;
}
.messaggiG .titolo {
	color: #F16100;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-left: 6px;
}
.messaggiG .commento {
	color: #3D3A38;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 5px;
	margin-left: 6px;
}


#links a {
	font-size: 8px;
}
#firma {
	position: absolute;
	bottom: -25px;
	right: 5px;
	color: #ffffff;
}
#firma a {
	text-decoration: none;
	color: #ffffff;
}
#firma img {
	position: relative;
	top: 6px;
}