* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
  	border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #75B4B3;
}

#Testata {
	position: relative;
	width: 100%;
	height: 212px;
	background-image: url('../immagini/b_testata.gif');
	background-repeat: repeat-x;
	background-position: top;
}

UL#Ambiti {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 23px;	
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}

#Ambiti A:hover {
	text-decoration: underline;
}

#Ambiti A.Act, #Ambiti A.Act:hover {
	font-weight: bold;
	background-color: #70B4B3;
}

#ImmagineTestata {
	position: absolute;
	width: 350px;
	height: 173px;
	top: 22px;
	left: 0px;
	background-image: url('../immagini/immagine_testata.jpg');
	background-repeat: no-repeat;
}

#Logo {
	position: absolute;
	width: 378px;
	height: 99px;
	top: 89px;
	left: 350px;
	background-image: url('../immagini/molinorosso_logo.gif');
	background-repeat: no-repeat;
}

#Logo A {
	display: block;
	width: 378px;
	height: 99px;
	text-indent: -9999px;
}

#Lingua LI {
	list-style-type: none;
	display: inline;
}

#Lingua A {
	display: block;
	position: absolute;
	top: 61px;
	width: 25px;
	height: 17px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#Lingua A#Italiano {
	background-image: url('../immagini/italiano.gif');
	left: 670px;
}

#Lingua A#Inglese {
	background-image: url('../immagini/inglese.gif');
	left: 705px;
}

TABLE#WrapperPagina {
	width: 730px;
	border-collapse: collapse;
}

TD#Barra {
	vertical-align: top;
	width: 313px;
	font-size:10px;	
}

#Barra SPAN {
	display: block;
	width: 313px;
	height: 246px;
	background-repeat: no-repeat;
}

#Barra SPAN.Presentazione {
	background-image: url('../immagini/barra_presentazione.jpg');
}

#Barra SPAN.Camere {
	background-image: url('../immagini/barra_camere.jpg');
}

#Barra SPAN.Ristorante {
	background-image: url('../immagini/barra_ristorante.jpg');
}

#Barra SPAN.Meeting {
	background-image: url('../immagini/barra_meeting.jpg');
}

#Barra SPAN.Sport {
	background-image: url('../immagini/barra_sport.jpg');
}

#Barra SPAN.Matrimoni {
	background-image: url('../immagini/barra_matrimoni.jpg');
}

#Barra SPAN.Catering {
	background-image: url('../immagini/barra_catering.jpg');
}

#Barra SPAN.News {
	background-image: url('../immagini/barra_news.jpg');
}

#Barra SPAN.Prenotazioni {
	background-image: url('../immagini/barra_news.jpg');
}

#Barra SPAN.Link {
	background-image: url('../immagini/barra_link.jpg');
}

TD#WrapperContenuto {
	vertical-align: top;
	width: 427px;	
}

#PiedePagina {
	background-color: #499B99;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 330px;
	line-height: 15px;
	margin-top: 20px;
}

#PiedePagina A {
	font-weight: bold;
	color: #ffffff;
}


