	/* B&B "Villa Ottelio" layout  */
	/* E' consentito prendere visione degli elementi e delle tecniche utilizzate in questo CSS e adattarle all'interno dei propri progetti, ma la combinazione unica di immagini, colori, misure, attributi tipografici e di posizionamento ("il design") č Copyright © B&B "Villa Ottelio" e non puņ essere riprodotto. */ 
	/* Ultimo aggiornamento 30 ott 2007 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	margin: 0px;
	padding: 10px 0 5px 0;
}
p {
	margin: 0px;
	padding: 0 0 10px 0;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
#container {
	height: 450px;
	width: 800px;
	margin: 60px auto 5px auto;
	border: 1px solid #999999;
}
#intro {
	height: 450px;
	width: 800px;
	background: #D1D2D4 url(_pic/base.jpg) no-repeat;
}
#intro span {
	display: none;
}
#menu {
	text-align: right;
	padding-right: 5px;
}
#info {
	background: #D1D2D4 url(_pic/info.jpg) no-repeat;
	height: 450px;
	width: 800px;
	text-align: justify;
}
#contact {
	border-top: 1px #000000 solid;
	padding: 10px 0 0 0;
	font-size: 12px;
}
#where {
	float: right;
}
#news {
	background: #D1D2D4 url(_pic/news.jpg) no-repeat;
	height: 450px;
	width: 800px;
	text-align: justify;
}
#mapBg {
	background: #D1D2D4 url(_pic/map.jpg) no-repeat;
	height: 450px;
	width: 800px;
	text-align: left;
}
#mapInfo {
	text-align: right;
	float: right;
	width: 230px;
	padding: 15px 10px 0 0;
}
#mapInfo p {
	font-size: 12px;
}
#mapMenu {
	text-align: center;
	margin: 70px 0 0 0;
}
#footer {
	font-size: 11px;
	margin: auto;
	width: 800px;
}

.alt {
	display: none;
}

